From 4749653dfd5ffb96755d918b7722d5a41c2dc880 Mon Sep 17 00:00:00 2001 From: Pavel Horal Date: Wed, 3 Aug 2022 16:48:15 +0200 Subject: [PATCH] Switch to local Guice module and fix SCM config. --- .../forgerock-jaspi-functional-tests/pom.xml | 14 ++++++-------- commons-bom/pom.xml | 12 ++++-------- http-framework/http-servlet/pom.xml | 12 +++--------- pom.xml | 7 +++++++ 4 files changed, 20 insertions(+), 25 deletions(-) diff --git a/auth-filters/forgerock-authn-filter/forgerock-jaspi-functional-tests/pom.xml b/auth-filters/forgerock-authn-filter/forgerock-jaspi-functional-tests/pom.xml index 488b532eb..3b89f021c 100644 --- a/auth-filters/forgerock-authn-filter/forgerock-jaspi-functional-tests/pom.xml +++ b/auth-filters/forgerock-authn-filter/forgerock-jaspi-functional-tests/pom.xml @@ -32,8 +32,6 @@ localhost jaspi - - 2.0.0 @@ -143,15 +141,15 @@ - org.forgerock.commons - forgerock-guice-core - ${forgerock.guice.version} + org.wrensecurity.commons + wrensec-guice-core + ${project.version} - org.forgerock.commons - forgerock-guice-test - ${forgerock.guice.version} + org.wrensecurity.commons + wrensec-guice-test + ${project.version} test diff --git a/commons-bom/pom.xml b/commons-bom/pom.xml index 0937cc9c4..03c2720bd 100644 --- a/commons-bom/pom.xml +++ b/commons-bom/pom.xml @@ -21,7 +21,7 @@ org.wrensecurity wrensec-parent - 3.2.1 + 3.3.0 @@ -39,6 +39,9 @@ org.wrensecurity:wrensec-pgp-whitelist:1.5.6 + + 3.0.0-M6 + 1.4.3 2.10.9 @@ -90,13 +93,6 @@ - - https://github.com/WrenSecurity/wrensec-commons - scm:git:git://github.com/WrenSecurity/wrensec-commons.git - scm:git:git@github.com:WrenSecurity/wrensec-commons.git - HEAD - - diff --git a/http-framework/http-servlet/pom.xml b/http-framework/http-servlet/pom.xml index 77f26950c..0f855aa89 100644 --- a/http-framework/http-servlet/pom.xml +++ b/http-framework/http-servlet/pom.xml @@ -60,17 +60,11 @@ - org.forgerock.commons - forgerock-guice-core - 2.0.0 + org.wrensecurity.commons + wrensec-guice-core + ${project.version} provided true - - - org.mockito - mockito-all - - diff --git a/pom.xml b/pom.xml index 23fcc518d..2c3323844 100644 --- a/pom.xml +++ b/pom.xml @@ -48,6 +48,13 @@ https://github.com/WrenSecurity/wrensec-commons/issues + + https://github.com/WrenSecurity/wrensec-commons + scm:git:git://github.com/WrenSecurity/wrensec-commons.git + scm:git:git@github.com:WrenSecurity/wrensec-commons.git + HEAD + + commons-bom audit