Hi,
currently the spring-integration-xml pox.xml states a dependency to spring-xml (from spring-ws).
with: org.springframework.ws.version = 1.5.9Code:<dependency> <groupId>org.springframework.ws</groupId> <artifactId>spring-xml</artifactId> <version>${<dependency> <groupId>org.springframework.ws</groupId> <artifactId>spring-xml</artifactId> <version>${org.springframework.ws.version}</version> </dependency>}</version> </dependency>
I am curious if this dependency is really needed?
It seems a little bit odd to me to depend on a jar with some "internal helper" classes from the webservice project.
Should I open a JIRA issue for this?


Reply With Quote