diff --git a/.gitignore b/.gitignore index 9fb73ecc3..2683d4724 100644 --- a/.gitignore +++ b/.gitignore @@ -3,6 +3,7 @@ target .gradle .springBeans .ant-targets-build.xml +pom.xml src/ant/.ant-targets-upload-dist.xml *.iml *.ipr diff --git a/pom.xml b/pom.xml deleted file mode 100644 index aff9e42e5..000000000 --- a/pom.xml +++ /dev/null @@ -1,15 +0,0 @@ - - - 4.0.0 - org.springframework.data.keyvalue - spring-data-key-value - 1.0.0.M2-BUILD-SNAPSHOT - pom - Spring Data Key Value - - spring-data-keyvalue-core - spring-data-redis - spring-data-riak - - diff --git a/spring-data-keyvalue-core/pom.xml b/spring-data-keyvalue-core/pom.xml deleted file mode 100644 index e27418075..000000000 --- a/spring-data-keyvalue-core/pom.xml +++ /dev/null @@ -1,90 +0,0 @@ - - 4.0.0 - - org.springframework.data - spring-data-keyvalue-parent - 1.0.0.M2-SNAPSHOT - ../spring-data-keyvalue-parent/pom.xml - - spring-data-keyvalue-core - jar - Spring Data Key-Value Core - - - - - org.springframework - spring-beans - - - org.springframework - spring-tx - - - - - org.slf4j - slf4j-api - - - org.slf4j - jcl-over-slf4j - compile - - - org.slf4j - slf4j-log4j12 - runtime - - - log4j - log4j - - - javax.mail - mail - - - javax.jms - jms - - - com.sun.jdmk - jmxtools - - - com.sun.jmx - jmxri - - - runtime - - - - javax.annotation - jsr250-api - true - - - - org.mockito - mockito-all - test - - - - junit - junit - - - - - - - com.springsource.bundlor - com.springsource.bundlor.maven - - - - diff --git a/spring-data-redis/pom.xml b/spring-data-redis/pom.xml deleted file mode 100644 index 98310f7e8..000000000 --- a/spring-data-redis/pom.xml +++ /dev/null @@ -1,173 +0,0 @@ - - 4.0.0 - - org.springframework.data - spring-data-keyvalue-parent - ../spring-data-keyvalue-parent/pom.xml - 1.0.0.M2-SNAPSHOT - - spring-data-redis - jar - Spring Data Redis Support - - - - "[3.0.0, 4.0.0)" - 03122010 - 1.5.2 - "[1.0.0,2.0.0)" - "[1.6, 2.0.0)" - - - - - - org.springframework - spring-beans - - - org.springframework - spring-core - - - org.springframework - spring-tx - - - - - org.springframework.data - spring-data-keyvalue-core - 1.0.0.M2-SNAPSHOT - - - - - org.slf4j - slf4j-api - - - org.slf4j - jcl-over-slf4j - compile - - - org.slf4j - slf4j-log4j12 - runtime - - - log4j - log4j - - - javax.mail - mail - - - javax.jms - jms - - - com.sun.jdmk - jmxtools - - - com.sun.jmx - jmxri - - - runtime - - - - org.springframework - spring-oxm - ${org.springframework.version} - - - - - org.codehaus.jackson - jackson-core-asl - - - org.codehaus.jackson - jackson-mapper-asl - - - - javax.annotation - jsr250-api - true - - - - org.mockito - mockito-all - test - - - - com.thoughtworks.xstream - xstream - 1.3 - test - - - - junit - junit - - - - - redis.clients - jedis - ${jedis.ver} - compile - - - - - org.jredis - jredis-anthonylauzon - ${jredis.ver} - compile - - - - - - com.springsource.bundlor - com.springsource.bundlor.maven - - - - - - - oss-snapshots - OSS Snapshots - http://oss.sonatype.org/content/repositories/snapshots/ - - true - - - - \ No newline at end of file diff --git a/spring-data-riak/pom.xml b/spring-data-riak/pom.xml deleted file mode 100644 index daa112025..000000000 --- a/spring-data-riak/pom.xml +++ /dev/null @@ -1,195 +0,0 @@ - - 4.0.0 - - org.springframework.data - spring-data-keyvalue-parent - ../spring-data-keyvalue-parent/pom.xml - 1.0.0.M2-SNAPSHOT - - spring-data-riak - jar - Spring Data Riak Support - - - - - - commons-logging - commons-logging - 1.1.1 - - - - - org.springframework - spring-beans - - - org.springframework - spring-tx - - - org.springframework - spring-web - - - org.springframework - spring-test - - - - - org.codehaus.groovy - groovy-all - - - - - org.springframework.data - spring-data-keyvalue-core - - - - - org.codehaus.jackson - jackson-core-asl - - - org.codehaus.jackson - jackson-mapper-asl - - - - - javax.annotation - jsr250-api - true - - - javax.mail - mail - - - javax.activation - activation - - - - - commons-cli - commons-cli - 1.2 - - - - - junit - junit - - - org.spockframework - spock-spring - - - org.mockito - mockito-all - test - - - - - - - - com.springsource.bundlor - com.springsource.bundlor.maven - - - - - - - -