[java-parent-project] branch maint-7 updated: JPAR-70 - simplify Spring Framework dependencies with BOM

Ian Young ian at iay.org.uk
Tue Feb 27 06:46:41 EST 2018


This is an automated email from the git hooks/post-receive script.

iay pushed a commit to branch maint-7
in repository java-parent-project.

View the commit online:
http://git.shibboleth.net/view/?p=java-parent-project.git;a=commit;h=20d878d30272fd5652ce4d8db9e7befc4a532dd8

The following commit(s) were added to refs/heads/maint-7 by this push:
       new  20d878d   JPAR-70 - simplify Spring Framework dependencies with BOM
20d878d is described below

commit 20d878d30272fd5652ce4d8db9e7befc4a532dd8
Author: Ian Young <ian at iay.org.uk>
AuthorDate: Tue Feb 27 11:46:19 2018 +0000

    JPAR-70 - simplify Spring Framework dependencies with BOM
---
 pom.xml | 47 +++++++----------------------------------------
 1 file changed, 7 insertions(+), 40 deletions(-)

diff --git a/pom.xml b/pom.xml
index 75bdae7..bec2c29 100644
--- a/pom.xml
+++ b/pom.xml
@@ -298,6 +298,13 @@
             </dependency>
             <dependency>
                 <groupId>${spring.groupId}</groupId>
+                <artifactId>spring-framework-bom</artifactId>
+                <version>${spring.version}</version>
+                <type>pom</type>
+                <scope>import</scope>
+            </dependency>
+            <dependency>
+                <groupId>${spring.groupId}</groupId>
                 <artifactId>spring-core</artifactId>
                 <version>${spring.version}</version>
                 <!-- Spring Framework's logging dependencies are centralised in spring-core. -->
@@ -309,46 +316,6 @@
                 </exclusions>
             </dependency>
             <dependency>
-                <groupId>${spring.groupId}</groupId>
-                <artifactId>spring-beans</artifactId>
-                <version>${spring.version}</version>
-            </dependency>
-            <dependency>
-                <groupId>${spring.groupId}</groupId>
-                <artifactId>spring-context</artifactId>
-                <version>${spring.version}</version>
-            </dependency>
-            <dependency>
-                <groupId>${spring.groupId}</groupId>
-                <artifactId>spring-context-support</artifactId>
-                <version>${spring.version}</version>
-            </dependency>
-            <dependency>
-                <groupId>${spring.groupId}</groupId>
-                <artifactId>spring-expression</artifactId>
-                <version>${spring.version}</version>
-            </dependency>
-            <dependency>
-                <groupId>${spring.groupId}</groupId>
-                <artifactId>spring-jdbc</artifactId>
-                <version>${spring.version}</version>
-            </dependency>
-            <dependency>
-                <groupId>${spring.groupId}</groupId>
-                <artifactId>spring-orm</artifactId>
-                <version>${spring.version}</version>
-            </dependency>
-            <dependency>
-                <groupId>${spring.groupId}</groupId>
-                <artifactId>spring-web</artifactId>
-                <version>${spring.version}</version>
-            </dependency>
-            <dependency>
-                <groupId>${spring.groupId}</groupId>
-                <artifactId>spring-webmvc</artifactId>
-                <version>${spring.version}</version>
-            </dependency>
-            <dependency>
                 <groupId>org.cryptacular</groupId>
                 <artifactId>cryptacular</artifactId>
                 <version>${cryptacular.version}</version>

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.


More information about the commits mailing list