keycloak-memoizeit
Changes
audit/mongo/pom.xml 6(+0 -6)
model/mongo/pom.xml 7(+0 -7)
testsuite/performance/pom.xml 4(+0 -4)
Details
audit/mongo/pom.xml 6(+0 -6)
diff --git a/audit/mongo/pom.xml b/audit/mongo/pom.xml
index 4db2952..db8a5ed 100755
--- a/audit/mongo/pom.xml
+++ b/audit/mongo/pom.xml
@@ -14,12 +14,6 @@
<dependencies>
<dependency>
- <groupId>commons-io</groupId>
- <artifactId>commons-io</artifactId>
- <version>2.4</version>
- <scope>provided</scope>
- </dependency>
- <dependency>
<groupId>org.keycloak</groupId>
<artifactId>keycloak-core</artifactId>
<version>${project.version}</version>
model/mongo/pom.xml 7(+0 -7)
diff --git a/model/mongo/pom.xml b/model/mongo/pom.xml
index 6253137..7e8fcfb 100755
--- a/model/mongo/pom.xml
+++ b/model/mongo/pom.xml
@@ -16,13 +16,6 @@
<dependencies>
<dependency>
- <groupId>commons-io</groupId>
- <artifactId>commons-io</artifactId>
- <version>2.4</version>
- <scope>provided</scope>
- </dependency>
-
- <dependency>
<groupId>org.bouncycastle</groupId>
<artifactId>bcprov-jdk16</artifactId>
<scope>provided</scope>
testsuite/performance/pom.xml 4(+0 -4)
diff --git a/testsuite/performance/pom.xml b/testsuite/performance/pom.xml
index 05d7185..1e34a31 100755
--- a/testsuite/performance/pom.xml
+++ b/testsuite/performance/pom.xml
@@ -161,10 +161,6 @@
<groupId>org.slf4j</groupId>
<artifactId>slf4j-simple</artifactId>
</exclusion>
- <exclusion>
- <groupId>commons-io</groupId>
- <artifactId>commons-io</artifactId>
- </exclusion>
</exclusions>
</dependency>
<dependency>