Author: hardy.ferentschik
Date: 2009-11-11 11:50:34 -0500 (Wed, 11 Nov 2009)
New Revision: 17957
Modified:
core/trunk/annotations/pom.xml
Log:
HHH-4566 Added test scope to the jaxb dependencies
Modified: core/trunk/annotations/pom.xml
===================================================================
--- core/trunk/annotations/pom.xml 2009-11-11 16:30:22 UTC (rev 17956)
+++ core/trunk/annotations/pom.xml 2009-11-11 16:50:34 UTC (rev 17957)
@@ -146,11 +146,13 @@
<groupId>javax.xml.bind</groupId>
<artifactId>jaxb-api</artifactId>
<version>2.1</version>
+ <scope>test</scope>
</dependency>
<dependency>
<groupId>com.sun.xml.bind</groupId>
<artifactId>jaxb-impl</artifactId>
<version>2.1.3</version>
+ <scope>test</scope>
</dependency>
</dependencies>
</profile>