summaryrefslogtreecommitdiffstats
path: root/java/sca/distribution/all/pom.xml
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--java/sca/distribution/all/pom.xml11
1 files changed, 11 insertions, 0 deletions
diff --git a/java/sca/distribution/all/pom.xml b/java/sca/distribution/all/pom.xml
index cd1b6e0d3a..ef7ab6d0a8 100644
--- a/java/sca/distribution/all/pom.xml
+++ b/java/sca/distribution/all/pom.xml
@@ -58,11 +58,22 @@
<generateManifestJar>true</generateManifestJar>
<artifactManifests>
<artifactManifest>
+ <groupId>org.apache.ws.commons.axiom</groupId>
+ <artifactId>axiom-api</artifactId>
+ <version>1.2.7</version>
+ <manifestFile>${basedir}/manifests/axiom-api-1.2.7.MF</manifestFile>
+ </artifactManifest>
+ <artifactManifest>
<groupId>org.apache.woden</groupId>
<artifactId>woden-impl-dom</artifactId>
<version>1.0M8</version>
<manifestFile>${basedir}/manifests/woden-impl-dom-1.0M8.MF</manifestFile>
</artifactManifest>
+ <artifactManifest>
+ <groupId>org.apache.axis2</groupId>
+ <artifactId>*</artifactId>
+ <version>*</version>
+ </artifactManifest>
</artifactManifests>
</configuration>
</execution>