| <?xml version="1.0" encoding="UTF-8"?> |
| <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/xsd/maven-4.0.0.xsd"> |
| |
| <!-- |
| |
| Licensed to the Apache Software Foundation (ASF) under one or more |
| contributor license agreements. See the NOTICE file distributed with |
| this work for additional information regarding copyright ownership. |
| The ASF 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. |
| --> |
| |
| <modelVersion>4.0.0</modelVersion> |
| |
| <parent> |
| <groupId>org.apache.servicemix.bundles</groupId> |
| <artifactId>bundles-pom</artifactId> |
| <version>13</version> |
| <relativePath>../bundles-pom/pom.xml</relativePath> |
| </parent> |
| |
| <groupId>org.apache.servicemix.bundles</groupId> |
| <artifactId>org.apache.servicemix.bundles.opensaml</artifactId> |
| <version>3.3.0_3-SNAPSHOT</version> |
| <packaging>bundle</packaging> |
| <name>Apache ServiceMix :: Bundles :: ${pkgArtifactId}</name> |
| <description>This OSGi bundle wraps ${pkgArtifactId} ${pkgVersion} jar file.</description> |
| |
| <scm> |
| <connection>scm:git:https://git-wip-us.apache.org/repos/asf/servicemix-bundles.git</connection> |
| <developerConnection>scm:git:https://git-wip-us.apache.org/repos/asf/servicemix-bundles.git</developerConnection> |
| <url>https://git-wip-us.apache.org/repos/asf?p=servicemix-bundles.git</url> |
| <tag>HEAD</tag> |
| </scm> |
| |
| <properties> |
| <pkgGroupId>org.opensaml</pkgGroupId> |
| <pkgArtifactId>opensaml</pkgArtifactId> |
| <pkgVersion>3.3.0</pkgVersion> |
| <servicemix.osgi.export> |
| org.opensaml*;version="${pkgVersion}";-split-package:=merge-first, |
| net.shibboleth.utilities*;version="${pkgVersion}";-split-package:=merge-first |
| </servicemix.osgi.export> |
| <servicemix.osgi.import.pkg> |
| javax.servlet;resolution:=optional, |
| javax.servlet.http;resolution:=optional, |
| org.bouncycastle*;resolution:=optional, |
| org.apache.velocity*;resolution:=optional, |
| org.joda.time*;version="[2.2,3)", |
| org.cryptacular*;resolution:=optional, |
| org.apache.http*;resolution:=optional, |
| com.beust.jcommander*;resolution:=optional, |
| javax.annotation;version="[1,4)", |
| com.google.common*;version="[19.0,21.0)", |
| * |
| </servicemix.osgi.import.pkg> |
| <servicemix.osgi.private.pkg> |
| schema;-split-package:=merge-first, |
| templates;-split-package:=merge-first, |
| net.shibboleth.utilities.java.support* |
| </servicemix.osgi.private.pkg> |
| </properties> |
| <dependencies> |
| <dependency> |
| <groupId>${pkgGroupId}</groupId> |
| <artifactId>opensaml-core</artifactId> |
| <version>${pkgVersion}</version> |
| </dependency> |
| <dependency> |
| <groupId>${pkgGroupId}</groupId> |
| <artifactId>opensaml-profile-api</artifactId> |
| <version>${pkgVersion}</version> |
| </dependency> |
| <dependency> |
| <groupId>${pkgGroupId}</groupId> |
| <artifactId>opensaml-saml-api</artifactId> |
| <version>${pkgVersion}</version> |
| </dependency> |
| <dependency> |
| <groupId>${pkgGroupId}</groupId> |
| <artifactId>opensaml-xmlsec-api</artifactId> |
| <version>${pkgVersion}</version> |
| </dependency> |
| <dependency> |
| <groupId>${pkgGroupId}</groupId> |
| <artifactId>opensaml-security-impl</artifactId> |
| <version>${pkgVersion}</version> |
| </dependency> |
| <dependency> |
| <groupId>${pkgGroupId}</groupId> |
| <artifactId>opensaml-security-api</artifactId> |
| <version>${pkgVersion}</version> |
| </dependency> |
| <dependency> |
| <groupId>${pkgGroupId}</groupId> |
| <artifactId>opensaml-xmlsec-impl</artifactId> |
| <version>${pkgVersion}</version> |
| </dependency> |
| <dependency> |
| <groupId>${pkgGroupId}</groupId> |
| <artifactId>opensaml-xacml-impl</artifactId> |
| <version>${pkgVersion}</version> |
| </dependency> |
| <dependency> |
| <groupId>${pkgGroupId}</groupId> |
| <artifactId>opensaml-xacml-api</artifactId> |
| <version>${pkgVersion}</version> |
| </dependency> |
| <dependency> |
| <groupId>${pkgGroupId}</groupId> |
| <artifactId>opensaml-saml-impl</artifactId> |
| <version>${pkgVersion}</version> |
| </dependency> |
| <dependency> |
| <groupId>${pkgGroupId}</groupId> |
| <artifactId>opensaml-xacml-saml-impl</artifactId> |
| <version>${pkgVersion}</version> |
| </dependency> |
| <dependency> |
| <groupId>${pkgGroupId}</groupId> |
| <artifactId>opensaml-xacml-saml-api</artifactId> |
| <version>${pkgVersion}</version> |
| </dependency> |
| |
| |
| |
| <!-- sources --> |
| <dependency> |
| <groupId>${pkgGroupId}</groupId> |
| <artifactId>opensaml-core</artifactId> |
| <version>${pkgVersion}</version> |
| <classifier>sources</classifier> |
| </dependency> |
| </dependencies> |
| |
| <build> |
| <plugins> |
| <plugin> |
| <groupId>org.apache.maven.plugins</groupId> |
| <artifactId>maven-shade-plugin</artifactId> |
| <executions> |
| <execution> |
| <phase>package</phase> |
| <goals> |
| <goal>shade</goal> |
| </goals> |
| <configuration> |
| <artifactSet> |
| <includes> |
| <include>${pkgGroupId}:*</include> |
| </includes> |
| </artifactSet> |
| <filters> |
| <filter> |
| <artifact>${pkgGroupId}:${pkgArtifactId}</artifact> |
| <excludes> |
| <exclude>**/*.java</exclude> |
| </excludes> |
| </filter> |
| </filters> |
| <promoteTransitiveDependencies>true</promoteTransitiveDependencies> |
| <createDependencyReducedPom>true</createDependencyReducedPom> |
| </configuration> |
| </execution> |
| </executions> |
| </plugin> |
| </plugins> |
| </build> |
| </project> |