commit b3b9199db862459d1a634a8726bc1619d6e3c781
Author:     Cristiano Gaviao <cvgav...@gmail.com>
AuthorDate: Sun, 26 May 2013 09:38:04 -0300
Commit:     Cristiano Gaviao <cvgav...@gmail.com>
CommitDate: Sun, 26 May 2013 09:38:04 -0300

    improved pom dependencies

diff --git a/jbehave-osgi-bundles/org.jbehave.osgi.core/pom.xml 
b/jbehave-osgi-bundles/org.jbehave.osgi.core/pom.xml
index 8071664..a660439 100644
--- a/jbehave-osgi-bundles/org.jbehave.osgi.core/pom.xml
+++ b/jbehave-osgi-bundles/org.jbehave.osgi.core/pom.xml
@@ -64,6 +64,11 @@
                        <scope>provided</scope>
                </dependency>
                <dependency>
+                       <groupId>org.apache.servicemix.specs</groupId>
+                       
<artifactId>org.apache.servicemix.specs.jaxp-api-1.4</artifactId>
+                       <scope>provided</scope>
+               </dependency>
+               <dependency>
                        <groupId>org.apache.servicemix.bundles</groupId>
                        
<artifactId>org.apache.servicemix.bundles.xpp3</artifactId>
                        <scope>provided</scope>
diff --git a/jbehave-osgi-bundles/org.jbehave.osgi.web/pom.xml 
b/jbehave-osgi-bundles/org.jbehave.osgi.web/pom.xml
index 8d8c392..452db1b 100644
--- a/jbehave-osgi-bundles/org.jbehave.osgi.web/pom.xml
+++ b/jbehave-osgi-bundles/org.jbehave.osgi.web/pom.xml
@@ -220,7 +220,6 @@
                <dependency>
                        <groupId>org.apache.servicemix.specs</groupId>
                        
<artifactId>org.apache.servicemix.specs.jaxp-api-1.4</artifactId>
-                       <version>2.2.0</version>
                        </dependency>
                <dependency>
                        <groupId>org.apache.servicemix.bundles</groupId>
diff --git a/pom.xml b/pom.xml
index 9884f1a..45ccdcd 100644
--- a/pom.xml
+++ b/pom.xml
@@ -87,6 +87,11 @@
                                <version>1.1.4c_6</version>
                        </dependency>
                        <dependency>
+                               <groupId>org.apache.servicemix.specs</groupId>
+                               
<artifactId>org.apache.servicemix.specs.jaxp-api-1.4</artifactId>
+                               <version>2.2.0</version>
+                       </dependency>
+                       <dependency>
                                <groupId>org.apache.servicemix.bundles</groupId>
                                
<artifactId>org.apache.servicemix.bundles.xmlpull</artifactId>
                                <version>1.1.3.1_2</version>



Reply via email to