Skip to content
This repository was archived by the owner on Jan 21, 2026. It is now read-only.

Commit 2624512

Browse files
pom updated with project dependencies
1 parent 1ca2f6e commit 2624512

1 file changed

Lines changed: 45 additions & 4 deletions

File tree

pom.xml

Lines changed: 45 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,51 @@
3030
<artifactId>clojure</artifactId>
3131
<version>1.10.1</version>
3232
</dependency>
33+
<dependency>
34+
<groupId>ring</groupId>
35+
<artifactId>ring-devel</artifactId>
36+
<version>1.8.1</version>
37+
</dependency>
38+
<dependency>
39+
<groupId>compojure</groupId>
40+
<artifactId>compojure</artifactId>
41+
<version>1.6.1</version>
42+
</dependency>
43+
<dependency>
44+
<groupId>com.h2database</groupId>
45+
<artifactId>h2</artifactId>
46+
<version>1.4.200</version>
47+
</dependency>
48+
<dependency>
49+
<groupId>org.postgresql</groupId>
50+
<artifactId>postgresql</artifactId>
51+
<version>42.2.16</version>
52+
</dependency>
53+
<dependency>
54+
<groupId>hiccup</groupId>
55+
<artifactId>hiccup</artifactId>
56+
<version>2.0.0-alpha2</version>
57+
</dependency>
58+
<dependency>
59+
<groupId>seancorfield</groupId>
60+
<artifactId>next.jdbc</artifactId>
61+
<version>1.1.582</version>
62+
</dependency>
63+
<dependency>
64+
<groupId>camel-snake-kebab</groupId>
65+
<artifactId>camel-snake-kebab</artifactId>
66+
<version>0.4.1</version>
67+
</dependency>
68+
<dependency>
69+
<groupId>ring</groupId>
70+
<artifactId>ring-core</artifactId>
71+
<version>1.8.1</version>
72+
</dependency>
73+
<dependency>
74+
<groupId>http-kit</groupId>
75+
<artifactId>http-kit</artifactId>
76+
<version>2.3.0</version>
77+
</dependency>
3378
</dependencies>
3479
<build>
3580
<sourceDirectory>src</sourceDirectory>
@@ -39,10 +84,6 @@
3984
<id>clojars</id>
4085
<url>https://repo.clojars.org/</url>
4186
</repository>
42-
<repository>
43-
<id>sonatype</id>
44-
<url>https://oss.sonatype.org/content/repositories/snapshots/</url>
45-
</repository>
4687
</repositories>
4788
<distributionManagement>
4889
<repository>

0 commit comments

Comments
 (0)