Skip to content

Commit

Permalink
server: get rid of obsolete user API and database
Browse files Browse the repository at this point in the history
  • Loading branch information
ForNeVeR committed Aug 21, 2021
1 parent b4ececf commit 80a2ad2
Show file tree
Hide file tree
Showing 7 changed files with 0 additions and 93 deletions.
2 changes: 0 additions & 2 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,3 @@ build/

/.gradle/
/.idea/

hyperspace-server.*.db
5 changes: 0 additions & 5 deletions server/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -13,12 +13,7 @@ repositories {
}

dependencies {
implementation("azql:azql:0.2.0")
implementation("clj-liquibase:clj-liquibase:0.5.2")
implementation("clj-tuple:clj-tuple:0.2.2")
implementation("com.h2database:h2:1.3.173")
implementation("crypto-password:crypto-password:0.1.3")
implementation("crypto-random:crypto-random:1.2.0")
implementation("log4j:log4j:1.2.17")
implementation("org.clojure:clojure-contrib:1.2.0")
implementation("org.clojure:clojure:1.10.3")
Expand Down
3 changes: 0 additions & 3 deletions server/config.edn

This file was deleted.

12 changes: 0 additions & 12 deletions server/src/main/clojure/hyperspace/server/config.clj

This file was deleted.

22 changes: 0 additions & 22 deletions server/src/main/clojure/hyperspace/server/database/datasource.clj

This file was deleted.

14 changes: 0 additions & 14 deletions server/src/main/clojure/hyperspace/server/database/migrations.clj

This file was deleted.

35 changes: 0 additions & 35 deletions server/src/main/clojure/hyperspace/server/database/user.clj

This file was deleted.

0 comments on commit 80a2ad2

Please sign in to comment.