From e30e4a4388c06ab262598a5bec8093f884741acf Mon Sep 17 00:00:00 2001 From: John Blum Date: Mon, 19 Sep 2022 16:38:40 -0700 Subject: [PATCH] Correct Java EE CDI dependency declarations (order). Resolves #623. --- spring-data-geode/pom.xml | 158 +++++++++++++++++++++----------------- 1 file changed, 88 insertions(+), 70 deletions(-) diff --git a/spring-data-geode/pom.xml b/spring-data-geode/pom.xml index b38267e5..b8b3db8b 100644 --- a/spring-data-geode/pom.xml +++ b/spring-data-geode/pom.xml @@ -86,77 +86,7 @@ true - - - 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 - - - @@ -194,6 +124,94 @@ + + + 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.apache.openwebbeans + openwebbeans-se + ${webbeans} + test + +