|
1 | 1 | <!-- |
2 | | - ~ Copyright (c) 2022, WSO2 Inc. (http://www.wso2.com). |
| 2 | + ~ Copyright (c) 2020, WSO2 Inc. (http://www.wso2.org) All Rights Reserved. |
3 | 3 | ~ |
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 |
8 | 8 | ~ |
9 | | - ~ http://www.apache.org/licenses/LICENSE-2.0 |
| 9 | + ~ http://www.apache.org/licenses/LICENSE-2.0 |
10 | 10 | ~ |
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. |
17 | 17 | --> |
18 | 18 |
|
19 | 19 | <project xmlns="http://maven.apache.org/POM/4.0.0" |
20 | 20 | xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" |
21 | 21 | xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd"> |
22 | | - |
| 22 | + |
23 | 23 | <modelVersion>4.0.0</modelVersion> |
24 | 24 | <groupId>org.wso2.orbit.org.opensaml</groupId> |
25 | 25 | <artifactId>opensaml</artifactId> |
|
215 | 215 | </exclusion> |
216 | 216 | </exclusions> |
217 | 217 | </dependency> |
218 | | - <dependency> |
219 | | - <groupId>ch.qos.reload4j</groupId> |
220 | | - <artifactId>reload4j</artifactId> |
221 | | - <version>1.2.20</version> |
222 | | - </dependency> |
223 | 218 | </dependencies> |
224 | 219 |
|
225 | 220 | <distributionManagement> |
|
286 | 281 | org.apache.commons.fileupload.*;version="${org.apache.commons.fileupload.version}";resolution:=optional, |
287 | 282 | org.apache.commons.collections.iterators;version="${org.apache.commons.collections.iterators.version}"; |
288 | 283 | resolution:=optional, |
| 284 | + org.apache.log4j.*;version="${apache.log4j.version}";resolution:=optional, |
289 | 285 | org.apache.xml.security.*;version="${org.apache.xml.security.version}";resolution:=optional, |
290 | 286 | org.apache.velocity.*;version="${org.apache.velocity.version}";resolution:=optional, |
291 | 287 | org.joda.time.*;version="${joda-time.orbit.version.range}", |
|
302 | 298 | org.owasp.esapi;resolution:=optional, |
303 | 299 | org.owasp.validator.html;version="${org.owasp.validator.html.version}";resolution:=optional, |
304 | 300 | </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> |
309 | 302 | <Include-Resource> |
310 | 303 | @opensaml-${opensaml.version}.jar!/**.xml, |
311 | 304 | @opensaml-${opensaml.version}.jar!/templates/**.vm, |
|
341 | 334 | <net.jcip.annotations.version>[0.0,1.0)</net.jcip.annotations.version> |
342 | 335 | <org.apache.commons.httpclient.version>[3.1.0,3.2.0)</org.apache.commons.httpclient.version> |
343 | 336 | <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> |
345 | 338 | <org.bouncycastle.version>[1.60.0,2.00.0)</org.bouncycastle.version> |
346 | 339 | <org.joda.convert.version>[2.2,2.3)</org.joda.convert.version> |
347 | 340 | <org.slf4j.version>[1.6.0,1.8.0)</org.slf4j.version> |
348 | 341 | <org.w3c.version>[0.0.0,1.0.0)</org.w3c.version> |
349 | 342 | <org.xml.sax.version>[0.0.0,1.0.0)</org.xml.sax.version> |
350 | 343 | <axiom.osgi.version.range>[1.2.11, 2.0.0)</axiom.osgi.version.range> |
351 | 344 | <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> |
352 | 346 | <org.apache.commons.codec.binary.version>[1.4.0,2.0.0)</org.apache.commons.codec.binary.version> |
353 | 347 | <org.apache.commons.collections.iterators.version>[3.2.2,4.0.0)</org.apache.commons.collections.iterators.version> |
354 | 348 | <org.apache.commons.beanutils.version>[1.8.0,2.0.0)</org.apache.commons.beanutils.version> |
|
0 commit comments