Skip to content

Commit

Permalink
Updated to use the github datawave package repo
Browse files Browse the repository at this point in the history
  • Loading branch information
jwomeara committed Jan 24, 2024
1 parent bbaa79f commit 6b2296b
Showing 1 changed file with 3 additions and 7 deletions.
10 changes: 3 additions & 7 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>gov.nsa.datawave.microservice</groupId>
<artifactId>datawave-microservice-service-parent</artifactId>
<version>4.0.2</version>
<version>4.0.3</version>
<relativePath>../../microservice-service-parent/pom.xml</relativePath>
</parent>
<artifactId>spring-boot-starter-datawave-cache</artifactId>
Expand Down Expand Up @@ -59,18 +59,14 @@
</dependencies>
<repositories>
<repository>
<!--
This repository is a temporary work-around until we can public artifacts to maven central.
This allows us to retrieve released microservice artifacts from our github repository.
-->
<releases>
<enabled>true</enabled>
</releases>
<snapshots>
<enabled>false</enabled>
</snapshots>
<id>datawave-mvn-repo</id>
<url>https://raw.githubusercontent.com/NationalSecurityAgency/datawave-mvn-repo/mvn-repo</url>
<id>github-datawave</id>
<url>https://maven.pkg.github.com/NationalSecurityAgency/datawave</url>
</repository>
</repositories>
</project>

0 comments on commit 6b2296b

Please sign in to comment.