Skip to content
Open
Changes from 4 commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
358 changes: 358 additions & 0 deletions opensaml/2.6.6.wso2v7/pom.xml
Original file line number Diff line number Diff line change
@@ -0,0 +1,358 @@
<!--
~ Copyright (c) 2024, WSO2 Inc. (http://www.wso2.org) All Rights Reserved.
~
~ WSO2 Inc. licenses this file to you under the Apache License,
~ Version 2.0 (the "License"); you may not use this file except
~ in compliance with the License.
~ You may obtain a copy of the License at
~
~ http://www.apache.org/licenses/LICENSE-2.0
~
~ Unless required by applicable law or agreed to in writing,
~ software distributed under the License is distributed on an
~ "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
~ KIND, either express or implied. See the License for the
~ specific language governing permissions and limitations
~ under the License.
-->

<project xmlns="http://maven.apache.org/POM/4.0.0"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">

<modelVersion>4.0.0</modelVersion>
<groupId>org.wso2.orbit.org.opensaml</groupId>
<artifactId>opensaml</artifactId>
<packaging>bundle</packaging>
<name>WSO2 Carbon Orbit - OpenSAML J Library</name>
<version>${opensaml.orbit.version}</version>
<description>
This bundle will export packages from OpenSAML J library.
</description>
<url>http://wso2.org</url>

<dependencies>
<dependency>
<groupId>org.opensaml</groupId>
<artifactId>opensaml</artifactId>
<version>${opensaml.version}</version>
<optional>true</optional>
<exclusions>
<exclusion>
<groupId>commons-collections</groupId>
<artifactId>commons-collections</artifactId>
</exclusion>
<exclusion>
<groupId>commons-lang</groupId>
<artifactId>commons-lang</artifactId>
</exclusion>
<exclusion>
<groupId>jargs</groupId>
<artifactId>jargs</artifactId>
</exclusion>
<exclusion>
<groupId>org.apache.xerces</groupId>
<artifactId>resolver</artifactId>
</exclusion>
<exclusion>
<groupId>org.apache.xerces</groupId>
<artifactId>xml-apis</artifactId>
</exclusion>
<exclusion>
<groupId>org.apache.xerces</groupId>
<artifactId>serializer</artifactId>
</exclusion>
<exclusion>
<groupId>org.apache.xalan</groupId>
<artifactId>xalan</artifactId>
</exclusion>
<exclusion>
<groupId>org.apache.xerces</groupId>
<artifactId>xercesImpl</artifactId>
</exclusion>
</exclusions>
</dependency>
<dependency>
<groupId>org.opensaml</groupId>
<artifactId>opensaml1</artifactId>
<version>${opensaml1.version}</version>
<optional>true</optional>
</dependency>
<dependency>
<groupId>org.wso2.orbit.joda-time</groupId>
<artifactId>joda-time</artifactId>
<version>${joda-time.orbit.version}</version>
</dependency>
<dependency>
<groupId>org.opensaml</groupId>
<artifactId>xmltooling</artifactId>
<version>${xmltooling.version}</version>
<optional>true</optional>
<exclusions>
<exclusion>
<groupId>org.slf4j</groupId>
<artifactId>log4j-over-slf4j</artifactId>
</exclusion>
<exclusion>
<groupId>org.slf4j</groupId>
<artifactId>jcl-over-slf4j</artifactId>
</exclusion>
<exclusion>
<groupId>org.apache.commons.ssl</groupId>
<artifactId>not-yet-commons-ssl</artifactId>
</exclusion>
<exclusion>
<groupId>org.apache.santuario</groupId>
<artifactId>xmlsec</artifactId>
</exclusion>
<exclusion>
<groupId>org.bouncycastle</groupId>
<artifactId>bcprov-ext-jdk15</artifactId>
</exclusion>
<exclusion>
<groupId>net.jcip</groupId>
<artifactId>jcip-annotations</artifactId>
</exclusion>
<exclusion>
<groupId>org.apache.xerces</groupId>
<artifactId>resolver</artifactId>
</exclusion>
<exclusion>
<groupId>org.apache.xerces</groupId>
<artifactId>xml-apis</artifactId>
</exclusion>
<exclusion>
<groupId>org.apache.xerces</groupId>
<artifactId>serializer</artifactId>
</exclusion>
<exclusion>
<groupId>org.apache.xalan</groupId>
<artifactId>xalan</artifactId>
</exclusion>
<exclusion>
<groupId>org.apache.xerces</groupId>
<artifactId>xercesImpl</artifactId>
</exclusion>
</exclusions>
</dependency>
<dependency>
<groupId>org.opensaml</groupId>
<artifactId>openws</artifactId>
<version>${openws.version}</version>
<optional>true</optional>
<exclusions>
<exclusion>
<groupId>commons-httpclient</groupId>
<artifactId>commons-httpclient</artifactId>
</exclusion>
<exclusion>
<groupId>commons-codec</groupId>
<artifactId>commons-codec</artifactId>
</exclusion>
<exclusion>
<groupId>org.apache.xerces</groupId>
<artifactId>resolver</artifactId>
</exclusion>
<exclusion>
<groupId>org.apache.xerces</groupId>
<artifactId>xml-apis</artifactId>
</exclusion>
<exclusion>
<groupId>org.apache.xerces</groupId>
<artifactId>serializer</artifactId>
</exclusion>
<exclusion>
<groupId>org.apache.xalan</groupId>
<artifactId>xalan</artifactId>
</exclusion>
<exclusion>
<groupId>org.apache.xerces</groupId>
<artifactId>xercesImpl</artifactId>
</exclusion>
</exclusions>
</dependency>
<dependency>
<groupId>org.owasp.esapi</groupId>
<artifactId>esapi</artifactId>
<version>${esapi.version}</version>
<optional>true</optional>
<exclusions>
<exclusion>
<groupId>commons-configuration</groupId>
<artifactId>commons-configuration</artifactId>
</exclusion>
<exclusion>
<groupId>commons-beanutils</groupId>
<artifactId>commons-beanutils-core</artifactId>
</exclusion>
<exclusion>
<groupId>commons-fileupload</groupId>
<artifactId>commons-fileupload</artifactId>
</exclusion>
<exclusion>
<groupId>commons-io</groupId>
<artifactId>commons-io</artifactId>
</exclusion>
<exclusion>
<groupId>commons-collections</groupId>
<artifactId>commons-collections</artifactId>
</exclusion>
<exclusion>
<groupId>log4j</groupId>
<artifactId>log4j</artifactId>
</exclusion>
<exclusion>
<groupId>xom</groupId>
<artifactId>xom</artifactId>
</exclusion>
<exclusion>
<groupId>org.beanshell</groupId>
<artifactId>bsh-core</artifactId>
</exclusion>
<exclusion>
<groupId>org.owasp.antisamy</groupId>
<artifactId>antisamy</artifactId>
</exclusion>
</exclusions>
</dependency>
</dependencies>

<distributionManagement>
<repository>
<id>wso2.releases</id>
<name>WSO2 internal Repository</name>
<url>https://maven.wso2.org/nexus/content/repositories/releases/</url>
</repository>
</distributionManagement>

<repositories>
<!-- Before adding ANYTHING in here, please start a discussion on the dev list.
Ideally the Axis2 build should only use Maven central (which is available
by default) and nothing else. We had troubles with other repositories in
the past. Therefore configuring additional repositories here should be
considered very carefully. -->
<repository>
<id>wso2.releases</id>
<name>WSO2 internal Repository</name>
<url>https://maven.wso2.org/nexus/content/repositories/releases/</url>
<releases>
<enabled>true</enabled>
<updatePolicy>daily</updatePolicy>
<checksumPolicy>ignore</checksumPolicy>
</releases>
</repository>
<repository>
<id>wso2.public.releases</id>
<name>WSO2 Public Repository</name>
<url>https://maven.wso2.org/nexus/content/groups/wso2-public</url>
</repository>
</repositories>

<build>
<plugins>
<plugin>
<groupId>org.apache.felix</groupId>
<artifactId>maven-bundle-plugin</artifactId>
<version>2.4.0</version>
<extensions>true</extensions>
<configuration>
<instructions>
<Bundle-SymbolicName>${pom.artifactId}</Bundle-SymbolicName>
<Bundle-Name>${pom.artifactId}</Bundle-Name>
<Export-Package>
org.opensaml.*; version="${opensaml.orbit.version}",
</Export-Package>
<Private-Package>
</Private-Package>
<Import-Package>
!org.opensaml.*,
javax.crypto.*;version="${javax.crypto.version}",
javax.net.*;version="${javax.net.version}",
javax.security.*;version="${javax.security.version}",
javax.servlet.jsp.*;version="${javax.servlet.jsp.version}",
javax.servlet.*;version="${javax.servlet.version}",
javax.xml.*;version="${javax.xml.version}",
org.apache.axiom.om.impl.dom.jaxp;version="${axiom.osgi.version.range}",
org.apache.commons.beanutils;version="${org.apache.commons.beanutils.version}";resolution:=optional,
org.apache.commons.httpclient.*;version="${org.apache.commons.httpclient.version}";resolution:=optional,
org.apache.commons.ssl.*;version="${org.apache.commons.ssl.version}";resolution:=optional,
org.apache.commons.codec.binary;version="${org.apache.commons.codec.binary.version}",
org.apache.commons.configuration;version="${org.apache.commons.configuration.version}";resolution:=optional,
org.apache.commons.fileupload.*;version="${org.apache.commons.fileupload.version}";resolution:=optional,
org.apache.commons.collections.iterators;version="${org.apache.commons.collections.iterators.version}";
resolution:=optional,
org.apache.log4j.*;version="${apache.log4j.version}";resolution:=optional,
org.apache.xml.security.*;version="${org.apache.xml.security.version}";resolution:=optional,
org.apache.velocity.*;version="${org.apache.velocity.version}";resolution:=optional,
org.joda.time.*;version="${joda-time.orbit.version.range}",
org.joda.convert.*;version="${org.joda.convert.version}";resolution:=optional,
org.bouncycastle.*;version="${org.bouncycastle.version}";resolution:=optional,
org.slf4j.*;version="${org.slf4j.version}",
org.w3c.*;version="${org.w3c.version}";resolution:=optional,
org.xml.sax.*;version="${org.xml.sax.version}";resolution:=optional,
net.jcip.annotations.*;version="${net.jcip.annotations.version}";resolution:=optional,
junit.framework;version="${junit.framework.version}";resolution:=optional,
junit.textui;version="${junit.textui.version}";resolution:=optional,
bsh;version="${bsf.version}";resolution:=optional,
nu.xom;version="${nu.xom.version}";resolution:=optional,
org.owasp.esapi;resolution:=optional,
org.owasp.validator.html;version="${org.owasp.validator.html.version}";resolution:=optional,
</Import-Package>
<Embed-Dependency>esapi;scope=compile|runtime;inline=false</Embed-Dependency>
<Include-Resource>
@opensaml-${opensaml.version}.jar!/**.xml,
@opensaml-${opensaml.version}.jar!/templates/**.vm,
@opensaml-${opensaml.version}.jar!/schema/**.xsd,
@opensaml1-${opensaml1.version}.jar!/schemas/**.xsd,
@opensaml1-${opensaml1.version}.jar!/conf/**,
@xmltooling-${xmltooling.version}.jar!/**.xml,
@xmltooling-${xmltooling.version}.jar!/schema/**.xsd,
@xmltooling-${xmltooling.version}.jar!/credential-criteria-registry.properties,
@openws-${openws.version}.jar!/**.xml,
@openws-${openws.version}.jar!/schema/**.xsd,
</Include-Resource>
</instructions>
</configuration>
</plugin>
</plugins>
</build>
<properties>
<opensaml.version>2.6.6</opensaml.version>
<opensaml1.version>1.1</opensaml1.version>
<joda-time.orbit.version>2.8.2.wso2v1</joda-time.orbit.version>
<joda-time.orbit.version.range>[2.8.2,3.0.0)</joda-time.orbit.version.range>
<xmltooling.version>1.4.4</xmltooling.version>
<openws.version>1.5.4</openws.version>
<esapi.version>2.5.3.1</esapi.version>
<opensaml.orbit.version>2.6.6.wso2v7</opensaml.orbit.version>
<javax.crypto.version>[0.0.0,1.0.0)</javax.crypto.version>
<javax.net.version>[0.0.0,1.0.0)</javax.net.version>
<javax.security.version>[0.0.0,1.0.0)</javax.security.version>
<javax.servlet.jsp.version>[2.2.0,2.3.0)</javax.servlet.jsp.version>
<javax.servlet.version>[2.6.0,2.7.0)</javax.servlet.version>
<javax.xml.version>[0.0.0,1.0.0)</javax.xml.version>
<net.jcip.annotations.version>[0.0,1.0)</net.jcip.annotations.version>
<org.apache.commons.httpclient.version>[3.1.0,3.2.0)</org.apache.commons.httpclient.version>
<org.apache.commons.ssl.version>[3.1.0,3.2.0)</org.apache.commons.ssl.version>
<org.apache.xml.security.version>[1.4.2,1.6.0)</org.apache.xml.security.version>
<org.bouncycastle.version>[1.60.0,2.00.0)</org.bouncycastle.version>
<org.joda.convert.version>[2.2,2.3)</org.joda.convert.version>
<org.slf4j.version>[1.6.0,1.8.0)</org.slf4j.version>
<org.w3c.version>[0.0.0,1.0.0)</org.w3c.version>
<org.xml.sax.version>[0.0.0,1.0.0)</org.xml.sax.version>
<axiom.osgi.version.range>[1.2.11, 2.0.0)</axiom.osgi.version.range>
<org.apache.velocity.version>[2.4.1,3.0.0)</org.apache.velocity.version>
<apache.log4j.version>[1.2.17,2)</apache.log4j.version>
<org.apache.commons.codec.binary.version>[1.4.0,2.0.0)</org.apache.commons.codec.binary.version>
<org.apache.commons.collections.iterators.version>[3.2.2,4.0.0)</org.apache.commons.collections.iterators.version>
<org.apache.commons.beanutils.version>[1.8.0,2.0.0)</org.apache.commons.beanutils.version>
<org.apache.commons.configuration.version>[1.6.0,2.0.0)</org.apache.commons.configuration.version>
<org.apache.commons.fileupload.version>[1.2.2,2.0.0)</org.apache.commons.fileupload.version>
<bsf.version>[0.0.0,1.0.0)</bsf.version>
<junit.framework.version>[0.0.0,1.0.0)</junit.framework.version>
<junit.textui.version>[0.0.0,1.0.0)</junit.textui.version>
<nu.xom.version>[0.0.0,1.0.0)</nu.xom.version>
<org.owasp.validator.html.version>[0.0.0,1.0.0)</org.owasp.validator.html.version>
</properties>

</project>