diff options
Diffstat (limited to 'integration/pom.xml')
-rw-r--r-- | integration/pom.xml | 26 |
1 files changed, 20 insertions, 6 deletions
diff --git a/integration/pom.xml b/integration/pom.xml index 25a2b649..195eb62c 100644 --- a/integration/pom.xml +++ b/integration/pom.xml @@ -27,7 +27,7 @@ <parent> <groupId>org.onap.policy.parent</groupId> <artifactId>policy-parent</artifactId> - <version>3.6.0-SNAPSHOT</version> + <version>3.6.1-SNAPSHOT</version> </parent> <artifactId>integration</artifactId> <packaging>pom</packaging> @@ -36,13 +36,13 @@ <properties> <java.version>11</java.version> - <!-- NOTE: For RELEASE/SNAPSHOT always set to the project version --> - <version.parent.resources>3.5.3</version.parent.resources> - <version.logback>1.2.10</version.logback> + <!-- Note Well: For RELEASE/SNAPSHOT always set to the project version --> + <version.parent.resources>3.6.1-SNAPSHOT</version.parent.resources> + <version.logback>1.2.11</version.logback> <version.dmaap>1.1.12</version.dmaap> <version.powermock>2.0.9</version.powermock> <version.eclipselink>2.7.8</version.eclipselink> - <version.drools>7.68.0.Final</version.drools> + <version.drools>7.73.0.Final</version.drools> <version.jersey>2.33</version.jersey> <version.jackson>2.12.6</version.jackson> <version.jackson.databind>2.12.6.1</version.jackson.databind> @@ -63,7 +63,7 @@ <version.jakarta-api>2.0.2</version.jakarta-api> <version.io.micrometer>1.7.3</version.io.micrometer> <version.io.prometheus>0.11.0</version.io.prometheus> - <version.postgres>42.3.3</version.postgres> + <version.postgres>42.5.0</version.postgres> <version.kafka>3.0.0</version.kafka> <jacoco.dataFile>${project.basedir}/../target/code-coverage/jacoco-ut.exec</jacoco.dataFile> <repo.npm>https://nexus3.onap.org/repository/npm.public/npm/-/</repo.npm> @@ -990,6 +990,20 @@ </pluginExecution> <pluginExecution> <pluginExecutionFilter> + <groupId>org.apache.maven.plugins</groupId> + <artifactId>maven-remote-resources-plugin</artifactId> + <versionRange>3.0.0,)</versionRange> + <goals> + <goal>bundle</goal> + <goal>process</goal> + </goals> + </pluginExecutionFilter> + <action> + <ignore /> + </action> + </pluginExecution> + <pluginExecution> + <pluginExecutionFilter> <groupId>org.jacoco</groupId> <artifactId>jacoco-maven-plugin</artifactId> <versionRange>[0.7.1.201405082137,)</versionRange> |