diff --git a/spring-boot/pom.xml b/spring-boot/pom.xml index 93b40d230c..866bc42da9 100644 --- a/spring-boot/pom.xml +++ b/spring-boot/pom.xml @@ -41,12 +41,12 @@ com.atomikos - transactions-jta + transactions-jdbc true com.atomikos - transactions-jdbc + transactions-jta true @@ -54,11 +54,6 @@ jackson-databind true - - com.sendgrid - sendgrid-java - true - com.google.code.gson gson @@ -69,6 +64,16 @@ json-simple true + + com.sendgrid + sendgrid-java + true + + + io.undertow + undertow-servlet + true + javax.jms jms-api @@ -85,18 +90,18 @@ true - org.apache.logging.log4j - log4j-api + org.apache.httpcomponents + httpclient true org.apache.logging.log4j - log4j-core + log4j-api true - org.apache.httpcomponents - httpclient + org.apache.logging.log4j + log4j-core true @@ -131,7 +136,7 @@ org.eclipse.jetty - jetty-webapp + jetty-servlets true @@ -141,12 +146,7 @@ org.eclipse.jetty - jetty-servlets - true - - - io.undertow - undertow-servlet + jetty-webapp true @@ -164,6 +164,31 @@ hibernate-validator true + + org.jboss + jboss-transaction-spi + true + + + org.jboss.narayana.jta + jdbc + true + + + org.jboss.narayana.jta + jms + true + + + org.jboss.narayana.jta + jta + true + + + org.jboss.narayana.jts + narayana-jts-integration + true + org.json json @@ -181,12 +206,12 @@ org.slf4j - slf4j-api + jul-to-slf4j true org.slf4j - jul-to-slf4j + slf4j-api true @@ -214,31 +239,6 @@ snakeyaml true - - org.jboss.narayana.jta - jta - true - - - org.jboss.narayana.jta - jdbc - true - - - org.jboss.narayana.jta - jms - true - - - org.jboss.narayana.jts - narayana-jts-integration - true - - - org.jboss - jboss-transaction-spi - true - org.springframework.boot @@ -276,6 +276,11 @@ okhttp test + + io.netty + netty-all + test + mysql mysql-connector-java @@ -311,11 +316,6 @@ mariadb-java-client test - - io.netty - netty-all - test - org.postgresql postgresql