[java-idp-testbed] branch IDP-843 updated: IDP-843 - Bump <version> and add idp-example-jetty-base dependency.

Tom Zeller tzeller at dragonacea.biz
Tue May 24 13:24:23 EDT 2016


This is an automated email from the git hooks/post-receive script.

tzeller pushed a commit to branch IDP-843
in repository java-idp-testbed.

The following commit(s) were added to refs/heads/IDP-843 by this push:
       new  7a6aaaf   IDP-843 - Bump <version> and add idp-example-jetty-base dependency.
7a6aaaf is described below

commit 7a6aaafb78e88472d1d79b37b5f89112ff16f883
Author: Tom Zeller <tzeller at dragonacea.biz>
AuthorDate: Tue May 24 11:48:01 2016 -0500

    IDP-843 - Bump <version> and add idp-example-jetty-base dependency.
    
    Add idp-example-jetty-base as a provided dependency in the POM, since
    the embedded Jetty looks for jetty-base from idp-example-jetty-base
    instead of from idp-distribution. Scope is 'provided' to omit this
    "dependency" from the artifact. Mostly just housekeeping.
    
    Bumped the <version> accordingly, but the version doesn't really mean
    much for the testbed.
---
 pom.xml | 9 ++++++++-
 1 file changed, 8 insertions(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index 90906fe..dc7988e 100644
--- a/pom.xml
+++ b/pom.xml
@@ -10,12 +10,13 @@
     <modelVersion>4.0.0</modelVersion>
     <groupId>net.shibboleth.idp</groupId>
     <artifactId>idp-testbed</artifactId>
-    <version>0.4.0-SNAPSHOT</version>
+    <version>0.5.0-SNAPSHOT</version>
     <packaging>war</packaging>
 
     <properties>
         <idp.groupId>net.shibboleth.idp</idp.groupId>
         <idp.version>3.3.0-SNAPSHOT</idp.version>
+        <idp-example-jetty-base.version>9.2.0-SNAPSHOT</idp-example-jetty-base.version>
         <opensaml.groupId>org.opensaml</opensaml.groupId>
         <opensaml.version>3.3.0-SNAPSHOT</opensaml.version>
         <spring-extensions.version>5.3.0-SNAPSHOT</spring-extensions.version>
@@ -194,6 +195,12 @@
             <version>3.1.0</version><!--$NO-MVN-MAN-VER$ -->
             <scope>provided</scope>
         </dependency>
+        <dependency>
+            <groupId>net.shibboleth.idp.example</groupId>
+            <artifactId>idp-example-jetty-base</artifactId>
+            <version>${idp-example-jetty-base.version}</version>
+            <scope>provided</scope>
+        </dependency>
 
         <!-- Runtime scope -->
         <dependency>

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.


More information about the commits mailing list