1 <?xml version="1.0" encoding="UTF-8"?>
2 <project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
3 xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
5 <modelVersion>4.0.0</modelVersion>
8 <groupId>net.shibboleth</groupId>
9 <artifactId>parent</artifactId>
13 <groupId>edu.internet2.middleware</groupId>
14 <artifactId>shibboleth-identityprovider</artifactId>
15 <version>2.3.4</version>
17 <!-- We bundle as a jar here, the installer creates the WAR -->
18 <packaging>jar</packaging>
20 <name>Shibboleth Identity Provider</name>
22 The Shibboleth Identity Provider is used by an organization to securely assert information, via SAML, about
23 their users. This information is then read and acted upon by Service Providers.
27 <svn.relative.location>java-shib-idp2</svn.relative.location>
33 <url>https://shibboleth.net/nexus/content/groups/public</url>
35 <enabled>false</enabled>
39 <id>shib-snapshot</id>
40 <url>https://shibboleth.net/nexus/content/repositories/snapshots</url>
42 <enabled>false</enabled>
48 <!-- Compile dependencies -->
50 <groupId>edu.internet2.middleware</groupId>
51 <artifactId>shibboleth-common</artifactId>
52 <version>1.3.4</version>
55 <!-- Provided dependencies -->
57 <!-- Runtime dependencies -->
59 <groupId>org.bouncycastle</groupId>
60 <artifactId>bcprov-jdk15</artifactId>
61 <version>1.45</version>
64 <groupId>ant-contrib</groupId>
65 <artifactId>ant-contrib</artifactId>
66 <version>1.0b2</version>
67 <scope>runtime</scope>
70 <groupId>ant</groupId>
71 <artifactId>ant</artifactId>
76 <groupId>edu.internet2.middleware</groupId>
77 <artifactId>ant-extensions</artifactId>
78 <version>11Jan2011</version>
79 <scope>runtime</scope>
82 <groupId>org.bouncycastle</groupId>
83 <artifactId>bcprov-jdk14</artifactId>
88 <groupId>edu.internet2.middleware</groupId>
89 <artifactId>shibboleth-jce</artifactId>
90 <version>1.1.0</version>
91 <scope>runtime</scope>
94 <!-- Test dependencies -->
96 <groupId>junit</groupId>
97 <artifactId>junit</artifactId>
98 <version>3.8.1</version>
102 <groupId>org.springframework</groupId>
103 <artifactId>spring-test</artifactId>
104 <version>2.5.6.SEC02</version>
108 <groupId>commons-logging</groupId>
109 <artifactId>commons-logging</artifactId>
114 <!-- Managed Dependencies -->
116 <groupId>javax.servlet</groupId>
117 <artifactId>servlet-api</artifactId>
120 <groupId>javax.servlet.jsp</groupId>
121 <artifactId>jsp-api</artifactId>
124 <groupId>${xerces.groupId}</groupId>
125 <artifactId>xml-apis</artifactId>
128 <groupId>${xerces.groupId}</groupId>
129 <artifactId>xercesImpl</artifactId>
132 <groupId>${xerces.groupId}</groupId>
133 <artifactId>serializer</artifactId>
136 <groupId>xml-resolver</groupId>
137 <artifactId>xml-resolver</artifactId>
140 <groupId>${xalan.groupId}</groupId>
141 <artifactId>xalan</artifactId>
144 <groupId>xmlunit</groupId>
145 <artifactId>xmlunit</artifactId>
152 <groupId>org.apache.maven.plugins</groupId>
153 <artifactId>maven-jar-plugin</artifactId>
154 <version>2.3.1</version>
159 <Main-Class>edu.internet2.middleware.shibboleth.idp.Version</Main-Class>
163 <name>edu/internet2/middleware/shibboleth/idp/</name>
165 <Implementation-Title>${project.artifactId}</Implementation-Title>
166 <Implementation-Version>${project.version}</Implementation-Version>
167 <Implementation-Vendor>shibboleth.internet2.edu</Implementation-Vendor>
183 <groupId>org.apache.maven.plugins</groupId>
184 <artifactId>maven-assembly-plugin</artifactId>
185 <version>2.2.1</version>
188 <descriptor>src/main/assembly/bin.xml</descriptor>