misc cleanup after merge

This commit is contained in:
Matthew Adams
2013-11-26 09:53:19 -06:00
parent a472b5f4f4
commit 1d01ac995a
2 changed files with 1 additions and 8 deletions

View File

@@ -1,5 +1,6 @@
Bundle-SymbolicName: org.springframework.cassandra
Bundle-Name: Spring Cassandra
Bundle-Vendor: Spring Data Cassandra Community
Bundle-ManifestVersion: 2
Import-Package:
sun.reflect;version="0";resolution:=optional

View File

@@ -23,14 +23,6 @@
<dist.key>SDCASS</dist.key>
</properties>
<dependencies>
<dependency>
<groupId>org.codehaus.jackson</groupId>
<artifactId>jackson-mapper-asl</artifactId>
<scope>test</scope>
</dependency>
</dependencies>
<build>
<plugins>
<plugin>