[java-idp-testbed] branch master updated: Update Jetty to 9.3.16 and remove unneeded compile deps.
Scott Cantor
cantor.2 at osu.edu
Thu Feb 2 22:11:18 EST 2017
This is an automated email from the git hooks/post-receive script.
scantor pushed a commit to branch master
in repository java-idp-testbed.
View the commit online:
http://git.shibboleth.net/view/?p=java-idp-testbed.git;a=commit;h=286167bf782b05aeb7de56628f5a6337c8ff426f
The following commit(s) were added to refs/heads/master by this push:
new 286167b Update Jetty to 9.3.16 and remove unneeded compile deps.
286167b is described below
commit 286167bf782b05aeb7de56628f5a6337c8ff426f
Author: Scott Cantor <cantor.2 at osu.edu>
AuthorDate: Thu Feb 2 22:11:13 2017 -0500
Update Jetty to 9.3.16 and remove unneeded compile deps.
---
pom.xml | 23 +++++++----------------
1 file changed, 7 insertions(+), 16 deletions(-)
diff --git a/pom.xml b/pom.xml
index 1384a72..c6e1a09 100644
--- a/pom.xml
+++ b/pom.xml
@@ -17,7 +17,7 @@
<idp.groupId>net.shibboleth.idp</idp.groupId>
<idp.version>3.4.0-SNAPSHOT</idp.version>
<idp-jetty-base.version>9.3.1-SNAPSHOT</idp-jetty-base.version>
- <jetty.version>9.3.15.v20161220</jetty.version>
+ <jetty.version>9.3.16.v20170120</jetty.version>
<opensaml.groupId>org.opensaml</opensaml.groupId>
<opensaml.version>3.4.0-SNAPSHOT</opensaml.version>
<spring-extensions.version>5.4.0-SNAPSHOT</spring-extensions.version>
@@ -175,21 +175,6 @@
<dependency>
<groupId>org.eclipse.jetty</groupId>
- <artifactId>jetty-server</artifactId>
- <version>${jetty.version}</version>
- </dependency>
- <dependency>
- <groupId>org.eclipse.jetty</groupId>
- <artifactId>jetty-webapp</artifactId>
- <version>${jetty.version}</version>
- </dependency>
- <dependency>
- <groupId>org.eclipse.jetty</groupId>
- <artifactId>jetty-jaas</artifactId>
- <version>${jetty.version}</version>
- </dependency>
- <dependency>
- <groupId>org.eclipse.jetty</groupId>
<artifactId>jetty-start</artifactId>
<version>${jetty.version}</version>
</dependency>
@@ -271,6 +256,12 @@
<artifactId>jcl-over-slf4j</artifactId>
<scope>runtime</scope>
</dependency>
+ <dependency>
+ <groupId>org.eclipse.jetty</groupId>
+ <artifactId>jetty-server</artifactId>
+ <version>${jetty.version}</version>
+ <scope>runtime</scope>
+ </dependency>
<!-- Test scope -->
<dependency>
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
More information about the commits
mailing list