Author: veithen
Date: Sun Oct 28 14:57:11 2018
New Revision: 1845034
URL: http://svn.apache.org/viewvc?rev=1845034&view=rev
Log:
Add missing dependency.
Modified:
axis/axis2/java/core/trunk/modules/corba/pom.xml
Modified: axis/axis2/java/core/trunk/modules/corba/pom.xml
URL:
http://svn.apache.org/viewvc/axis/axis2/java/core/trunk/modules/corba/pom.xml?rev=1845034&r1=1845033&r2=1845034&view=diff
==============================================================================
--- axis/axis2/java/core/trunk/modules/corba/pom.xml (original)
+++ axis/axis2/java/core/trunk/modules/corba/pom.xml Sun Oct 28 14:57:11 2018
@@ -52,6 +52,12 @@
<version>${project.version}</version>
</dependency>
<dependency>
+ <groupId>org.jacorb</groupId>
+ <artifactId>jacorb-omgapi</artifactId>
+ <version>3.9</version>
+ <scope>provided</scope>
+ </dependency>
+ <dependency>
<groupId>commons-logging</groupId>
<artifactId>commons-logging</artifactId>
</dependency>