-
Couldn't load subscription status.
- Fork 317
Closed
Description
The bom has been configured with a parent:
spring-ws/spring-ws-bom/pom.xml
Lines 7 to 11 in b67a03d
| <parent> | |
| <groupId>org.springframework.ws</groupId> | |
| <artifactId>spring-ws</artifactId> | |
| <version>4.0.0-SNAPSHOT</version> | |
| </parent> |
This parent contains dependency management:
Lines 131 to 166 in b67a03d
| <dependencyManagement> | |
| <dependencies> | |
| <dependency> | |
| <groupId>org.springframework</groupId> | |
| <artifactId>spring-framework-bom</artifactId> | |
| <version>${spring.version}</version> | |
| <type>pom</type> | |
| <scope>import</scope> | |
| </dependency> | |
| <dependency> | |
| <groupId>org.springframework.security</groupId> | |
| <artifactId>spring-security-bom</artifactId> | |
| <version>${spring-security.version}</version> | |
| <type>pom</type> | |
| <scope>import</scope> | |
| </dependency> | |
| <dependency> | |
| <groupId>org.junit</groupId> | |
| <artifactId>junit-bom</artifactId> | |
| <version>${junit.version}</version> | |
| <type>pom</type> | |
| <scope>import</scope> | |
| </dependency> | |
| <dependency> | |
| <groupId>org.eclipse.jetty</groupId> | |
| <artifactId>jetty-bom</artifactId> | |
| <version>${jetty.version}</version> | |
| <type>pom</type> | |
| <scope>import</scope> | |
| </dependency> | |
| </dependencies> | |
| </dependencyManagement> |
As a result, the bom's managing the versions of Spring Framework, Spring Security, JUnit, and Jetty. It should only manage the versions of Spring Web Service's own modules.
Metadata
Metadata
Assignees
Labels
type: enhancementA general enhancementA general enhancement