[java-idp-testbed COMMIT] /trunk/pom.xml

noreply at shibboleth.net noreply at shibboleth.net
Fri Apr 4 20:33:54 EDT 2014


Author: scantor
Date: Fri Apr  4 20:33:53 2014
New Revision: 174

URL: http://svn.shibboleth.net/view/java-idp-testbed?rev=174&view=rev
Log:
Add port 9443 SOAP connector with our trust manager.

Modified:
    trunk/pom.xml

Modified: trunk/pom.xml
URL: http://svn.shibboleth.net/view/java-idp-testbed/trunk/pom.xml?rev=174&r1=173&r2=174&view=diff
==============================================================================
--- trunk/pom.xml (original)
+++ trunk/pom.xml Fri Apr  4 20:33:53 2014
@@ -190,6 +190,13 @@
             <groupId>org.eclipse.jetty</groupId>
             <artifactId>jetty-jsp</artifactId>
             <version>${jetty.version}</version>
+            <scope>runtime</scope>
+        </dependency>
+
+        <dependency>
+            <groupId>net.shibboleth.utilities.jetty9</groupId>
+            <artifactId>jetty9-dta-ssl</artifactId>
+            <version>1.0-SNAPSHOT</version>
             <scope>runtime</scope>
         </dependency>
 



More information about the commits mailing list