diff options
Diffstat (limited to 'pom.xml')
-rw-r--r-- | pom.xml | 13 |
1 files changed, 8 insertions, 5 deletions
@@ -27,7 +27,7 @@ <modelVersion>4.0.0</modelVersion> <groupId>org.onap.policy</groupId> <artifactId>clamp</artifactId> - <version>6.0.0-SNAPSHOT</version> + <version>6.0.1-SNAPSHOT</version> <name>policy-clamp</name> @@ -52,7 +52,7 @@ - The POLICY-CLAMP backend, JAVA unit testing - The POLICY-CLAMP backend, JAVA integration tests (with Spring + docker mariadb database + docker policy/dcae emulator written in python) - - The POLICY-CLAMP frontend, Javascrip tests (NodeJS(NPM) + JEST and Enzyme for React) + - The POLICY-CLAMP frontend, Javascript tests (NodeJS(NPM) + JEST and Enzyme for React) The test coverage for dev's can be found after a "clean install" build in: - Clamp backend: target/jacoco-dev.exec (unit tests + integration tests merged) @@ -80,8 +80,8 @@ <project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding> <eelf.core.version>1.0.0</eelf.core.version> - <camel.version>2.25.2</camel.version> - <springboot.version>2.2.10.RELEASE</springboot.version> + <camel.version>2.25.3</camel.version> + <springboot.version>2.2.13.RELEASE</springboot.version> <sonar.java.coveragePlugin>jacoco</sonar.java.coveragePlugin> <sonar.surefire.reportsPath>${project.build.directory}/surefire-reports</sonar.surefire.reportsPath> @@ -110,6 +110,8 @@ <ui.react.src>ui-react</ui.react.src> <ui.react.lib.src>ui-react-lib</ui.react.lib.src> <npm.publish.url>https://nexus3.onap.org/repository/npm.snapshot/</npm.publish.url> + + <policy.models.version>2.4.0</policy.models.version> </properties> <profiles> @@ -382,7 +384,7 @@ <dependency> <groupId>org.onap.policy.models</groupId> <artifactId>policy-models-pdp</artifactId> - <version>2.3.5</version> + <version>${policy.models.version}</version> </dependency> <!-- Others dependencies --> @@ -512,6 +514,7 @@ <groupId>junit</groupId> <artifactId>junit</artifactId> <scope>test</scope> + <version>4.13</version> </dependency> <dependency> <groupId>org.assertj</groupId> |