You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@shiro.apache.org by fp...@apache.org on 2019/05/12 15:05:07 UTC

[shiro] 02/02: Move jaxrs-api version properties to root pom

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

commit 22a2612056485a06507b644f0d1a61b0ac437d04
Author: Francois Papon <fp...@apache.org>
AuthorDate: Sun May 12 19:00:04 2019 +0400

    Move jaxrs-api version properties to root pom
---
 pom.xml               | 1 +
 support/jaxrs/pom.xml | 2 +-
 2 files changed, 2 insertions(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index a46ca83..cf362f6 100644
--- a/pom.xml
+++ b/pom.xml
@@ -100,6 +100,7 @@
         <spring.version>4.3.22.RELEASE</spring.version>
         <spring-boot.version>1.5.19.RELEASE</spring-boot.version>
         <guice.version>3.0</guice.version>
+        <jaxrs.api.version>2.0.1</jaxrs.api.version>
 
         <!-- Test 3rd-party dependencies: -->
         <easymock.version>3.4</easymock.version>
diff --git a/support/jaxrs/pom.xml b/support/jaxrs/pom.xml
index f2a970b..0c2023f 100644
--- a/support/jaxrs/pom.xml
+++ b/support/jaxrs/pom.xml
@@ -47,7 +47,7 @@
         <dependency>
             <groupId>javax.ws.rs</groupId>
             <artifactId>javax.ws.rs-api</artifactId>
-            <version>2.0.1</version>
+            <version>${jaxrs.api.version}</version>
         </dependency>
 
         <!-- Test Deps -->