atlas-graphdb-titan0
Used in:
components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
<dependency>
<groupId>org.apache.atlas</groupId>
<artifactId>atlas-graphdb-titan0</artifactId>
<version>0.8.4</version>
</dependency><?xml version="1.0" encoding="UTF-8"?>
<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">
<parent>
<artifactId>atlas-graphdb</artifactId>
<groupId>org.apache.atlas</groupId>
<version>0.8.4</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<artifactId>atlas-graphdb-titan0</artifactId>
<name>Apache Atlas Titan 0.5.4 Graph DB Impl</name>
<description>Apache Atlas Titan 0.5.4 Graph DB Impl</description>
<build>
<plugins>
<plugin>
<artifactId>maven-shade-plugin</artifactId>
<version>2.4.3</version>
<executions>
<execution>
<phase>package</phase>
<goals>
<goal>shade</goal>
</goals>
<configuration>
<shadedArtifactAttached>false</shadedArtifactAttached>
<artifactSet>
<excludes>
<exclude>org.slf4j:*</exclude>
</excludes>
</artifactSet>
<filters>
<filter>
<artifact>com.thinkaurelius.titan:titan-core</artifact>
<excludes>
<exclude>com/thinkaurelius/titan/diskstorage/locking/LocalLockMediator.class</exclude>
<exclude>com/thinkaurelius/titan/graphdb/query/graph/GraphCentricQueryBuilder.class</exclude>
</excludes>
</filter>
</filters>
<relocations>
<relocation>
<pattern>com.google</pattern>
<shadedPattern>atlas.shaded.titan.guava</shadedPattern>
</relocation>
</relocations>
<transformers>
<transformer />
</transformers>
</configuration>
</execution>
</executions>
</plugin>
<plugin>
<artifactId>maven-jar-plugin</artifactId>
<version>2.4</version>
<configuration>
<excludes>
<exclude>**/log4j.xml</exclude>
</excludes>
</configuration>
</plugin>
<plugin>
<groupId>net.alchim31.maven</groupId>
<artifactId>scala-maven-plugin</artifactId>
<version>3.2.0</version>
</plugin>
</plugins>
</build>
<profiles>
<profile>
<id>titan0</id>
<build>
<plugins>
<plugin>
<artifactId>maven-surefire-plugin</artifactId>
<version>2.18.1</version>
<executions>
<execution>
<id>default-test</id>
<phase>test</phase>
<goals>
<goal>test</goal>
</goals>
<configuration>
<skip>false</skip>
<systemProperties>
<user.dir>/Users/keval/projects/atlas/0.8.4/apache-atlas-sources-0.8.4/graphdb/titan0</user.dir>
<atlas.data>/Users/keval/projects/atlas/0.8.4/apache-atlas-sources-0.8.4/graphdb/titan0/target/data</atlas.data>
<log4j.configuration>atlas-log4j.xml</log4j.configuration>
</systemProperties>
<skipTests>true</skipTests>
<forkCount>2C</forkCount>
<reuseForks>false</reuseForks>
<redirectTestOutputToFile>true</redirectTestOutputToFile>
<argLine>-Djava.awt.headless=true -Dproject.version=0.8.4
-Dhadoop.tmp.dir="/Users/keval/projects/atlas/0.8.4/apache-atlas-sources-0.8.4/graphdb/titan0/target/tmp-hadoop-keval"
-Xmx1024m -XX:MaxPermSize=512m -Djava.net.preferIPv4Stack=true</argLine>
</configuration>
</execution>
</executions>
<dependencies>
<dependency>
<groupId>org.apache.maven.surefire</groupId>
<artifactId>surefire-testng</artifactId>
<version>2.18.1</version>
<scope>compile</scope>
</dependency>
</dependencies>
<configuration>
<skip>false</skip>
<systemProperties>
<user.dir>/Users/keval/projects/atlas/0.8.4/apache-atlas-sources-0.8.4/graphdb/titan0</user.dir>
<atlas.data>/Users/keval/projects/atlas/0.8.4/apache-atlas-sources-0.8.4/graphdb/titan0/target/data</atlas.data>
<log4j.configuration>atlas-log4j.xml</log4j.configuration>
</systemProperties>
<skipTests>true</skipTests>
<forkCount>2C</forkCount>
<reuseForks>false</reuseForks>
<redirectTestOutputToFile>true</redirectTestOutputToFile>
<argLine>-Djava.awt.headless=true -Dproject.version=0.8.4
-Dhadoop.tmp.dir="/Users/keval/projects/atlas/0.8.4/apache-atlas-sources-0.8.4/graphdb/titan0/target/tmp-hadoop-keval"
-Xmx1024m -XX:MaxPermSize=512m -Djava.net.preferIPv4Stack=true</argLine>
</configuration>
</plugin>
</plugins>
</build>
</profile>
</profiles>
<dependencies>
<dependency>
<groupId>org.apache.atlas</groupId>
<artifactId>atlas-graphdb-api</artifactId>
<version>0.8.4</version>
<scope>provided</scope>
<exclusions>
<exclusion>
<artifactId>atlas-typesystem</artifactId>
<groupId>org.apache.atlas</groupId>
</exclusion>
</exclusions>
</dependency>
<dependency>
<groupId>commons-configuration</groupId>
<artifactId>commons-configuration</artifactId>
<version>1.10</version>
<scope>provided</scope>
</dependency>
<dependency>
<groupId>org.testng</groupId>
<artifactId>testng</artifactId>
<version>6.9.4</version>
<scope>test</scope>
<exclusions>
<exclusion>
<artifactId>bsh</artifactId>
<groupId>org.beanshell</groupId>
</exclusion>
<exclusion>
<artifactId>jcommander</artifactId>
<groupId>com.beust</groupId>
</exclusion>
</exclusions>
</dependency>
<dependency>
<groupId>org.mockito</groupId>
<artifactId>mockito-all</artifactId>
<version>1.8.5</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>commons-collections</groupId>
<artifactId>commons-collections</artifactId>
<version>3.2.2</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.apache.atlas</groupId>
<artifactId>atlas-graphdb-common</artifactId>
<version>0.8.4</version>
<classifier>tests</classifier>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.slf4j</groupId>
<artifactId>slf4j-api</artifactId>
<version>1.7.21</version>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>org.slf4j</groupId>
<artifactId>slf4j-log4j12</artifactId>
<version>1.7.21</version>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>org.slf4j</groupId>
<artifactId>jul-to-slf4j</artifactId>
<version>1.7.21</version>
<scope>compile</scope>
</dependency>
</dependencies>
<dependencyManagement>
<dependencies>
<dependency>
<groupId>com.tinkerpop.blueprints</groupId>
<artifactId>blueprints-core</artifactId>
<version>${tinkerpop.version}</version>
</dependency>
<dependency>
<groupId>com.thinkaurelius.titan</groupId>
<artifactId>titan-core</artifactId>
<version>${titan.version}</version>
<exclusions>
<exclusion>
<artifactId>rexster-core</artifactId>
<groupId>com.tinkerpop.rexster</groupId>
</exclusion>
<exclusion>
<artifactId>rexster-server</artifactId>
<groupId>com.tinkerpop.rexster</groupId>
</exclusion>
<exclusion>
<artifactId>frames</artifactId>
<groupId>com.tinkerpop</groupId>
</exclusion>
<exclusion>
<artifactId>reflectasm</artifactId>
<groupId>com.esotericsoftware.reflectasm</groupId>
</exclusion>
<exclusion>
<artifactId>asm</artifactId>
<groupId>org.ow2.asm</groupId>
</exclusion>
<exclusion>
<artifactId>oncrpc</artifactId>
<groupId>org.acplt</groupId>
</exclusion>
</exclusions>
</dependency>
<dependency>
<groupId>com.thinkaurelius.titan</groupId>
<artifactId>titan-berkeleyje</artifactId>
<version>${titan.version}</version>
</dependency>
<dependency>
<groupId>com.thinkaurelius.titan</groupId>
<artifactId>titan-hbase</artifactId>
<version>${titan.version}</version>
</dependency>
</dependencies>
</dependencyManagement>
<properties>
<checkstyle.failOnViolation>false</checkstyle.failOnViolation>
<tinkerpop.version>2.6.0</tinkerpop.version>
<titan.version>0.5.4</titan.version>
<guava.version>14.0</guava.version>
</properties>
</project>