pom.xml revision fba815ec883afa7d9675096f5266e43b224bbec4
7724b83f809b5669d93c96c8123b97ffa5be50f4slive<?xml version="1.0" encoding="UTF-8"?>
7724b83f809b5669d93c96c8123b97ffa5be50f4slive<!--
7724b83f809b5669d93c96c8123b97ffa5be50f4slive * The contents of this file are subject to the terms of the Common Development and
5f5d1b4cc970b7f06ff8ef6526128e9a27303d88nd * Distribution License (the License). You may not use this file except in compliance with the
7724b83f809b5669d93c96c8123b97ffa5be50f4slive * License.
acc36ab93565d2880447d535da6ca6e5feac7a70nd *
db479b48bd4d75423ed4a45e15b75089d1a8ad72fielding * You can obtain a copy of the License at legal/CDDLv1.0.txt. See the License for the
db479b48bd4d75423ed4a45e15b75089d1a8ad72fielding * specific language governing permission and limitations under the License.
db479b48bd4d75423ed4a45e15b75089d1a8ad72fielding *
db479b48bd4d75423ed4a45e15b75089d1a8ad72fielding * When distributing Covered Software, include this CDDL Header Notice in each file and include
db479b48bd4d75423ed4a45e15b75089d1a8ad72fielding * the License file at legal/CDDLv1.0.txt. If applicable, add the following below the CDDL
db479b48bd4d75423ed4a45e15b75089d1a8ad72fielding * Header, with the fields enclosed by brackets [] replaced by your own identifying
acc36ab93565d2880447d535da6ca6e5feac7a70nd * information: "Portions copyright [year] [name of copyright owner]".
acc36ab93565d2880447d535da6ca6e5feac7a70nd *
acc36ab93565d2880447d535da6ca6e5feac7a70nd * Copyright 2011-2016 ForgeRock AS.
acc36ab93565d2880447d535da6ca6e5feac7a70nd-->
acc36ab93565d2880447d535da6ca6e5feac7a70nd<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">
acc36ab93565d2880447d535da6ca6e5feac7a70nd <modelVersion>4.0.0</modelVersion>
acc36ab93565d2880447d535da6ca6e5feac7a70nd
acc36ab93565d2880447d535da6ca6e5feac7a70nd <!-- Parent Project -->
acc36ab93565d2880447d535da6ca6e5feac7a70nd <parent>
acc36ab93565d2880447d535da6ca6e5feac7a70nd <groupId>org.forgerock.openam</groupId>
7db9f691a00ead175b03335457ca296a33ddf31bnd <artifactId>openam-schema</artifactId>
7724b83f809b5669d93c96c8123b97ffa5be50f4slive <version>14.0.0-SNAPSHOT</version>
7724b83f809b5669d93c96c8123b97ffa5be50f4slive </parent>
7724b83f809b5669d93c96c8123b97ffa5be50f4slive
7724b83f809b5669d93c96c8123b97ffa5be50f4slive <!-- Component Definition -->
7724b83f809b5669d93c96c8123b97ffa5be50f4slive <name>OpenAM SAML2 Schema</name>
7724b83f809b5669d93c96c8123b97ffa5be50f4slive <description>OpenAM SAML2 Schema Components</description>
7724b83f809b5669d93c96c8123b97ffa5be50f4slive <artifactId>openam-saml2-schema</artifactId>
7724b83f809b5669d93c96c8123b97ffa5be50f4slive <packaging>jar</packaging>
7724b83f809b5669d93c96c8123b97ffa5be50f4slive
7724b83f809b5669d93c96c8123b97ffa5be50f4slive <!-- Build -->
7724b83f809b5669d93c96c8123b97ffa5be50f4slive <build>
7724b83f809b5669d93c96c8123b97ffa5be50f4slive <plugins>
7724b83f809b5669d93c96c8123b97ffa5be50f4slive<!--
7724b83f809b5669d93c96c8123b97ffa5be50f4slive <plugin>
7724b83f809b5669d93c96c8123b97ffa5be50f4slive <groupId>org.codehaus.mojo</groupId>
7724b83f809b5669d93c96c8123b97ffa5be50f4slive <artifactId>jaxb2-maven-plugin</artifactId>
7724b83f809b5669d93c96c8123b97ffa5be50f4slive <executions>
7724b83f809b5669d93c96c8123b97ffa5be50f4slive <execution>
7724b83f809b5669d93c96c8123b97ffa5be50f4slive <id>xjc-saml2</id>
7724b83f809b5669d93c96c8123b97ffa5be50f4slive <goals>
7724b83f809b5669d93c96c8123b97ffa5be50f4slive <goal>xjc</goal>
7724b83f809b5669d93c96c8123b97ffa5be50f4slive </goals>
7724b83f809b5669d93c96c8123b97ffa5be50f4slive </execution>
7724b83f809b5669d93c96c8123b97ffa5be50f4slive </executions>
7724b83f809b5669d93c96c8123b97ffa5be50f4slive <configuration>
7724b83f809b5669d93c96c8123b97ffa5be50f4slive <extension>true</extension>
7724b83f809b5669d93c96c8123b97ffa5be50f4slive <schemaFiles>
7724b83f809b5669d93c96c8123b97ffa5be50f4slive entity-config-schema.xsd,
7724b83f809b5669d93c96c8123b97ffa5be50f4slive saml-schema-assertion-2.0.xsd,
0471b31f226df03c664e1e6beb5f992392d70a67niq saml-schema-metadata-2.0.xsd,
0471b31f226df03c664e1e6beb5f992392d70a67niq schema.xsd,
7724b83f809b5669d93c96c8123b97ffa5be50f4slive sstc-saml-metadata-ext-query.xsd,
7724b83f809b5669d93c96c8123b97ffa5be50f4slive sstc-saml-metadata-x509-query.xsd,
7724b83f809b5669d93c96c8123b97ffa5be50f4slive sstc-metadata-attr.xsd,
7724b83f809b5669d93c96c8123b97ffa5be50f4slive sstc-saml-attribute-ext.xsd,
7724b83f809b5669d93c96c8123b97ffa5be50f4slive sstc-saml-idp-discovery.xsd
7724b83f809b5669d93c96c8123b97ffa5be50f4slive </schemaFiles>
7724b83f809b5669d93c96c8123b97ffa5be50f4slive </configuration>
7724b83f809b5669d93c96c8123b97ffa5be50f4slive </plugin>
7724b83f809b5669d93c96c8123b97ffa5be50f4slive-->
7724b83f809b5669d93c96c8123b97ffa5be50f4slive </plugins>
7724b83f809b5669d93c96c8123b97ffa5be50f4slive </build>
7724b83f809b5669d93c96c8123b97ffa5be50f4slive
7724b83f809b5669d93c96c8123b97ffa5be50f4slive
7724b83f809b5669d93c96c8123b97ffa5be50f4slive <dependencies>
7724b83f809b5669d93c96c8123b97ffa5be50f4slive <dependency>
7724b83f809b5669d93c96c8123b97ffa5be50f4slive <groupId>org.forgerock.openam</groupId>
7724b83f809b5669d93c96c8123b97ffa5be50f4slive <artifactId>openam-shared</artifactId>
7724b83f809b5669d93c96c8123b97ffa5be50f4slive </dependency>
7724b83f809b5669d93c96c8123b97ffa5be50f4slive
7724b83f809b5669d93c96c8123b97ffa5be50f4slive <dependency>
7724b83f809b5669d93c96c8123b97ffa5be50f4slive <groupId>javax.xml.bind</groupId>
7724b83f809b5669d93c96c8123b97ffa5be50f4slive <artifactId>jaxb-api</artifactId>
1b01d1ee11c612226cb3141eed4581dc179266c1rbowen </dependency>
1b01d1ee11c612226cb3141eed4581dc179266c1rbowen
1b01d1ee11c612226cb3141eed4581dc179266c1rbowen <dependency>
1b01d1ee11c612226cb3141eed4581dc179266c1rbowen <groupId>com.sun.xml.bind</groupId>
1b01d1ee11c612226cb3141eed4581dc179266c1rbowen <artifactId>jaxb1-impl</artifactId>
1b01d1ee11c612226cb3141eed4581dc179266c1rbowen </dependency>
7724b83f809b5669d93c96c8123b97ffa5be50f4slive
7724b83f809b5669d93c96c8123b97ffa5be50f4slive <dependency>
7724b83f809b5669d93c96c8123b97ffa5be50f4slive <groupId>com.sun.xml.bind</groupId>
7724b83f809b5669d93c96c8123b97ffa5be50f4slive <artifactId>jaxb-libs</artifactId>
7724b83f809b5669d93c96c8123b97ffa5be50f4slive </dependency>
7724b83f809b5669d93c96c8123b97ffa5be50f4slive
7724b83f809b5669d93c96c8123b97ffa5be50f4slive <dependency>
7724b83f809b5669d93c96c8123b97ffa5be50f4slive <groupId>com.sun.xml.bind</groupId>
7724b83f809b5669d93c96c8123b97ffa5be50f4slive <artifactId>jaxb-xjc</artifactId>
1b01d1ee11c612226cb3141eed4581dc179266c1rbowen </dependency>
1b01d1ee11c612226cb3141eed4581dc179266c1rbowen </dependencies>
1b01d1ee11c612226cb3141eed4581dc179266c1rbowen</project>
1b01d1ee11c612226cb3141eed4581dc179266c1rbowen
1b01d1ee11c612226cb3141eed4581dc179266c1rbowen