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 d26294e7f6 Updating javadoc pom.xml with 'javax' profile
d26294e7f6 is described below
commit d26294e7f6a011101ec76bc707255899b7539755
Author: Andriy Redko <[email protected]>
AuthorDate: Sun Jun 26 13:47:12 2022 -0400
Updating javadoc pom.xml with 'javax' profile
---
distribution/javadoc/pom.xml | 25 +++++++++++++++++++------
1 file changed, 19 insertions(+), 6 deletions(-)
diff --git a/distribution/javadoc/pom.xml b/distribution/javadoc/pom.xml
index 5e28339347..9a27bdb3d1 100644
--- a/distribution/javadoc/pom.xml
+++ b/distribution/javadoc/pom.xml
@@ -55,11 +55,6 @@
<artifactId>cxf-rt-rs-client</artifactId>
<version>${project.version}</version>
</dependency>
- <dependency>
- <groupId>org.apache.cxf</groupId>
- <artifactId>cxf-rt-transports-websocket</artifactId>
- <version>${project.version}</version>
- </dependency>
<dependency>
<groupId>org.apache.cxf</groupId>
<artifactId>cxf-rt-security</artifactId>
@@ -693,7 +688,6 @@
<minmemory>256M</minmemory>
<maxmemory>1G</maxmemory>
<header>Apache CXF API</header>
- <footer>Apache CXF API</footer>
<doctitle>Apache CXF ${project.version} API</doctitle>
<notimestamp>true</notimestamp>
</configuration>
@@ -735,4 +729,23 @@
</plugins>
</pluginManagement>
</build>
+ <profiles>
+ <!-- TODO: This profile includes modules which are still on 'javax.*'
namespace and
+ are not migrated to Jakarta -->
+ <profile>
+ <id>javax</id>
+ <dependencies>
+ <dependency>
+ <groupId>org.apache.cxf</groupId>
+
<artifactId>cxf-rt-rs-service-description-swagger</artifactId>
+ <version>${project.version}</version>
+ </dependency>
+ <dependency>
+ <groupId>org.apache.cxf</groupId>
+ <artifactId>cxf-rt-transports-websocket</artifactId>
+ <version>${project.version}</version>
+ </dependency>
+ </dependencies>
+ </profile>
+ </profiles>
</project>