This is an automated email from the ASF dual-hosted git repository.
robertlazarski pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/axis-axis2-java-rampart.git
The following commit(s) were added to refs/heads/master by this push:
new 5ff658f6 More release cleanup
5ff658f6 is described below
commit 5ff658f644fde94f2c0860e2e7a72ee7620690c6
Author: Robert Lazarski <[email protected]>
AuthorDate: Wed Nov 13 05:26:53 2024 -1000
More release cleanup
---
modules/distribution/bin.xml | 18 ++++++------------
modules/rampart-integration/pom.xml | 6 ------
2 files changed, 6 insertions(+), 18 deletions(-)
diff --git a/modules/distribution/bin.xml b/modules/distribution/bin.xml
index 456a975d..0e769180 100644
--- a/modules/distribution/bin.xml
+++ b/modules/distribution/bin.xml
@@ -15,8 +15,10 @@
<dependencySet>
<outputDirectory>lib</outputDirectory>
<includes>
- <include>org.apache.santuario:xmlsec:jar</include>
- <include>org.apache.ws.security:wss4j:jar</include>
+ <include>org.apache.wss4j:wss4j:jar</include>
+
<include>org.apache.wss4j:wss4j-ws-security-common:jar</include>
+ <include>org.apache.wss4j:wss4j-ws-security-dom:jar</include>
+ <include>org.apache.wss4j:wss4j-policy:jar</include>
<include>org.bouncycastle:bcprov-jdk18on:jar</include>
<include>org.apache.rampart:rampart-core:jar</include>
<include>org.apache.rampart:rampart-policy:jar</include>
@@ -26,22 +28,14 @@
<include>org.opensaml:opensaml-soap-api:jar</include>
<include>org.opensaml:opensaml-xacml-impl:jar</include>
<include>org.opensaml:opensaml-xacml-api:jar</include>
+ <include>org.apache.santuario:xmlsec:jar</include>
<include>org.owasp.esapi:esapi:jar</include>
<include>org.slf4j:slf4j-api:jar</include>
- <include>org.slf4j:slf4j-jcl:jar</include>
+ <include>org.slf4j:jcl-over-slf4j:jar</include>
<include>velocity:velocity:jar</include>
- <include>commons-collections:commons-collections:jar</include>
<include>commons-lang:commons-lang:jar</include>
</includes>
</dependencySet>
- <dependencySet>
- <outputDirectory>docs/apidocs</outputDirectory>
- <includes>
- <include>*:apidocs:zip</include>
- </includes>
- <useProjectArtifact>false</useProjectArtifact>
- <unpack>true</unpack>
- </dependencySet>
</dependencySets>
<fileSets>
<fileSet>
diff --git a/modules/rampart-integration/pom.xml
b/modules/rampart-integration/pom.xml
index 3c0f457c..bce3de3e 100644
--- a/modules/rampart-integration/pom.xml
+++ b/modules/rampart-integration/pom.xml
@@ -573,12 +573,6 @@
<version>2.17.0</version>
<scope>test</scope>
</dependency>
- <dependency>
- <groupId>commons-collections</groupId>
- <artifactId>commons-collections</artifactId>
- <version>3.2.2</version>
- <scope>test</scope>
- </dependency>
<dependency>
<groupId>org.apache.ws.commons.axiom</groupId>
<artifactId>axiom-truth</artifactId>