Skip to content

Commit

Permalink
Move jaxrs-api version properties to root pom
Browse files Browse the repository at this point in the history
  • Loading branch information
fpapon committed May 12, 2019
1 parent fbe3037 commit 22a2612
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions pom.xml
Expand Up @@ -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>
Expand Down
2 changes: 1 addition & 1 deletion support/jaxrs/pom.xml
Expand Up @@ -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 -->
Expand Down

0 comments on commit 22a2612

Please sign in to comment.