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

reta 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 8ae6440  [CXF-8117]make 
org.jboss.spec.javax.rmi:jboss-rmi-api_1.0_spec:jar dependency optional (fixing 
javadoc generation)
8ae6440 is described below

commit 8ae6440a00f066652c37e6f1d122b52c5a6c7b49
Author: Andriy Redko <[email protected]>
AuthorDate: Wed Jul 14 11:53:47 2021 -0400

    [CXF-8117]make org.jboss.spec.javax.rmi:jboss-rmi-api_1.0_spec:jar 
dependency optional (fixing javadoc generation)
---
 distribution/javadoc/pom.xml | 15 +++++++++++++++
 1 file changed, 15 insertions(+)

diff --git a/distribution/javadoc/pom.xml b/distribution/javadoc/pom.xml
index 921b2ec..cb77e48 100644
--- a/distribution/javadoc/pom.xml
+++ b/distribution/javadoc/pom.xml
@@ -739,4 +739,19 @@
             </plugins>
         </pluginManagement>
     </build>
+    <profiles>
+        <profile>
+            <id>java9-plus</id>
+            <activation>
+                <jdk>[9,)</jdk>
+            </activation>
+            <dependencies>
+                <dependency>
+                    <groupId>org.jboss.spec.javax.rmi</groupId>
+                    <artifactId>jboss-rmi-api_1.0_spec</artifactId>
+                    <version>1.0.6.Final</version>
+                </dependency>
+            </dependencies>
+        </profile>
+    </profiles>
 </project>

Reply via email to