keycloak-aplcache

Merge pull request #2965 from mhajas/fixSSLTrustore KEYCLOAK-3174

6/30/2016 2:29:09 AM

Details

diff --git a/testsuite/integration-arquillian/servers/auth-server/jboss/pom.xml b/testsuite/integration-arquillian/servers/auth-server/jboss/pom.xml
index 50ec539..7dbefdb 100644
--- a/testsuite/integration-arquillian/servers/auth-server/jboss/pom.xml
+++ b/testsuite/integration-arquillian/servers/auth-server/jboss/pom.xml
@@ -439,60 +439,6 @@
                                 </execution>
                             </executions>
                         </plugin>
-                        <plugin>
-                            <groupId>org.apache.maven.plugins</groupId>
-                            <artifactId>maven-antrun-plugin</artifactId>
-                            <version>1.8</version>
-                            <executions>
-                                <execution>
-                                    <id>inject-truststore-into-keycloak-server-json</id>
-                                    <phase>process-resources</phase>
-                                    <goals>
-                                        <goal>run</goal>
-                                    </goals>
-                                    <configuration>
-                                        <target>
-                                            <ant antfile="../build-truststore.xml" inheritRefs="true">
-                                                <target name="inject-truststore"/>
-                                            </ant>
-                                        </target>
-                                    </configuration>
-                                </execution>
-                            </executions>
-                            <dependencies>
-                                <dependency>
-                                    <groupId>ant-contrib</groupId>
-                                    <artifactId>ant-contrib</artifactId>
-                                    <version>1.0b3</version>
-                                    <exclusions>
-                                        <exclusion>
-                                            <groupId>ant</groupId>
-                                            <artifactId>ant</artifactId>
-                                        </exclusion>
-                                    </exclusions>
-                                </dependency>
-                                <dependency>
-                                    <groupId>org.apache.ant</groupId>
-                                    <artifactId>ant-apache-bsf</artifactId>
-                                    <version>1.9.3</version>
-                                </dependency>
-                                <dependency>
-                                    <groupId>org.apache.bsf</groupId>
-                                    <artifactId>bsf-api</artifactId>
-                                    <version>3.1</version>
-                                </dependency>
-                                <dependency>
-                                    <groupId>rhino</groupId>
-                                    <artifactId>js</artifactId>
-                                    <version>1.7R2</version>
-                                </dependency>
-                                <dependency>
-                                    <groupId>org.keycloak</groupId>
-                                    <artifactId>keycloak-core</artifactId>
-                                    <version>${project.version}</version>
-                                </dependency>
-                            </dependencies>
-                        </plugin>
                     </plugins>
                 </pluginManagement>
             </build>