Skip to content

Echo sample application fails to build due to missing dependency [SWS-518] #644

@gregturn

Description

@gregturn

Brian Dussault opened SWS-518 and commented

When building the samples applications i receive the following error:


[INFO] Scanning for projects...
[INFO] ------------------------------------------------------------------------
[ERROR] FATAL ERROR
[INFO] ------------------------------------------------------------------------
[INFO] Error building POM (may not be this project's POM).

Project ID: org.springframework.ws:echo
POM Location: C:\downloads\spring-ws-1.5.7\samples\echo\pom.xml
Validation Messages:

[0]  'dependencies.dependency.version' is missing for stax:stax-api

Reason: Failed to validate POM for project org.springframework.ws:echo at C:\dow
nloads\spring-ws-1.5.7\samples\echo\pom.xml


The workaround was to add the following entry to the spring-ws-parent-1.5.7.pom

<dependency>
<groupId>stax</groupId>
<artifactId>stax-api</artifactId>
<version>1.0.1</version>
</dependency>


Affects: 1.5.7

Referenced from: commits 1a20f5b

Metadata

Metadata

Assignees

Labels

Type

No type

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions