summaryrefslogtreecommitdiff
path: root/eaaf_modules/eaaf_module_moa-sig/repository/org/opensaml/openws/1.5.6/openws-1.5.6.pom
diff options
context:
space:
mode:
Diffstat (limited to 'eaaf_modules/eaaf_module_moa-sig/repository/org/opensaml/openws/1.5.6/openws-1.5.6.pom')
-rw-r--r--eaaf_modules/eaaf_module_moa-sig/repository/org/opensaml/openws/1.5.6/openws-1.5.6.pom221
1 files changed, 221 insertions, 0 deletions
diff --git a/eaaf_modules/eaaf_module_moa-sig/repository/org/opensaml/openws/1.5.6/openws-1.5.6.pom b/eaaf_modules/eaaf_module_moa-sig/repository/org/opensaml/openws/1.5.6/openws-1.5.6.pom
new file mode 100644
index 00000000..8bbfdfe1
--- /dev/null
+++ b/eaaf_modules/eaaf_module_moa-sig/repository/org/opensaml/openws/1.5.6/openws-1.5.6.pom
@@ -0,0 +1,221 @@
+<?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/maven-v4_0_0.xsd">
+
+ <modelVersion>4.0.0</modelVersion>
+
+ <parent>
+ <groupId>net.shibboleth</groupId>
+ <artifactId>parent-v2</artifactId>
+ <version>4</version>
+ </parent>
+
+ <groupId>org.opensaml</groupId>
+ <artifactId>openws</artifactId>
+ <version>1.5.6</version>
+ <packaging>jar</packaging>
+
+ <name>OpenWS</name>
+ <description>
+ The OpenWS library provides a growing set of tools to work with web services at a low level. These tools include
+ classes for creating and reading SOAP messages, transport-independent clients for connecting to web services,
+ and various transports for use with those clients.
+ </description>
+
+ <properties>
+ <svn.relative.location>java-openws</svn.relative.location>
+ </properties>
+
+ <repositories>
+ <repository>
+ <id>shib-release</id>
+ <url>https://build.shibboleth.net/nexus/content/groups/public</url>
+ <snapshots>
+ <enabled>false</enabled>
+ </snapshots>
+ </repository>
+ <repository>
+ <id>shib-snapshot</id>
+ <url>https://build.shibboleth.net/nexus/content/repositories/snapshots</url>
+ <releases>
+ <enabled>false</enabled>
+ </releases>
+ </repository>
+ </repositories>
+
+ <dependencies>
+ <!-- Compile dependencies -->
+ <dependency>
+ <groupId>org.opensaml</groupId>
+ <artifactId>xmltooling</artifactId>
+ <version>1.4.6</version>
+ </dependency>
+ <dependency>
+ <groupId>commons-codec</groupId>
+ <artifactId>commons-codec</artifactId>
+ </dependency>
+ <dependency>
+ <groupId>commons-httpclient</groupId>
+ <artifactId>commons-httpclient</artifactId>
+ <version>3.1</version>
+ <exclusions>
+ <exclusion>
+ <groupId>commons-logging</groupId>
+ <artifactId>commons-logging</artifactId>
+ </exclusion>
+ </exclusions>
+ </dependency>
+ <dependency>
+ <groupId>joda-time</groupId>
+ <artifactId>joda-time</artifactId>
+ </dependency>
+ <dependency>
+ <groupId>org.apache.santuario</groupId>
+ <artifactId>xmlsec</artifactId>
+ </dependency>
+
+ <!-- Provided dependencies -->
+ <dependency>
+ <groupId>javax.servlet</groupId>
+ <artifactId>servlet-api</artifactId>
+ </dependency>
+
+ <!-- Runtime dependencies -->
+
+ <!-- Test dependencies -->
+ <dependency>
+ <groupId>junit</groupId>
+ <artifactId>junit</artifactId>
+ </dependency>
+ <dependency>
+ <groupId>ch.qos.logback</groupId>
+ <artifactId>logback-classic</artifactId>
+ <scope>test</scope>
+ </dependency>
+ <dependency>
+ <groupId>org.springframework</groupId>
+ <artifactId>spring-core</artifactId>
+ <scope>test</scope>
+ <exclusions>
+ <exclusion>
+ <groupId>commons-logging</groupId>
+ <artifactId>commons-logging</artifactId>
+ </exclusion>
+ </exclusions>
+ </dependency>
+ <dependency>
+ <groupId>org.springframework</groupId>
+ <artifactId>spring-test</artifactId>
+ <exclusions>
+ <exclusion>
+ <groupId>commons-logging</groupId>
+ <artifactId>commons-logging</artifactId>
+ </exclusion>
+ </exclusions>
+ </dependency>
+ </dependencies>
+
+ <build>
+ <plugins>
+ <plugin>
+ <groupId>org.apache.maven.plugins</groupId>
+ <artifactId>maven-jar-plugin</artifactId>
+ <configuration>
+ <archive>
+ <index>true</index>
+ <manifestEntries>
+ <Main-Class>org.opensaml.ws.Version</Main-Class>
+ </manifestEntries>
+ <manifestSections>
+ <manifestSection>
+ <name>org/opensaml/ws/</name>
+ <manifestEntries>
+ <Implementation-Title>${project.artifactId}</Implementation-Title>
+ <Implementation-Version>${project.version}</Implementation-Version>
+ <Implementation-Vendor>www.opensaml.org</Implementation-Vendor>
+ </manifestEntries>
+ </manifestSection>
+ <manifestSection>
+ <name>org/opensaml/ws/soap/soap11/</name>
+ <manifestEntries>
+ <Specification-Title>Simple Object Access Protocol (SOAP) 1.1</Specification-Title>
+ <Specification-Version>20000508</Specification-Version>
+ <Specification-Vendor>World Wide Web Consortium (W3C)</Specification-Vendor>
+ </manifestEntries>
+ </manifestSection>
+ <manifestSection>
+ <name>org/opensaml/ws/wsfed/</name>
+ <manifestEntries>
+ <Specification-Title>WS-Federation</Specification-Title>
+ <Specification-Version>1.1</Specification-Version>
+ <Specification-Vendor>xmlsoap.org</Specification-Vendor>
+ </manifestEntries>
+ </manifestSection>
+ <manifestSection>
+ <name>org/opensaml/ws/wsaddressing/</name>
+ <manifestEntries>
+ <Specification-Title>WS-Addressing</Specification-Title>
+ <Specification-Version>1.0</Specification-Version>
+ <Specification-Vendor>World Wide Web Consortium (W3C)</Specification-Vendor>
+ </manifestEntries>
+ </manifestSection>
+ <manifestSection>
+ <name>org/opensaml/ws/wspolicy/</name>
+ <manifestEntries>
+ <Specification-Title>WS-Policy</Specification-Title>
+ <Specification-Version>1.2</Specification-Version>
+ <Specification-Vendor>xmlsoap.org</Specification-Vendor>
+ </manifestEntries>
+ </manifestSection>
+ <manifestSection>
+ <name>org/opensaml/ws/wssecurity/</name>
+ <manifestEntries>
+ <Specification-Title>WS-Security</Specification-Title>
+ <Specification-Version>1.1</Specification-Version>
+ <Specification-Vendor>OASIS</Specification-Vendor>
+ </manifestEntries>
+ </manifestSection>
+ <manifestSection>
+ <name>org/opensaml/ws/wstrust/</name>
+ <manifestEntries>
+ <Specification-Title>WS-Trust</Specification-Title>
+ <Specification-Version>1.3</Specification-Version>
+ <Specification-Vendor>OASIS</Specification-Vendor>
+ </manifestEntries>
+ </manifestSection>
+ </manifestSections>
+ </archive>
+ </configuration>
+ </plugin>
+ </plugins>
+ </build>
+
+ <profiles>
+ <profile>
+ <id>release</id>
+ <build>
+ <plugins>
+ <plugin>
+ <groupId>org.apache.maven.plugins</groupId>
+ <artifactId>maven-assembly-plugin</artifactId>
+ <configuration>
+ <descriptors>
+ <descriptor>src/main/assembly/bin.xml</descriptor>
+ </descriptors>
+ </configuration>
+ </plugin>
+ <plugin>
+ <groupId>org.apache.maven.plugins</groupId>
+ <artifactId>maven-javadoc-plugin</artifactId>
+ <configuration>
+ <links>
+ <link>https://build.shibboleth.net/nexus/service/local/repositories/releases/archive/org/opensaml/xmltooling/1.4.6/xmltooling-1.4.6-javadoc.jar/!/</link>
+ </links>
+ </configuration>
+ </plugin>
+ </plugins>
+ </build>
+ </profile>
+ </profiles>
+
+</project>