You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by ac...@apache.org on 2015/10/10 11:18:23 UTC

camel git commit: CAMEL-9209 camel-jbpm - use logging jar from maven central

Repository: camel
Updated Branches:
  refs/heads/master 44d676b18 -> 6dc90e684


CAMEL-9209 camel-jbpm - use logging jar from maven central


Project: http://git-wip-us.apache.org/repos/asf/camel/repo
Commit: http://git-wip-us.apache.org/repos/asf/camel/commit/6dc90e68
Tree: http://git-wip-us.apache.org/repos/asf/camel/tree/6dc90e68
Diff: http://git-wip-us.apache.org/repos/asf/camel/diff/6dc90e68

Branch: refs/heads/master
Commit: 6dc90e68440815fab6eaae801823dea57b4d26f5
Parents: 44d676b
Author: Andrea Cosentino <an...@gmail.com>
Authored: Sat Oct 10 11:17:13 2015 +0200
Committer: Andrea Cosentino <an...@gmail.com>
Committed: Sat Oct 10 11:17:50 2015 +0200

----------------------------------------------------------------------
 components/camel-jbpm/pom.xml | 11 ++++++++++-
 1 file changed, 10 insertions(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/camel/blob/6dc90e68/components/camel-jbpm/pom.xml
----------------------------------------------------------------------
diff --git a/components/camel-jbpm/pom.xml b/components/camel-jbpm/pom.xml
index 551c26a..4a8c259 100644
--- a/components/camel-jbpm/pom.xml
+++ b/components/camel-jbpm/pom.xml
@@ -68,8 +68,17 @@
                     <groupId>org.jboss.spec.javax.xml.ws</groupId>
                     <artifactId>jboss-jaxws-api_2.2_spec</artifactId>
                 </exclusion>
+                <exclusion>
+                    <groupId>org.jboss.logging</groupId>
+                    <artifactId>jboss-logging</artifactId>
+                </exclusion>
             </exclusions>
         </dependency>
+    <dependency>
+        <groupId>org.jboss.logging</groupId>
+        <artifactId>jboss-logging</artifactId>
+        <version>3.1.4.GA</version>
+    </dependency>
         <dependency>
             <groupId>org.apache.geronimo.specs</groupId>
             <artifactId>geronimo-jms_1.1_spec</artifactId>
@@ -92,4 +101,4 @@
         </dependency>
     </dependencies>
 
-</project>
\ No newline at end of file
+</project>