From 0be7de2c42e7f1fd61119ed67f5a762081251d44 Mon Sep 17 00:00:00 2001 From: Doha2012 Date: Sun, 14 May 2017 21:55:47 +0200 Subject: [PATCH] minor fix (#1847) * upgrade to spring boot 1.5.2 * add full update to REST API * modify ratings controller * upgrade herold * fix integration test * fix integration test * minor fix * fix integration test * fix integration test * minor cleanup * minor cleanup * remove log4j properties * use standard logbook.xml * remove log4j dependencies * remove commons-logging * merge * fix conflict * exclude commons-logging dependency * cleanup * minor fix * minor fix * fix dependency issues * Revert "fix dependency issues" This reverts commit 83bf1f9fd2e1a9a55f9cacb085669568b06b49ec. * fix dependency issues * minor fix * minor fix * minor fix * cleanup generated files * fix commons-logging issue * add parent to pom * cleanup parent dependencies * cleanup pom * cleanup pom * add missing parent * fix logging issue --- drools/pom.xml | 31 ++++++++------------------ ejb/pom.xml | 15 +++++-------- spring-all/pom.xml | 6 ----- spring-cloud/spring-cloud-rest/pom.xml | 6 +++++ 4 files changed, 21 insertions(+), 37 deletions(-) diff --git a/drools/pom.xml b/drools/pom.xml index 908a82df56..b352044fb8 100644 --- a/drools/pom.xml +++ b/drools/pom.xml @@ -7,13 +7,19 @@ com.baeldung drools 1.0.0-SNAPSHOT + + + com.baeldung + parent-modules + 1.0.0-SNAPSHOT + + 4.4.6 7.0.0.CR1 3.13 - 2.19.1 - 4.11 + org.apache.httpcomponents @@ -53,12 +59,7 @@ poi-ooxml ${apache-poi-version} - - junit - junit - ${junit-version} - test - + org.springframework spring-core @@ -66,19 +67,5 @@ - - - - org.apache.maven.plugins - maven-surefire-plugin - ${surefire-plugin-version} - - - **/*IntegrationTest.java - - - - - \ No newline at end of file diff --git a/ejb/pom.xml b/ejb/pom.xml index bfcc972417..9495020266 100755 --- a/ejb/pom.xml +++ b/ejb/pom.xml @@ -9,6 +9,12 @@ ejb EJB Tutorial + + com.baeldung + parent-modules + 1.0.0-SNAPSHOT + + jboss-public-repository-group @@ -55,15 +61,6 @@ - - maven-compiler-plugin - 3.1 - - 1.8 - 1.8 - - - maven-ejb-plugin 2.4 diff --git a/spring-all/pom.xml b/spring-all/pom.xml index 5464437e3b..4379a4281f 100644 --- a/spring-all/pom.xml +++ b/spring-all/pom.xml @@ -26,12 +26,6 @@ org.springframework spring-web - - - commons-logging - commons-logging - - org.springframework diff --git a/spring-cloud/spring-cloud-rest/pom.xml b/spring-cloud/spring-cloud-rest/pom.xml index c2b8fcad32..d0e9999ef6 100644 --- a/spring-cloud/spring-cloud-rest/pom.xml +++ b/spring-cloud/spring-cloud-rest/pom.xml @@ -17,6 +17,12 @@ spring-cloud-rest + + com.baeldung.spring.cloud + spring-cloud + 1.0.0-SNAPSHOT + + UTF-8 3.6.0