Blame SOURCES/jaxb-impl-2.2.5.pom

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