diff --git a/pom.xml b/pom.xml index ed0cd47..2ee0cb5 100644 --- a/pom.xml +++ b/pom.xml @@ -6,7 +6,7 @@ com.mattrixwv.cipherstream cipherstream-api jar - 1.1.12-SNAPSHOT + 1.2.0-SNAPSHOT CipherStream API https://api.cipherstream.mattrixwv.com @@ -35,6 +35,8 @@ 25 target/dependency-check-report.json target/dependency-check-report.html + + @@ -58,6 +60,12 @@ org.springframework.boot spring-boot-starter-actuator + + + org.springframework.boot + spring-boot-starter-logging + + org.springframework.boot @@ -124,6 +132,10 @@ com.vaadin.external.google android-json + + org.springframework.boot + spring-boot-starter-logging + @@ -144,6 +156,18 @@ + + org.apache.maven.plugins + maven-dependency-plugin + + + + properties + + + + + org.owasp @@ -178,6 +202,11 @@ + + org.apache.maven.plugins + maven-dependency-plugin + 3.9.0 + org.apache.maven.plugins maven-clean-plugin @@ -197,6 +226,7 @@ -Xlint:all -proc:full -Xlint:-serial + -Xlint:-processing true true @@ -211,6 +241,7 @@ **/*IntegrationTest.java + @{argLine} -Xshare:off -javaagent:${org.mockito:mockito-core:jar}