Skip to content

Update spring-ws Maven POM to use correct Spring artifactId values [SWS-451] #590

@gregturn

Description

@gregturn

Chris Beams opened SWS-451 and commented

From original forum post at http://forum.springframework.org/showthread.php?p=215024#post215024

Spring-WS still points to artifactIds as they sit in the Maven central repository, e.g.:

<dependency>
<groupId>org.springframework</groupId>
<artifactId>spring-aop</artifactId>
</dependency>

Whereas other portfolio projects, like JavaConfig, reference artifactIds from the SpringSource Enterprise Bundle Repository:

<dependency>
  <groupId>org.springframework</groupId>
  <artifactId>org.springframework.aop</artifactId>
  <version>2.5.6</version>
  <optional>true</optional>
</dependency>

In cases where a user is dependent on both spring-ws and spring-javaconfig, this results in duplicate spring-aop jars on their classpath.

Please update spring-ws to point to the newer artifactIds.


Affects: 1.5.5

Issue Links:

2 votes, 3 watchers

Metadata

Metadata

Assignees

Labels

status: declinedA suggestion or change that we don't feel we should currently applytype: taskA general task

Type

No type

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions