This is an automated email from the ASF dual-hosted git repository.
amccright pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/cxf.git
The following commit(s) were added to refs/heads/master by this push:
new 6d28f16 Add dependency on javax.annotation 1.2
6d28f16 is described below
commit 6d28f16b8b6903a5cdfdaae8d7e434ae7f78dc45
Author: Andy McCright <[email protected]>
AuthorDate: Tue Jan 9 21:25:13 2018 -0600
Add dependency on javax.annotation 1.2
Most CXF modules depend on annotation 1.3, but MP Rest Client 1.0 is
part of MP 1.3 which prereqs EE7 (annotation 1.2). This is required so
that MP Rest Client 1.0 will operate in an EE7 environment.
---
rt/rs/microprofile-client/pom.xml | 5 +++++
1 file changed, 5 insertions(+)
diff --git a/rt/rs/microprofile-client/pom.xml
b/rt/rs/microprofile-client/pom.xml
index d791da2..5a04a9e 100644
--- a/rt/rs/microprofile-client/pom.xml
+++ b/rt/rs/microprofile-client/pom.xml
@@ -117,6 +117,11 @@
<artifactId>microprofile-config-api</artifactId>
</dependency>
<dependency>
+ <groupId>javax.annotation</groupId>
+ <artifactId>javax.annotation-api</artifactId>
+ <version>1.2</version>
+ </dependency>
+ <dependency>
<groupId>javax.enterprise</groupId>
<artifactId>cdi-api</artifactId>
<scope>provided</scope>
--
To stop receiving notification emails like this one, please contact
['"[email protected]" <[email protected]>'].