Skip to content

Commit

Permalink
Update chaintest-core-java pom.xml
Browse files Browse the repository at this point in the history
  • Loading branch information
anshooarora committed Jan 6, 2025
1 parent a45896d commit a600d07
Showing 1 changed file with 27 additions and 1 deletion.
28 changes: 27 additions & 1 deletion core/chaintest-core-java/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,10 @@

<groupId>com.aventstack</groupId>
<artifactId>chaintest-core</artifactId>
<version>1.0-SNAPSHOT</version>
<version>1.0.0-SNAPSHOT</version>
<url>https://github.com/anshooarora/chaintest</url>
<name>${artifactId}</name>
<description>Core Java client library for ChainTest framework</description>

<properties>
<maven.compiler.source>11</maven.compiler.source>
Expand All @@ -15,6 +18,29 @@
<azure.storage.blob.version>12.28.0</azure.storage.blob.version>
</properties>

<licenses>
<license>
<name>Apache License, Version 2.0</name>
<url>http://www.apache.org/licenses/LICENSE-2.0.txt</url>
</license>
</licenses>

<developers>
<developer>
<id>anshooarora</id>
<name>Anshoo Arora</name>
<url>https://github.com/anshooarora</url>
<roles>
<role>Owner</role>
</roles>
</developer>
</developers>

<scm>
<connection>scm:git:https://github.com/anshooarora/chaintest.git</connection>
<url>https://github.com/anshooarora/chaintest</url>
</scm>

<dependencies>
<dependency>
<groupId>com.fasterxml.jackson.core</groupId>
Expand Down

0 comments on commit a600d07

Please sign in to comment.