All Downloads are FREE. Search and download functionalities are using the official Maven repository.

thirdparty.jaxb2_commons.jaxb2_commons-ant.0.4.1.5.source-code.pom.xml Maven / Gradle / Ivy

The newest version!
<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>
    <groupId>org.andromda.thirdparty.jaxb2_commons</groupId>
    <artifactId>jaxb2_commons-ant</artifactId>
    <packaging>jar</packaging>
    <name>JAXB2 Commons Ant Task</name>
    <parent>
        <groupId>org.andromda.thirdparty.jaxb2_commons</groupId>
        <artifactId>project</artifactId>
        <version>0.4.1.5</version>
    </parent>
    <dependencies>
        <dependency>
            <groupId>com.sun.xml.bind</groupId>
            <artifactId>jaxb-xjc</artifactId>
            <scope>provided</scope>
        </dependency>
        <dependency>
            <groupId>ant</groupId>
            <artifactId>ant</artifactId>
            <version>1.6.5</version>
            <scope>compile</scope>
        </dependency>
        <dependency>
            <groupId>ant</groupId>
            <artifactId>ant-launcher</artifactId>
            <version>1.6.5</version>
            <scope>test</scope>
        </dependency>
    </dependencies>
</project>




© 2015 - 2024 Weber Informatics LLC | Privacy Policy