Juan Hernandez 313bef3
Juan Hernandez 313bef3
Juan Hernandez 313bef3
Juan Hernandez 313bef3
    DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
Juan Hernandez 313bef3
Juan Hernandez 313bef3
    Copyright (c) 1997-2011 Oracle and/or its affiliates. All rights reserved.
Juan Hernandez 313bef3
Juan Hernandez 313bef3
    The contents of this file are subject to the terms of either the GNU
Juan Hernandez 313bef3
    General Public License Version 2 only ("GPL") or the Common Development
Juan Hernandez 313bef3
    and Distribution License("CDDL") (collectively, the "License").  You
Juan Hernandez 313bef3
    may not use this file except in compliance with the License.  You can
Juan Hernandez 313bef3
    obtain a copy of the License at
Juan Hernandez 313bef3
    https://glassfish.dev.java.net/public/CDDL+GPL_1_1.html
Juan Hernandez 313bef3
    or packager/legal/LICENSE.txt.  See the License for the specific
Juan Hernandez 313bef3
    language governing permissions and limitations under the License.
Juan Hernandez 313bef3
Juan Hernandez 313bef3
    When distributing the software, include this License Header Notice in each
Juan Hernandez 313bef3
    file and include the License file at packager/legal/LICENSE.txt.
Juan Hernandez 313bef3
Juan Hernandez 313bef3
    GPL Classpath Exception:
Juan Hernandez 313bef3
    Oracle designates this particular file as subject to the "Classpath"
Juan Hernandez 313bef3
    exception as provided by Oracle in the GPL Version 2 section of the License
Juan Hernandez 313bef3
    file that accompanied this code.
Juan Hernandez 313bef3
Juan Hernandez 313bef3
    Modifications:
Juan Hernandez 313bef3
    If applicable, add the following below the License Header, with the fields
Juan Hernandez 313bef3
    enclosed by brackets [] replaced by your own identifying information:
Juan Hernandez 313bef3
    "Portions Copyright [year] [name of copyright owner]"
Juan Hernandez 313bef3
Juan Hernandez 313bef3
    Contributor(s):
Juan Hernandez 313bef3
    If you wish your version of this file to be governed by only the CDDL or
Juan Hernandez 313bef3
    only the GPL Version 2, indicate your decision by adding "[Contributor]
Juan Hernandez 313bef3
    elects to include this software in this distribution under the [CDDL or GPL
Juan Hernandez 313bef3
    Version 2] license."  If you don't indicate a single choice of license, a
Juan Hernandez 313bef3
    recipient has the option to distribute your version of this file under
Juan Hernandez 313bef3
    either the CDDL, the GPL Version 2 or to extend the choice of license to
Juan Hernandez 313bef3
    its licensees as provided above.  However, if you add GPL Version 2 code
Juan Hernandez 313bef3
    and therefore, elected the GPL Version 2 license, then the option applies
Juan Hernandez 313bef3
    only if the new code is made subject to such option by the copyright
Juan Hernandez 313bef3
    holder.
Juan Hernandez 313bef3
Juan Hernandez 313bef3
-->
Juan Hernandez 313bef3
Juan Hernandez 313bef3
<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">
Juan Hernandez 313bef3
Juan Hernandez 313bef3
    <parent>
Juan Hernandez 313bef3
        <groupId>net.java</groupId>
Juan Hernandez 313bef3
        <artifactId>jvnet-parent</artifactId>
Juan Hernandez 313bef3
        <version>1</version>
Juan Hernandez 313bef3
    </parent>
Juan Hernandez 313bef3
    
Juan Hernandez 313bef3
    <modelVersion>4.0.0</modelVersion>
Juan Hernandez 313bef3
    <groupId>com.sun.xml.bind</groupId>
Juan Hernandez 313bef3
    <artifactId>jaxb-xjc</artifactId>
Juan Hernandez 313bef3
    <version>2.2.5</version>
Juan Hernandez 313bef3
    <packaging>jar</packaging>
Juan Hernandez 313bef3
Juan Hernandez 313bef3
    <name>JAXB XJC</name>
Juan Hernandez 313bef3
    <description>JAXB (JSR 222) reference implementation - Schema compiler</description>
Juan Hernandez 313bef3
    <url>http://jaxb.java.net/</url>
Juan Hernandez 313bef3
Juan Hernandez 313bef3
    <organization>
Juan Hernandez 313bef3
        <name>Oracle Corporation</name>
Juan Hernandez 313bef3
        <url>http://www.oracle.com/</url>
Juan Hernandez 313bef3
    </organization>
Juan Hernandez 313bef3
Juan Hernandez 313bef3
    <developers>
Juan Hernandez 313bef3
        <developer>
Juan Hernandez 313bef3
            <name>Martin Grebac</name>
Juan Hernandez 313bef3
            <email>martin.grebac@oracle.com</email>
Juan Hernandez 313bef3
            <organization>Oracle Corporation</organization>
Juan Hernandez 313bef3
        </developer>
Juan Hernandez 313bef3
    </developers>
Juan Hernandez 313bef3
    
Juan Hernandez 313bef3
    <licenses>
Juan Hernandez 313bef3
        <license>
Juan Hernandez 313bef3
            <name>CDDL 1.1</name>
Juan Hernandez 313bef3
            <url>https://glassfish.java.net/public/CDDL+GPL_1_1.html</url>
Juan Hernandez 313bef3
            <distribution>repo</distribution>
Juan Hernandez 313bef3
        </license>
Juan Hernandez 313bef3
        <license>
Juan Hernandez 313bef3
            <name>GPL2 w/ CPE</name>
Juan Hernandez 313bef3
            <url>https://glassfish.java.net/public/CDDL+GPL_1_1.html</url>
Juan Hernandez 313bef3
            <distribution>repo</distribution>
Juan Hernandez 313bef3
        </license>
Juan Hernandez 313bef3
    </licenses>
Juan Hernandez 313bef3
Juan Hernandez 313bef3
    <scm>
Juan Hernandez 313bef3
        <connection>scm:svn:http://svn.java.net/svn/jaxb~version2/branches/jaxb-2_2-branch/jaxb-ri</connection>
Juan Hernandez 313bef3
        <developerConnection>scm:svn:https://svn.java.net/svn/jaxb~version2/branches/jaxb-2_2-branch/jaxb-ri</developerConnection>
Juan Hernandez 313bef3
        <url>http://java.net/projects/jaxb/sources/version2/show/branches/jaxb-2_2-branch/jaxb-ri</url>
Juan Hernandez 313bef3
    </scm>
Juan Hernandez 313bef3
Juan Hernandez 313bef3
    <dependencyManagement>
Juan Hernandez 313bef3
        <dependencies>
Juan Hernandez 313bef3
            <dependency>
Juan Hernandez 313bef3
                <groupId>com.sun.xml.bind</groupId>
Juan Hernandez 313bef3
                <artifactId>jaxb-impl</artifactId>
Juan Hernandez 313bef3
                <version>2.2.5</version>
Juan Hernandez 313bef3
            </dependency>
Juan Hernandez 313bef3
        </dependencies>
Juan Hernandez 313bef3
    </dependencyManagement>
Juan Hernandez 313bef3
Juan Hernandez 313bef3
</project>