Skip to content

Commit

Permalink
Fix pom.xml
Browse files Browse the repository at this point in the history
  • Loading branch information
NikitaSinc committed Apr 10, 2024
1 parent eb6cf41 commit 1827c1e
Showing 1 changed file with 0 additions and 33 deletions.
33 changes: 0 additions & 33 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,27 +5,6 @@
<artifactId>matcho</artifactId>
<version>0.3.11</version>
<name>matcho</name>
<build>
<sourceDirectory>src</sourceDirectory>
<resources>
<resource>
<directory>src</directory>
</resource>
</resources>
</build>
<repositories>
<repository>
<id>clojars</id>
<url>https://repo.clojars.org/</url>
</repository>
</repositories>
<distributionManagement>
<repository>
<id>clojars</id>
<name>Clojars repository</name>
<url>https://clojars.org/repo</url>
</repository>
</distributionManagement>
<description>Simpliest pattern matching you've ever seen</description>
<url>https://github.com/HealthSamurai/matcho</url>
<licenses>
Expand All @@ -37,16 +16,4 @@
<scm>
<url>https://github.com/HealthSamurai/matcho</url>
</scm>
<dependencies>
<dependency>
<groupId>org.clojure</groupId>
<artifactId>clojure</artifactId>
<version>1.9.0</version>
</dependency>
<dependency>
<groupId>org.clojure</groupId>
<artifactId>spec.alpha</artifactId>
<version>0.2.168</version>
</dependency>
</dependencies>
</project>

0 comments on commit 1827c1e

Please sign in to comment.