Details
-
Improvement
-
Status: Resolved
-
Trivial
-
Resolution: Fixed
-
servicemix-jms-2008.01
-
None
-
Patch Available
Description
Added the following to the POM.
<!-- Include servicemix-common as a source for the XSD documentation generator -->
<dependency>
<groupId>org.apache.servicemix</groupId>
<artifactId>servicemix-common</artifactId>
<version>${servicemix-shared-version}</version>
<classifier>sources</classifier>
<scope>provided</scope>
<optional>true</optional>
</dependency>