Skip to content

Commit

Permalink
Add license to pom
Browse files Browse the repository at this point in the history
  • Loading branch information
ericdallo committed Jan 18, 2024
1 parent 624779a commit 559b13d
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,12 @@
<artifactId>deps-bin</artifactId>
<version>1.0.0</version>
<name>deps-bin</name>
<licenses>
<license>
<name>Eclipse Public License 2.0</name>
<url>https://www.eclipse.org/org/documents/epl-2.0/EPL-2.0.txt</url>
</license>
</licenses>
<dependencies>
<dependency>
<groupId>org.clojure</groupId>
Expand Down

0 comments on commit 559b13d

Please sign in to comment.