diff --git a/pom.xml b/pom.xml index 20701336..189e5e7a 100644 --- a/pom.xml +++ b/pom.xml @@ -1,91 +1,97 @@ - 4.0.0 + xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"> + + 4.0.0 - com.couchbase - spring-data-couchbase - 0.1.0-SNAPSHOT - jar + org.springframework.data + spring-data-couchbase + 1.0.0.BUILD-SNAPSHOT - couchbase-spring - https://github.com/couchbaselabs/couchbase-spring - - - - org.apache.maven.plugins - maven-compiler-plugin - 2.3.2 - - 1.6 - 1.6 - - - - + Spring Data Couchbase + Spring Data integration for Couchbase + https://github.com/SpringSource/spring-data-couchbase + + + org.springframework.data.build + spring-data-parent + 1.1.0.BUILD-SNAPSHOT + - - UTF-8 - 1.1.6 - 3.2.3.RELEASE - + + 1.1.6 + 1.9.12 + 1.6.0.BUILD-SNAPSHOT + - - - couchbase - Couchbase Maven Repository - default - http://files.couchbase.com/maven2/ - - - - - couchbase - couchbase-client - ${couchbase} - - - org.springframework - spring-context - ${spring} - - - org.springframework - spring-web - ${spring} - - - cglib - cglib - 2.2.2 - - - junit - junit - 4.11 - test - - - org.springframework - spring-test - ${spring} - test - - - org.springframework.data - spring-data-commons - 1.5.1.RELEASE - - - org.codehaus.jackson - jackson-mapper-asl - 1.9.12 - - - org.springframework - spring-tx - ${spring} - - - + + + + org.springframework + spring-context + ${spring} + + + org.springframework + spring-web + ${spring} + + + org.springframework + spring-tx + ${spring} + + + + ${groupId} + spring-data-commons + ${springdata.commons} + + + + couchbase + couchbase-client + ${couchbase} + + + + cglib + cglib + 2.2.2 + test + + + + junit + junit + ${junit} + test + + + + org.springframework + spring-test + ${spring} + test + + + + org.codehaus.jackson + jackson-mapper-asl + ${jackson} + + + + + + + couchbase + Couchbase Maven Repository + http://files.couchbase.com/maven2/ + + false + + + + diff --git a/src/main/java/com/couchbase/spring/core/CouchbaseMappingContext.java b/src/main/java/com/couchbase/spring/core/CouchbaseMappingContext.java index c1740f7e..14931167 100644 --- a/src/main/java/com/couchbase/spring/core/CouchbaseMappingContext.java +++ b/src/main/java/com/couchbase/spring/core/CouchbaseMappingContext.java @@ -58,7 +58,6 @@ public class CouchbaseMappingContext public void setApplicationContext(ApplicationContext applicationContext) throws BeansException { this.context = applicationContext; - super.setApplicationContext(applicationContext); } } diff --git a/template.mf b/template.mf new file mode 100644 index 00000000..b2a51788 --- /dev/null +++ b/template.mf @@ -0,0 +1,15 @@ +Bundle-ManifestVersion: 2 +Bundle-SymbolicName: org.springframework.data.couchbase +Bundle-Name: ${project.name} +Bundle-Vendor: SpringSource +Bundle-Version: ${project.version} +Bundle-RequiredExecutionEnvironment: J2SE-1.5 +Export-Template: + org.springframework.data.couchbase.*;version="${project.version}" +Import-Template: + com.couchbase.client.*;version="${couchbase:[=.=.=,+1.0.0)}", + net.spy.memcached.*;version="[2.8.0,3.0.0)", + org.codehaus.jackson.*;version="${jackson:[=.=.=,+1.0.0)}", + org.springframework.*;version="${spring30:[=.=.=.=,+1.1.0)}", + org.springframework.data.*;version="${springdata.commons:[=.=.=.=,+1.0.0)}", + org.w3c.*;version="0.0.0" \ No newline at end of file