From a826473c108b1af542999891648b31b7da866224 Mon Sep 17 00:00:00 2001 From: Oliver Drotbohm Date: Fri, 1 Feb 2019 15:40:00 +0100 Subject: [PATCH] #46 - Polishing. Trailing whitespace. --- core/pom.xml | 9 +++++---- metadata/pom.xml | 3 ++- pom.xml | 3 +++ 3 files changed, 10 insertions(+), 5 deletions(-) diff --git a/core/pom.xml b/core/pom.xml index 0f393b2..e773afa 100644 --- a/core/pom.xml +++ b/core/pom.xml @@ -1,7 +1,7 @@ 4.0.0 - + spring-plugin-core Spring Plugin - Core @@ -18,24 +18,25 @@ - + org.springframework spring-beans ${spring.version} - + org.springframework spring-context ${spring.version} + org.springframework spring-aop ${spring.version} - + org.springframework spring-test diff --git a/metadata/pom.xml b/metadata/pom.xml index 873e50c..1d97240 100644 --- a/metadata/pom.xml +++ b/metadata/pom.xml @@ -5,7 +5,7 @@ Spring Plugin - Metadata Extension Extension package for metadata based plugins - + org.springframework.plugin spring-plugin @@ -17,6 +17,7 @@ + ${project.groupId} spring-plugin-core diff --git a/pom.xml b/pom.xml index ec51de2..61ed9dc 100644 --- a/pom.xml +++ b/pom.xml @@ -88,6 +88,7 @@ 1.3 test + junit junit @@ -108,12 +109,14 @@ slf4j-api ${slf4j.version} + org.slf4j jcl-over-slf4j ${slf4j.version} test + ch.qos.logback logback-classic