Skip to content

Commit

Permalink
amending the pom again
Browse files Browse the repository at this point in the history
  • Loading branch information
sdh100shaun committed May 9, 2024
1 parent 048632a commit 74c5481
Showing 1 changed file with 29 additions and 0 deletions.
29 changes: 29 additions & 0 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,27 @@
<org.json.version>20231013</org.json.version>
</properties>

<profiles>
<profile>
<id>github</id>
<repositories>
<repository>
<id>central</id>
<url>https://repo1.maven.org/maven2</url>
<releases><enabled>true</enabled></releases>
<snapshots><enabled>true</enabled></snapshots>
</repository>
<repository>
<id>github-vol-active-support</id>
<name>GitHub dvsa Apache Maven Packages</name>
<url>https://maven.pkg.github.com/dvsa/vol-active-support</url>
<snapshots><enabled>true</enabled></snapshots>
<releases><enabled>true</enabled></releases>
</repository>
</repositories>
</profile>
</profiles>

<dependencies>
<dependency>
<groupId>commons-beanutils</groupId>
Expand Down Expand Up @@ -81,4 +102,12 @@
<version>${software.amazon.ion.version}</version>
</dependency>
</dependencies>

<distributionManagement>
<repository>
<id>github</id>
<name>GitHub dvsa Apache Maven Packages</name>
<url>https://maven.pkg.github.com/dvsa/vol-accessibility-lib</url>
</repository>
</distributionManagement>
</project>

0 comments on commit 74c5481

Please sign in to comment.