[java-parent-project] 01/02: JPAR-70 - simplify Spring Framework dependencies with BOM
Ian Young
ian at iay.org.uk
Tue Feb 27 07:01:46 EST 2018
This is an automated email from the git hooks/post-receive script.
iay pushed a commit to branch master
in repository java-parent-project.
View the commit online:
http://git.shibboleth.net/view/?p=java-parent-project.git;a=commit;h=696c70ae6868f078d2e27eba3287cca5ff09c037
commit 696c70ae6868f078d2e27eba3287cca5ff09c037
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 cb0a3cb..c264334 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