keycloak-memoizeit

Changes

social/twitter/src/main/java/org/keycloak/social/twitter/TwitterProvider.java.orig 102(+0 -102)

Details

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>
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>
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>