Skip to content

Commit

Permalink
1.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
jwomeara committed Jul 16, 2024
1 parent 9c7f233 commit 2b0781d
Showing 1 changed file with 10 additions and 7 deletions.
17 changes: 10 additions & 7 deletions service/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
<relativePath>../../../microservice-service-parent/pom.xml</relativePath>
</parent>
<artifactId>modification-service</artifactId>
<version>1.0.1-SNAPSHOT</version>
<version>1.0.1</version>
<description>DATAWAVE Modification Service</description>
<url>https://code.nsa.gov/datawave-modification-service</url>
<scm>
Expand All @@ -19,10 +19,10 @@
</scm>
<properties>
<start-class>datawave.microservice.modification.ModificationService</start-class>
<version.datawave>7.0.0</version.datawave>
<version.datawave>7.1.2</version.datawave>
<version.in-memory-accumulo>4.0.0</version.in-memory-accumulo>
<version.microservice.modification-api>1.0.0</version.microservice.modification-api>
<version.microservice.starter-metadata>3.0.0</version.microservice.starter-metadata>
<version.microservice.starter-metadata>3.0.1</version.microservice.starter-metadata>
<version.zookeeper>3.8.0</version.zookeeper>
</properties>
<dependencyManagement>
Expand Down Expand Up @@ -158,6 +158,13 @@
</dependencies>
</dependencyManagement>
<dependencies>
<!-- Don't sort the import scope dependencies since we are relying on them to manage various artifact versions -->
<?SORTPOM IGNORE?>
<dependency>
<groupId>gov.nsa.datawave.microservice</groupId>
<artifactId>spring-boot-starter-datawave-metadata</artifactId>
</dependency>
<?SORTPOM RESUME?>
<dependency>
<groupId>com.fasterxml.jackson.dataformat</groupId>
<artifactId>jackson-dataformat-xml</artifactId>
Expand All @@ -178,10 +185,6 @@
<groupId>gov.nsa.datawave.microservice</groupId>
<artifactId>modification-api</artifactId>
</dependency>
<dependency>
<groupId>gov.nsa.datawave.microservice</groupId>
<artifactId>spring-boot-starter-datawave-metadata</artifactId>
</dependency>
<dependency>
<groupId>org.projectlombok</groupId>
<artifactId>lombok</artifactId>
Expand Down

0 comments on commit 2b0781d

Please sign in to comment.