Skip to content

Commit 6db54a1

Browse files
committed
update opensaml version
1 parent 118a85c commit 6db54a1

File tree

1 file changed

+17
-23
lines changed

1 file changed

+17
-23
lines changed

opensaml/2.6.6.wso2v7/pom.xml

Lines changed: 17 additions & 23 deletions
Original file line numberDiff line numberDiff line change
@@ -1,25 +1,25 @@
11
<!--
2-
~ Copyright (c) 2022, WSO2 Inc. (http://www.wso2.com).
2+
~ Copyright (c) 2020, WSO2 Inc. (http://www.wso2.org) All Rights Reserved.
33
~
4-
~ WSO2 Inc. licenses this file to you under the Apache License,
5-
~ Version 2.0 (the "License"); you may not use this file except
6-
~ in compliance with the License.
7-
~ You may obtain a copy of the License at
4+
~ WSO2 Inc. licenses this file to you under the Apache License,
5+
~ Version 2.0 (the "License"); you may not use this file except
6+
~ in compliance with the License.
7+
~ You may obtain a copy of the License at
88
~
9-
~ http://www.apache.org/licenses/LICENSE-2.0
9+
~ http://www.apache.org/licenses/LICENSE-2.0
1010
~
11-
~ Unless required by applicable law or agreed to in writing,
12-
~ software distributed under the License is distributed on an
13-
~ "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
14-
~ KIND, either express or implied. See the License for the
15-
~ specific language governing permissions and limitations
16-
~ under the License.
11+
~ Unless required by applicable law or agreed to in writing,
12+
~ software distributed under the License is distributed on an
13+
~ "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
14+
~ KIND, either express or implied. See the License for the
15+
~ specific language governing permissions and limitations
16+
~ under the License.
1717
-->
1818

1919
<project xmlns="http://maven.apache.org/POM/4.0.0"
2020
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
2121
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
22-
22+
2323
<modelVersion>4.0.0</modelVersion>
2424
<groupId>org.wso2.orbit.org.opensaml</groupId>
2525
<artifactId>opensaml</artifactId>
@@ -215,11 +215,6 @@
215215
</exclusion>
216216
</exclusions>
217217
</dependency>
218-
<dependency>
219-
<groupId>ch.qos.reload4j</groupId>
220-
<artifactId>reload4j</artifactId>
221-
<version>1.2.20</version>
222-
</dependency>
223218
</dependencies>
224219

225220
<distributionManagement>
@@ -286,6 +281,7 @@
286281
org.apache.commons.fileupload.*;version="${org.apache.commons.fileupload.version}";resolution:=optional,
287282
org.apache.commons.collections.iterators;version="${org.apache.commons.collections.iterators.version}";
288283
resolution:=optional,
284+
org.apache.log4j.*;version="${apache.log4j.version}";resolution:=optional,
289285
org.apache.xml.security.*;version="${org.apache.xml.security.version}";resolution:=optional,
290286
org.apache.velocity.*;version="${org.apache.velocity.version}";resolution:=optional,
291287
org.joda.time.*;version="${joda-time.orbit.version.range}",
@@ -302,10 +298,7 @@
302298
org.owasp.esapi;resolution:=optional,
303299
org.owasp.validator.html;version="${org.owasp.validator.html.version}";resolution:=optional,
304300
</Import-Package>
305-
<Embed-Dependency>
306-
esapi;scope=compile|runtime;inline=false,
307-
reload4j;scope=compile|runtime;inline=false,
308-
</Embed-Dependency>
301+
<Embed-Dependency>esapi;scope=compile|runtime;inline=false</Embed-Dependency>
309302
<Include-Resource>
310303
@opensaml-${opensaml.version}.jar!/**.xml,
311304
@opensaml-${opensaml.version}.jar!/templates/**.vm,
@@ -341,14 +334,15 @@
341334
<net.jcip.annotations.version>[0.0,1.0)</net.jcip.annotations.version>
342335
<org.apache.commons.httpclient.version>[3.1.0,3.2.0)</org.apache.commons.httpclient.version>
343336
<org.apache.commons.ssl.version>[3.1.0,3.2.0)</org.apache.commons.ssl.version>
344-
<org.apache.xml.security.version>[2.1.7, 2.4.0)</org.apache.xml.security.version>
337+
<org.apache.xml.security.version>[1.4.2,1.6.0)</org.apache.xml.security.version>
345338
<org.bouncycastle.version>[1.60.0,2.00.0)</org.bouncycastle.version>
346339
<org.joda.convert.version>[2.2,2.3)</org.joda.convert.version>
347340
<org.slf4j.version>[1.6.0,1.8.0)</org.slf4j.version>
348341
<org.w3c.version>[0.0.0,1.0.0)</org.w3c.version>
349342
<org.xml.sax.version>[0.0.0,1.0.0)</org.xml.sax.version>
350343
<axiom.osgi.version.range>[1.2.11, 2.0.0)</axiom.osgi.version.range>
351344
<org.apache.velocity.version>[2.4.1,3.0.0)</org.apache.velocity.version>
345+
<apache.log4j.version>[1.2.17,2)</apache.log4j.version>
352346
<org.apache.commons.codec.binary.version>[1.4.0,2.0.0)</org.apache.commons.codec.binary.version>
353347
<org.apache.commons.collections.iterators.version>[3.2.2,4.0.0)</org.apache.commons.collections.iterators.version>
354348
<org.apache.commons.beanutils.version>[1.8.0,2.0.0)</org.apache.commons.beanutils.version>

0 commit comments

Comments
 (0)