Skip to content

Commit

Permalink
fix typos
Browse files Browse the repository at this point in the history
  • Loading branch information
Christopher Gross cogross committed Nov 22, 2024
1 parent 7c7698b commit 82840cb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions service/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -20,10 +20,10 @@
<properties>
<start-class>datawave.microservice.authorization.AuthorizationService</start-class>
<version.datawave.authorization-api>4.0.1</version.datawave.authorization-api>
<version.datawave.base-rest-responses>4.0.0</version.datawave.base-rest-responses>
<version.datawave.common-utils>3.0.0</version.datawave.common-utils>
<version.datawave.hazelcast-client>4.0.2</version.datawave.hazelcast-client>
<version.datawave.starter>4.0.2</version.datawave.starter>
<version.datwave.base-rest-responses>4.0.0</version.datwave.base-rest-responses>
<version.guava>28.1-jre</version.guava>
<version.jaxb>2.3.3</version.jaxb>
<version.swagger.v3>2.2.0</version.swagger.v3>
Expand Down Expand Up @@ -90,7 +90,7 @@
<dependency>
<groupId>gov.nsa.datawave.microservice</groupId>
<artifactId>base-rest-responses</artifactId>
<version>${version.datwave.base-rest-responses}</version>
<version>${version.datawave.base-rest-responses}</version>
</dependency>
<dependency>
<groupId>gov.nsa.datawave.microservice</groupId>
Expand Down

0 comments on commit 82840cb

Please sign in to comment.