looking like modules are now separated & mavenized

This commit is contained in:
Matthew Adams
2013-11-26 09:04:09 -06:00
parent 62042e361e
commit 7385f77705
11 changed files with 166 additions and 41 deletions

View File

@@ -51,6 +51,16 @@
<scope>provided</scope>
<optional>true</optional>
</dependency>
<dependency>
<groupId>org.codehaus.jackson</groupId>
<artifactId>jackson-mapper-asl</artifactId>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.codehaus.jackson</groupId>
<artifactId>jackson-core-asl</artifactId>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.cassandraunit</groupId>
<artifactId>cassandra-unit</artifactId>