This is an automated email from the ASF dual-hosted git repository.
veithen pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/axis-axis2-java-core.git
The following commit(s) were added to refs/heads/master by this push:
new 4e7aa21f35 Fix site generation
4e7aa21f35 is described below
commit 4e7aa21f359b7c2e71249c6476d9b06c039726f0
Author: Andreas Veithen <[email protected]>
AuthorDate: Sun Oct 6 22:57:33 2024 +0000
Fix site generation
---
apidocs/pom.xml | 4 ++++
modules/corba/pom.xml | 1 -
pom.xml | 6 +++++-
3 files changed, 9 insertions(+), 2 deletions(-)
diff --git a/apidocs/pom.xml b/apidocs/pom.xml
index becfc3b40e..85c7934d42 100644
--- a/apidocs/pom.xml
+++ b/apidocs/pom.xml
@@ -288,6 +288,10 @@
<groupId>org.apache.maven.plugin-tools</groupId>
<artifactId>maven-plugin-annotations</artifactId>
</dependency>
+ <dependency>
+ <groupId>org.jacorb</groupId>
+ <artifactId>jacorb-omgapi</artifactId>
+ </dependency>
</dependencies>
<build>
diff --git a/modules/corba/pom.xml b/modules/corba/pom.xml
index 9f89383c7b..92d826ef8a 100644
--- a/modules/corba/pom.xml
+++ b/modules/corba/pom.xml
@@ -66,7 +66,6 @@
<dependency>
<groupId>org.jacorb</groupId>
<artifactId>jacorb-omgapi</artifactId>
- <version>3.9</version>
<scope>provided</scope>
</dependency>
<dependency>
diff --git a/pom.xml b/pom.xml
index 5af2a15e4c..460dcaf5fa 100644
--- a/pom.xml
+++ b/pom.xml
@@ -1001,12 +1001,16 @@
<artifactId>guava</artifactId>
<version>33.3.1-jre</version>
</dependency>
-
<dependency>
<groupId>commons-cli</groupId>
<artifactId>commons-cli</artifactId>
<version>${commons.cli.version}</version>
</dependency>
+ <dependency>
+ <groupId>org.jacorb</groupId>
+ <artifactId>jacorb-omgapi</artifactId>
+ <version>3.9</version>
+ </dependency>
<!-- Jetty is used by some of the unit tests -->
<dependency>