You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@servicemix.apache.org by gn...@apache.org on 2008/09/19 10:47:18 UTC

svn commit: r696984 - /servicemix/utils/trunk/pom.xml

Author: gnodet
Date: Fri Sep 19 01:47:18 2008
New Revision: 696984

URL: http://svn.apache.org/viewvc?rev=696984&view=rev
Log:
Add jaxb specs dependency for tests

Modified:
    servicemix/utils/trunk/pom.xml

Modified: servicemix/utils/trunk/pom.xml
URL: http://svn.apache.org/viewvc/servicemix/utils/trunk/pom.xml?rev=696984&r1=696983&r2=696984&view=diff
==============================================================================
--- servicemix/utils/trunk/pom.xml (original)
+++ servicemix/utils/trunk/pom.xml Fri Sep 19 01:47:18 2008
@@ -149,6 +149,12 @@
       <scope>test</scope>
     </dependency>
     <dependency>
+      <groupId>org.apache.servicemix.specs</groupId>
+      <artifactId>org.apache.servicemix.specs.jaxb-api-2.1</artifactId>
+      <version>1.1.0</version>
+      <scope>test</scope>
+    </dependency>
+    <dependency>
       <groupId>com.sun.xml.bind</groupId>
       <artifactId>jaxb-impl</artifactId>
       <version>2.1.6</version>