[java-idp-testbed COMMIT] in /trunk: pom.xml src/test/java/idp/StatusTest.java
noreply at shibboleth.net
noreply at shibboleth.net
Tue Apr 22 19:13:19 EDT 2014
Author: tzeller
Date: Tue Apr 22 19:13:19 2014
New Revision: 193
URL: http://svn.shibboleth.net/view/java-idp-testbed?rev=193&view=rev
Log:
Revert r187 by removing the status servlet test and Selenium and its dependencies.
Modified:
trunk/pom.xml
trunk/src/test/java/idp/StatusTest.java
Modified: trunk/pom.xml
URL: http://svn.shibboleth.net/view/java-idp-testbed/trunk/pom.xml?rev=193&r1=192&r2=193&view=diff
==============================================================================
--- trunk/pom.xml (original)
+++ trunk/pom.xml Tue Apr 22 19:13:19 2014
@@ -23,7 +23,6 @@
<!-- TODO tz These paths are fragile. -->
<idp.home>${project.basedir}/../java-identity-provider/idp-conf/src/main/resources</idp.home>
<app.home>${project.basedir}/src/main/resources</app.home>
- <selenium.version>2.41.0</selenium.version>
</properties>
<repositories>
@@ -220,28 +219,6 @@
<version>${opensaml.version}</version>
<scope>test</scope>
<type>test-jar</type>
- </dependency>
- <dependency>
- <groupId>org.seleniumhq.selenium</groupId>
- <artifactId>selenium-java</artifactId>
- <version>${selenium.version}</version>
- <scope>test</scope>
- <exclusions>
- <exclusion>
- <groupId>xerces</groupId>
- <artifactId>xercesImpl</artifactId>
- </exclusion>
- <exclusion>
- <groupId>xalan</groupId>
- <artifactId>xalan</artifactId>
- </exclusion>
- </exclusions>
- </dependency>
- <dependency>
- <groupId>${xerces.groupId}</groupId>
- <artifactId>xml-apis</artifactId>
- <version>${xerces.version}</version>
- <scope>test</scope>
</dependency>
</dependencies>
More information about the commits
mailing list