You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@brooklyn.apache.org by iu...@apache.org on 2021/11/17 16:43:00 UTC

[brooklyn-library] branch master updated: Added jax-rs-api.version

This is an automated email from the ASF dual-hosted git repository.

iuliana pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/brooklyn-library.git


The following commit(s) were added to refs/heads/master by this push:
     new 73588c2  Added jax-rs-api.version
     new 08ad581  Merge pull request #187 from iuliana/fix/added-rs-api-version
73588c2 is described below

commit 73588c25dc6b0a14bb35c56b4b7513e2ac7d2349
Author: iuliana <iu...@cloudsoft.io>
AuthorDate: Wed Nov 17 16:41:13 2021 +0000

    Added jax-rs-api.version
---
 software/messaging/pom.xml | 1 +
 software/nosql/pom.xml     | 1 +
 2 files changed, 2 insertions(+)

diff --git a/software/messaging/pom.xml b/software/messaging/pom.xml
index 106d3df..648936b 100644
--- a/software/messaging/pom.xml
+++ b/software/messaging/pom.xml
@@ -232,6 +232,7 @@
             -->
             <groupId>javax.ws.rs</groupId>
             <artifactId>javax.ws.rs-api</artifactId>
+            <version>${jax-rs-api.version}</version>
             <scope>test</scope>
         </dependency>
 
diff --git a/software/nosql/pom.xml b/software/nosql/pom.xml
index c96d606..134c011 100644
--- a/software/nosql/pom.xml
+++ b/software/nosql/pom.xml
@@ -228,6 +228,7 @@
             -->
             <groupId>javax.ws.rs</groupId>
             <artifactId>javax.ws.rs-api</artifactId>
+            <version>${jax-rs-api.version}</version>
             <scope>test</scope>
         </dependency>