This is an automated email from the ASF dual-hosted git repository.
deki 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 1b46339 configure bannedDependencies for old APIs in
maven-enforcer-plugin
1b46339 is described below
commit 1b46339f841756b35846c1389860ee615ba91ddf
Author: Dennis Kieselhorst <[email protected]>
AuthorDate: Thu Jan 10 09:22:57 2019 +0100
configure bannedDependencies for old APIs in maven-enforcer-plugin
---
pom.xml | 6 ++++++
1 file changed, 6 insertions(+)
diff --git a/pom.xml b/pom.xml
index c43a49d..cd9d59f 100644
--- a/pom.xml
+++ b/pom.xml
@@ -683,6 +683,12 @@
<requireMavenVersion>
<version>3.1</version>
</requireMavenVersion>
+ <bannedDependencies>
+ <excludes>
+
<exclude>javax.ws.rs:javax.ws.rs-api</exclude>
+ <exclude>javax.xml.bind:jaxb-api</exclude>
+ </excludes>
+ </bannedDependencies>
</rules>
</configuration>
</plugin>