[java-idp-integration-tests] 01/02: Move Tomcat properties and dependencies to profiles.

Tom Zeller tzeller at dragonacea.biz
Wed Nov 15 13:53:38 EST 2017


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

tzeller pushed a commit to branch master
in repository java-idp-integration-tests.

View the commit online:
http://git.shibboleth.net/view/?p=java-idp-integration-tests.git;a=commit;h=2cb45fee1f4f06cc6f8eb9e534e48bbc361ec491

commit 2cb45fee1f4f06cc6f8eb9e534e48bbc361ec491
Author: Tom Zeller <tzeller at dragonacea.biz>
AuthorDate: Wed Nov 15 12:06:36 2017 -0600

    Move Tomcat properties and dependencies to profiles.
---
 pom.xml | 22 +++++++++++++---------
 1 file changed, 13 insertions(+), 9 deletions(-)

diff --git a/pom.xml b/pom.xml
index b48f834..6bc1582 100644
--- a/pom.xml
+++ b/pom.xml
@@ -20,12 +20,10 @@
         <java-support.version>7.4.0-SNAPSHOT</java-support.version>
         <opensaml.version>3.4.0-SNAPSHOT</opensaml.version>
         <idp.version>3.4.0-SNAPSHOT</idp.version>
-        <idp-tomcat-base.version>8.0.0-SNAPSHOT</idp-tomcat-base.version>
         <selenium.version>2.53.1</selenium.version>
         <testbed.version>0.7.0-SNAPSHOT</testbed.version>
         <testbed.classifier>classes</testbed.classifier>
         <test-distributions.directory>${project.basedir}/test-distributions</test-distributions.directory>
-        <tomcat.version>8.0.36</tomcat.version>
         <svn.relative.location>java-idp-integration-tests</svn.relative.location>
         <xalan.groupId>xalan</xalan.groupId>
         <xalan.version>2.7.1</xalan.version>
@@ -125,13 +123,6 @@
             <classifier>${testbed.classifier}</classifier>
         </dependency>
         <dependency>
-            <groupId>net.shibboleth.idp</groupId>
-            <artifactId>idp-tomcat-base</artifactId>
-            <version>${idp-tomcat-base.version}</version>
-            <scope>test</scope>
-            <type>tar.gz</type>
-        </dependency>
-        <dependency>
             <groupId>org.opensaml</groupId>
             <artifactId>opensaml-saml-impl</artifactId>
             <version>${opensaml.version}</version>
@@ -601,6 +592,19 @@
                     <name>tomcat</name>
                 </property>
             </activation>
+            <properties>
+                <idp-tomcat-base.version>8.0.0-SNAPSHOT</idp-tomcat-base.version>
+                <tomcat.version>8.0.36</tomcat.version>
+            </properties>
+            <dependencies>
+                <dependency>
+                    <groupId>net.shibboleth.idp</groupId>
+                    <artifactId>idp-tomcat-base</artifactId>
+                    <version>${idp-tomcat-base.version}</version>
+                    <scope>test</scope>
+                    <type>tar.gz</type>
+                </dependency>
+            </dependencies>
             <build>
                 <plugins>
                     <plugin>

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


More information about the commits mailing list