Subversion Repositories aduna

[/] [org.openrdf/] [benchmark/] [trunk/] [lubmplus/] [pom.xml] - Rev 7920

Compare with Previous | Blame | View Log

<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>

    <parent>
        <groupId>org.openrdf.benchmark</groupId>
        <artifactId>benchmark</artifactId>
        <version>0.3-SNAPSHOT</version>
    </parent>

    <artifactId>benchmark-lubmplus</artifactId>
    <version>0.3-SNAPSHOT</version>

    <name>OpenRDF LUBM+ benchmark</name>
    <description>OpenRDF Benchmark implementation for LUBM+</description>
    <url>http://www.openrdf.org/</url>

    <organization>
        <name>Aduna</name>
        <url>http://www.aduna-software.com/</url>
    </organization>

    <inceptionYear>2007</inceptionYear>

    <licenses>
        <license>
            <name>Aduna BSD-style license</name>
            <url>http://www.aduna-software.com/documents/legal/licenses/aduna-bsd.txt</url>
            <distribution>repo</distribution>
        </license>
    </licenses>

    <dependencies>
        <dependency>
            <groupId>org.openrdf.benchmark</groupId>
            <artifactId>benchmark-core</artifactId>
        </dependency>
        <dependency>
            <groupId>org.openrdf.benchmark</groupId>
            <artifactId>benchmark-sesame</artifactId>
            <scope>runtime</scope>
        </dependency>
        <dependency>
            <groupId>org.openrdf.benchmark</groupId>
            <artifactId>benchmark-uba</artifactId>
        </dependency>

        <dependency>
            <groupId>org.openrdf.sesame</groupId>
            <artifactId>sesame-model</artifactId>
        </dependency>
        <dependency>
            <groupId>org.openrdf.sesame</groupId>
            <artifactId>sesame-rio-api</artifactId>
        </dependency>
        <dependency>
            <groupId>org.openrdf.sesame</groupId>
            <artifactId>sesame-rio-rdfxml</artifactId>
        </dependency>
        <dependency>
            <groupId>org.openrdf.sesame</groupId>
            <artifactId>sesame-queryparser-sparql</artifactId>
            <scope>runtime</scope>
        </dependency>

        <dependency>
            <groupId>info.aduna.commons</groupId>
            <artifactId>aduna-commons-lang</artifactId>
        </dependency>

        <dependency>
            <groupId>junit</groupId>
            <artifactId>junit</artifactId>
        </dependency>
    </dependencies>

    <scm>
        <connection>scm:svn:http://repo.aduna-software.org/svn/org.openrdf/benchmark/trunk/lubmplus</connection>
        <developerConnection>scm:svn:https://repo.aduna-software.org/svn/org.openrdf/benchmark/trunk/lubmplus</developerConnection>
        <url>http://repo.aduna-software.org/viewvc/org.openrdf/benchmark/trunk/lubmplus</url>
    </scm>

</project>

Compare with Previous | Blame