diff --git a/.gitignore b/.gitignore index aea1156e..c960a80b 100644 --- a/.gitignore +++ b/.gitignore @@ -5,7 +5,6 @@ build out .gradle .springBeans -pom.xml *.iml *.ipr *.iws diff --git a/pom.xml b/pom.xml new file mode 100644 index 00000000..5294c3c2 --- /dev/null +++ b/pom.xml @@ -0,0 +1,190 @@ + + + + 4.0.0 + + + org.springframework.data.build + spring-data-parent + 1.6.2.RELEASE + + + org.springframework.data + spring-data-gemfire + 1.6.3.BUILD-SNAPSHOT + + Spring Data Gemfire + + + SGF + 2.7.7 + 3.5.2 + 8.0.0 + 1.01 + 1.10.2.RELEASE + 1.0.0.RELEASE + + + + + spring-libs-snapshot + https://repo.spring.io/libs-snapshot + + + + + + spring-plugins-release + https://repo.spring.io/plugins-release + + + + + + + org.springframework + spring-context-support + + + + org.springframework + spring-tx + + + + org.springframework.data + spring-data-commons + ${springdata.commons} + + + + com.gemstone.gemfire + gemfire + ${gemfire.version} + + + + antlr + antlr + ${antlr.version} + runtime + + + + org.aspectj + aspectjweaver + ${aspectj} + + + + com.fasterxml.jackson.core + jackson-annotations + ${jackson} + + + + com.fasterxml.jackson.core + jackson-databind + ${jackson} + + + + + + + org.slf4j + jcl-over-slf4j + ${slf4j} + + + + + + org.assertj + assertj-core + ${assertj.version} + test + + + + org.apache.derby + derbyLocale_zh_TW + 10.9.1.0 + test + + + + edu.umd.cs.mtc + multithreadedtc + ${multithreadedtc.version} + test + + + + org.springframework.shell + spring-shell + ${spring-shell.version} + test + + + + + + + + + org.apache.maven.plugins + maven-surefire-plugin + + + **/*Test.java + **/*Tests.java + + false + + true + ${basedir}/src/test/resources/trusted.keystore + + + + + + org.apache.maven.plugins + maven-assembly-plugin + + + org.codehaus.mojo + wagon-maven-plugin + + + org.asciidoctor + asciidoctor-maven-plugin + + + ${project.basedir}/src/main/asciidoc + book + ${project.version} + + + + + + + + + + + release + + + + org.jfrog.buildinfo + artifactory-maven-plugin + false + + + + + + +