[java-identity-provider COMMIT] /trunk/idp-distribution/pom.xml

noreply at shibboleth.net noreply at shibboleth.net
Mon Jul 28 16:04:42 EDT 2014


Author: tzeller
Date: Mon Jul 28 16:04:42 2014
New Revision: 6349

URL: http://svn.shibboleth.net/view/java-identity-provider?rev=6349&view=rev
Log:
Add jetty9-dta-ssl as a runtime dependency so that 'mvn versions:update-properties' can update the version during the release process.

Modified:
    trunk/idp-distribution/pom.xml

Modified: trunk/idp-distribution/pom.xml
URL: http://svn.shibboleth.net/view/java-identity-provider/trunk/idp-distribution/pom.xml?rev=6349&r1=6348&r2=6349&view=diff
==============================================================================
--- trunk/idp-distribution/pom.xml (original)
+++ trunk/idp-distribution/pom.xml Mon Jul 28 16:04:42 2014
@@ -26,6 +26,13 @@
         <!-- Provided Dependencies -->
 
         <!-- Runtime Dependencies -->
+        <dependency>
+            <groupId>net.shibboleth.utilities.jetty9</groupId>
+            <artifactId>jetty9-dta-ssl</artifactId>
+            <version>${jetty9-dta-ssl.version}</version>
+            <optional>true</optional>
+            <scope>runtime</scope>
+        </dependency>
         <!-- Required if using classes with command line support. -->
         <dependency>
             <groupId>com.beust</groupId>



More information about the commits mailing list