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

noreply at shibboleth.net noreply at shibboleth.net
Tue May 27 15:04:51 EDT 2014


Author: scantor
Date: Tue May 27 15:04:51 2014
New Revision: 239

URL: http://svn.shibboleth.net/view/java-idp-testbed?rev=239&view=rev
Log:
Make JAAS support a compile-dep.

Modified:
    trunk/pom.xml

Modified: trunk/pom.xml
URL: http://svn.shibboleth.net/view/java-idp-testbed/trunk/pom.xml?rev=239&r1=238&r2=239&view=diff
==============================================================================
--- trunk/pom.xml (original)
+++ trunk/pom.xml Tue May 27 15:04:51 2014
@@ -166,6 +166,11 @@
             <artifactId>jetty-webapp</artifactId>
             <version>${jetty.version}</version>
         </dependency>
+        <dependency>
+            <groupId>org.eclipse.jetty</groupId>
+            <artifactId>jetty-jaas</artifactId>
+            <version>${jetty.version}</version>
+        </dependency>
 
         <!-- Provided scope -->
         <dependency>
@@ -195,13 +200,6 @@
         <dependency>
             <groupId>org.eclipse.jetty</groupId>
             <artifactId>jetty-jsp</artifactId>
-            <version>${jetty.version}</version>
-            <scope>runtime</scope>
-        </dependency>
-
-        <dependency>
-            <groupId>org.eclipse.jetty</groupId>
-            <artifactId>jetty-jaas</artifactId>
             <version>${jetty.version}</version>
             <scope>runtime</scope>
         </dependency>



More information about the commits mailing list