This is an automated email from the ASF dual-hosted git repository.
heneveld 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 3355caa remove redundant version definition
3355caa is described below
commit 3355caac1dcf93f58099187b4c4c6faf81454300
Author: Alex Heneveld <[email protected]>
AuthorDate: Wed Nov 17 20:02:29 2021 +0000
remove redundant version definition
---
software/database/pom.xml | 1 -
1 file changed, 1 deletion(-)
diff --git a/software/database/pom.xml b/software/database/pom.xml
index 462e1ba..520abb9 100644
--- a/software/database/pom.xml
+++ b/software/database/pom.xml
@@ -156,7 +156,6 @@
<dependency>
<groupId>jakarta.ws.rs</groupId>
<artifactId>jakarta.ws.rs-api</artifactId>
- <version>${jax-rs-api.version}</version>
<scope>test</scope>
</dependency>
</dependencies>