Skip to content

Commit 8972c55

Browse files
committed
Remove dependencies to be handled by deps.edn
1 parent 537df0b commit 8972c55

File tree

1 file changed

+0
-52
lines changed

1 file changed

+0
-52
lines changed

pom.xml

Lines changed: 0 additions & 52 deletions
Original file line numberDiff line numberDiff line change
@@ -45,56 +45,4 @@
4545
<url>https://clojars.org/repo</url>
4646
</repository>
4747
</distributionManagement>
48-
<dependencies>
49-
<dependency>
50-
<groupId>com.microsoft.onnxruntime</groupId>
51-
<artifactId>onnxruntime_gpu</artifactId>
52-
<version>1.20.0</version>
53-
</dependency>
54-
<dependency>
55-
<groupId>org.clojure</groupId>
56-
<artifactId>clojure</artifactId>
57-
<version>1.12.0</version>
58-
</dependency>
59-
<dependency>
60-
<groupId>hato</groupId>
61-
<artifactId>hato</artifactId>
62-
<version>1.0.0</version>
63-
</dependency>
64-
<dependency>
65-
<groupId>com.microsoft.onnxruntime</groupId>
66-
<artifactId>onnxruntime</artifactId>
67-
<version>1.20.0</version>
68-
</dependency>
69-
<dependency>
70-
<groupId>org.uncomplicate</groupId>
71-
<artifactId>clojure-sound</artifactId>
72-
<version>0.3.0</version>
73-
</dependency>
74-
<dependency>
75-
<groupId>metosin</groupId>
76-
<artifactId>malli</artifactId>
77-
<version>0.17.0</version>
78-
</dependency>
79-
<dependency>
80-
<groupId>metosin</groupId>
81-
<artifactId>jsonista</artifactId>
82-
<version>0.3.8</version>
83-
</dependency>
84-
<dependency>
85-
<groupId>org.clojure</groupId>
86-
<artifactId>java.data</artifactId>
87-
<version>1.2.107</version>
88-
</dependency>
89-
<dependency>
90-
<groupId>org.clojure</groupId>
91-
<artifactId>core.async</artifactId>
92-
<version>1.9.808-alpha1</version>
93-
</dependency>
94-
<dependency>
95-
<groupId>com.taoensso</groupId>
96-
<artifactId>telemere</artifactId>
97-
<version>1.0.0-RC1</version>
98-
</dependency>
99-
</dependencies>
10048
</project>

0 commit comments

Comments
 (0)