[java-idp-integration-tests] branch master updated: Add jetty-snapshots profile to enable Jetty snapshot dependencies
Tom Zeller
tzeller at dragonacea.biz
Wed Nov 15 10:52:50 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=6a29750b766fea78457cf81d86db9b930d049282
The following commit(s) were added to refs/heads/master by this push:
new 6a29750 Add jetty-snapshots profile to enable Jetty snapshot dependencies
6a29750 is described below
commit 6a29750b766fea78457cf81d86db9b930d049282
Author: Tom Zeller <tzeller at dragonacea.biz>
AuthorDate: Wed Nov 15 09:52:30 2017 -0600
Add jetty-snapshots profile to enable Jetty snapshot dependencies
---
pom.xml | 11 +++++++++++
1 file changed, 11 insertions(+)
diff --git a/pom.xml b/pom.xml
index 431e7dc..9cfaf5b 100644
--- a/pom.xml
+++ b/pom.xml
@@ -555,6 +555,17 @@
<jetty.version>9.4.6.v20170531</jetty.version>
</properties>
</profile>
+ <!-- The jetty-snapshots profile enables Jetty snapshot dependencies. -->
+ <profile>
+ <id>jetty-snapshots</id>
+ <repositories>
+ <repository>
+ <id>jetty-snapshots</id>
+ <name>jetty-snapshots</name>
+ <url>https://oss.sonatype.org/content/repositories/jetty-snapshots/</url>
+ </repository>
+ </repositories>
+ </profile>
<!--
The tomcat profile unpacks Tomcat, idp-tomcat-base, and adds the testbed webapp to Tomcat.
The tomcat profile is active if the 'tomcat' system property is present.
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
More information about the commits
mailing list