This is an automated email from the ASF dual-hosted git repository.
fpapon pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/shiro.git
The following commit(s) were added to refs/heads/master by this push:
new 025095f [SHIRO-696] Use root pom Jetty version in Jaxrs sample
new ac1cc60 Merge pull request #143 from fpapon/SHIRO-696
025095f is described below
commit 025095fb24895b848dec5671c7ae4a10d0ab5cce
Author: Francois Papon <[email protected]>
AuthorDate: Thu Jun 6 21:48:54 2019 +0400
[SHIRO-696] Use root pom Jetty version in Jaxrs sample
---
samples/jaxrs/pom.xml | 5 -----
1 file changed, 5 deletions(-)
diff --git a/samples/jaxrs/pom.xml b/samples/jaxrs/pom.xml
index c718b3e..d8a110a 100644
--- a/samples/jaxrs/pom.xml
+++ b/samples/jaxrs/pom.xml
@@ -32,11 +32,6 @@
<name>Apache Shiro :: Samples :: JAX-RS</name>
<packaging>war</packaging>
-
- <properties>
- <jetty.version>9.3.0.M1</jetty.version>
- </properties>
-
<build>
<pluginManagement>
<plugins>