Skip to content

Commit

Permalink
Update dependencies, release api-4.0.11, service-4.0.11
Browse files Browse the repository at this point in the history
  • Loading branch information
billoley committed Jan 2, 2025
1 parent 30fd40c commit 78acecf
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 47 deletions.
8 changes: 4 additions & 4 deletions api/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -8,21 +8,21 @@
<relativePath>../../../microservice-parent/pom.xml</relativePath>
</parent>
<artifactId>query-metric-api</artifactId>
<version>4.0.11-SNAPSHOT</version>
<version>4.0.11</version>
<url>https://code.nsa.gov/datawave-query-metric-service</url>
<scm>
<connection>scm:git:https://github.com/NationalSecurityAgency/datawave-query-metric-service.git</connection>
<developerConnection>scm:git:[email protected]:NationalSecurityAgency/datawave-query-metric-service.git</developerConnection>
<tag>HEAD</tag>
<tag>api-4.0.11</tag>
<url>https://github.com/NationalSecurityAgency/datawave-query-metric-service</url>
</scm>
<properties>
<datawave.webservice.namespace>http://webservice.datawave.nsa/v1</datawave.webservice.namespace>
<spotbugs.excludes.file>${basedir}/spotbugs-exclude.xml</spotbugs.excludes.file>
<version.commons-lang3>3.12.0</version.commons-lang3>
<version.commons-text>1.9</version.commons-text>
<version.datawave>7.1.3</version.datawave>
<version.datawave.accumulo-utils>4.0.0</version.datawave.accumulo-utils>
<version.datawave>7.10.1</version.datawave>
<version.datawave.accumulo-utils>4.0.1</version.datawave.accumulo-utils>
<version.datawave.base-rest-responses>4.0.0</version.datawave.base-rest-responses>
<version.datawave.query-api>1.0.0</version.datawave.query-api>
<version.glassfish>2.3.6</version.glassfish>
Expand Down
50 changes: 7 additions & 43 deletions service/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -8,29 +8,28 @@
<relativePath>../../../microservice-service-parent/pom.xml</relativePath>
</parent>
<artifactId>query-metric-service</artifactId>
<version>4.0.11-SNAPSHOT</version>
<version>4.0.11</version>
<description>DATAWAVE Query Metric Microservice</description>
<url>https://code.nsa.gov/datawave-query-metric-service</url>
<scm>
<connection>scm:git:https://github.com/NationalSecurityAgency/datawave-query-metric-service.git</connection>
<developerConnection>scm:git:[email protected]:NationalSecurityAgency/datawave-query-metric-service.git</developerConnection>
<tag>HEAD</tag>
<tag>service-4.0.11</tag>
<url>https://github.com/NationalSecurityAgency/datawave-query-metric-service</url>
</scm>
<properties>
<spotbugs.excludes.file>${basedir}/spotbugs-exclude.xml</spotbugs.excludes.file>
<start-class>datawave.microservice.querymetric.QueryMetricService</start-class>
<version.cache-api>1.1.1</version.cache-api>
<version.datawave>7.1.3</version.datawave>
<version.datawave>7.10.1</version.datawave>
<version.datawave.accumulo-api>4.0.0</version.datawave.accumulo-api>
<version.datawave.accumulo-utils>4.0.0</version.datawave.accumulo-utils>
<version.datawave.accumulo-utils>4.0.1</version.datawave.accumulo-utils>
<version.datawave.base-rest-responses>4.0.0</version.datawave.base-rest-responses>
<version.datawave.hazelcast-common>4.0.2</version.datawave.hazelcast-common>
<version.datawave.query-metric-api>4.0.10</version.datawave.query-metric-api>
<version.datawave.starter>4.0.2</version.datawave.starter>
<version.datawave.query-metric-api>4.0.11</version.datawave.query-metric-api>
<version.datawave.starter>4.0.3</version.datawave.starter>
<version.datawave.starter-datawave-query-metric>3.0.3</version.datawave.starter-datawave-query-metric>
<version.datawave.starter-metadata>3.0.2</version.datawave.starter-metadata>
<version.datawave.type-utils>3.0.0</version.datawave.type-utils>
<version.hazelcast-kubernetes>2.2.3</version.hazelcast-kubernetes>
<version.in-memory-accumulo>4.0.0</version.in-memory-accumulo>
<version.protobuf-java>3.7.1</version.protobuf-java>
Expand All @@ -39,7 +38,7 @@
<version.webjars.jquery>3.4.1</version.webjars.jquery>
<version.webjars.leaflet>1.5.1</version.webjars.leaflet>
<version.webjars.locator-core>0.35</version.webjars.locator-core>
<version.zookeeper>3.8.0</version.zookeeper>
<version.zookeeper>3.8.3</version.zookeeper>
</properties>
<dependencyManagement>
<dependencies>
Expand Down Expand Up @@ -220,37 +219,6 @@
<artifactId>spring-boot-starter-datawave-query-metric</artifactId>
<version>${version.datawave.starter-datawave-query-metric}</version>
</dependency>
<dependency>
<groupId>gov.nsa.datawave.microservice</groupId>
<artifactId>type-utils</artifactId>
<version>${version.datawave.type-utils}</version>
<exclusions>
<exclusion>
<artifactId>log4j</artifactId>
<groupId>log4j</groupId>
</exclusion>
<exclusion>
<artifactId>slf4j-reload4j</artifactId>
<groupId>org.slf4j</groupId>
</exclusion>
<exclusion>
<artifactId>reload4j</artifactId>
<groupId>ch.qos.reload4j</groupId>
</exclusion>
<exclusion>
<artifactId>avro</artifactId>
<groupId>org.apache.avro</groupId>
</exclusion>
<exclusion>
<artifactId>reload4j</artifactId>
<groupId>ch.qos.reload4j</groupId>
</exclusion>
<exclusion>
<artifactId>avro</artifactId>
<groupId>org.apache.avro</groupId>
</exclusion>
</exclusions>
</dependency>
<dependency>
<groupId>gov.nsa.datawave.webservices</groupId>
<artifactId>datawave-ws-common</artifactId>
Expand Down Expand Up @@ -372,10 +340,6 @@
<groupId>gov.nsa.datawave.microservice</groupId>
<artifactId>spring-boot-starter-datawave-query-metric</artifactId>
</dependency>
<dependency>
<groupId>gov.nsa.datawave.microservice</groupId>
<artifactId>type-utils</artifactId>
</dependency>
<dependency>
<groupId>gov.nsa.datawave.webservices</groupId>
<artifactId>datawave-ws-common</artifactId>
Expand Down

0 comments on commit 78acecf

Please sign in to comment.