diff --git a/.gitignore b/.gitignore index 17c95c54..2e361425 100644 --- a/.gitignore +++ b/.gitignore @@ -23,4 +23,5 @@ _site/ /vf.gf.dmn-events.txt /vf.gf.dmn-license.cfg -/BACKUP* +BACKUP* +newDB diff --git a/pom.xml b/pom.xml index 103c4b85..07c2449e 100644 --- a/pom.xml +++ b/pom.xml @@ -16,8 +16,8 @@ 2.3.0.BUILD-SNAPSHOT pom - Spring Data for Apache Geode and Pivotal GemFire Parent - Spring Data for Apache Geode and Pivotal GemFire Parent + Spring Data for Apache Geode and Pivotal GemFire + Spring Data for Apache Geode and Pivotal GemFire https://projects.spring.io/spring-data-geode/ @@ -76,209 +76,4 @@ - - - - - javax.cache - cache-api - ${cache-api.version} - true - - - - - - org.apache.geronimo.specs - geronimo-jcdi_2.0_spec - 1.0.1 - test - - - - javax.interceptor - javax.interceptor-api - 1.2.1 - test - - - - javax.el - el-api - 2.2 - test - - - - javax.enterprise - cdi-api - ${cdi} - true - provided - - - - - org.springframework - spring-context-support - - - - org.springframework - spring-tx - - - - org.springframework - spring-web - - - - - org.springframework.data - spring-data-commons - ${springdata.commons} - - - - - antlr - antlr - ${antlr.version} - runtime - - - - org.apache.shiro - shiro-spring - ${apache-shiro.version} - - - - - org.aspectj - aspectjweaver - ${aspectj} - - - - com.fasterxml.jackson.core - jackson-annotations - - - - com.fasterxml.jackson.core - jackson-databind - - - - - ch.qos.logback - logback-classic - ${logback} - test - - - - org.apache.logging.log4j - log4j-to-slf4j - ${log4j.version} - test - - - - - javax.annotation - javax.annotation-api - ${javax-annotation-api} - test - - - - org.assertj - assertj-core - ${assertj} - test - - - - org.apache.derby - derbyLocale_zh_TW - 10.9.1.0 - test - - - - org.apache.openwebbeans - openwebbeans-se - ${webbeans} - test - - - - org.hamcrest - hamcrest-library - ${hamcrest} - test - - - - org.hamcrest - hamcrest-core - ${hamcrest} - test - - - - org.iq80.snappy - snappy - ${snappy.version} - test - - - - org.springframework.shell - spring-shell - ${spring-shell.version} - test - - - com.google.guava - guava - - - - - - edu.umd.cs.mtc - multithreadedtc - ${multithreadedtc.version} - test - - - - - - - - org.apache.maven.plugins - maven-surefire-plugin - - - **/*Tests.java - **/*Test.java - - false - - ${basedir}/src/test/resources/java-util-logging.properties - ${basedir}/src/test/resources/trusted.keystore - true - error - apache-geode - - - - - - diff --git a/spring-data-geode-distribution/pom.xml b/spring-data-geode-distribution/pom.xml index e5b4a13a..6e35f2ad 100644 --- a/spring-data-geode-distribution/pom.xml +++ b/spring-data-geode-distribution/pom.xml @@ -20,11 +20,14 @@ ${project.basedir}/.. - SGF + + org.apache.maven.plugins + maven-assembly-plugin + org.asciidoctor asciidoctor-maven-plugin @@ -36,57 +39,6 @@ - - org.apache.maven.plugins - maven-assembly-plugin - - - - - html-asciidoc - - - - org.asciidoctor - asciidoctor-maven-plugin - - - ${project.root}/src/main/asciidoc - book - true - true - 2 - ${project.version} - - - - - - html - generate-resources - - process-asciidoc - - - html5 - ${project.root}/target/site/reference/html - false - prettify - - true - font - true - spring.css - - - - - - - - - - diff --git a/spring-data-geode/pom.xml b/spring-data-geode/pom.xml index 99833dd2..5f8c88b4 100644 --- a/spring-data-geode/pom.xml +++ b/spring-data-geode/pom.xml @@ -20,6 +20,7 @@ 1.10.0 + ${basedir}/.. @@ -63,6 +64,207 @@ ${geode.version} + + + javax.cache + cache-api + ${cache-api.version} + true + + + + + + org.apache.geronimo.specs + geronimo-jcdi_2.0_spec + 1.0.1 + test + + + + javax.interceptor + javax.interceptor-api + 1.2.1 + test + + + + javax.el + el-api + 2.2 + test + + + + javax.enterprise + cdi-api + ${cdi} + true + provided + + + + + org.springframework + spring-context-support + + + + org.springframework + spring-tx + + + + org.springframework + spring-web + + + + + org.springframework.data + spring-data-commons + ${springdata.commons} + + + + + antlr + antlr + ${antlr.version} + runtime + + + + org.apache.shiro + shiro-spring + ${apache-shiro.version} + + + + + org.aspectj + aspectjweaver + ${aspectj} + + + + com.fasterxml.jackson.core + jackson-annotations + + + + com.fasterxml.jackson.core + jackson-databind + + + + + ch.qos.logback + logback-classic + ${logback} + test + + + + org.apache.logging.log4j + log4j-to-slf4j + ${log4j.version} + test + + + + + javax.annotation + javax.annotation-api + ${javax-annotation-api} + test + + + + org.assertj + assertj-core + ${assertj} + test + + + + org.apache.derby + derbyLocale_zh_TW + 10.9.1.0 + test + + + + org.apache.openwebbeans + openwebbeans-se + ${webbeans} + test + + + + org.hamcrest + hamcrest-library + ${hamcrest} + test + + + + org.hamcrest + hamcrest-core + ${hamcrest} + test + + + + org.iq80.snappy + snappy + ${snappy.version} + test + + + + org.springframework.shell + spring-shell + ${spring-shell.version} + test + + + com.google.guava + guava + + + + + + edu.umd.cs.mtc + multithreadedtc + ${multithreadedtc.version} + test + + + + + + org.apache.maven.plugins + maven-surefire-plugin + + + **/*Tests.java + **/*Test.java + + false + + ${basedir}/src/test/resources/java-util-logging.properties + ${basedir}/src/test/resources/trusted.keystore + true + error + apache-geode + + + + + +