You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@servicemix.apache.org by jb...@apache.org on 2010/11/08 16:19:38 UTC

svn commit: r1032597 - /servicemix/components/components-pom/trunk/pom.xml

Author: jbonofre
Date: Mon Nov  8 15:19:37 2010
New Revision: 1032597

URL: http://svn.apache.org/viewvc?rev=1032597&view=rev
Log:
Add jencks-amqpool dependency management.

Modified:
    servicemix/components/components-pom/trunk/pom.xml

Modified: servicemix/components/components-pom/trunk/pom.xml
URL: http://svn.apache.org/viewvc/servicemix/components/components-pom/trunk/pom.xml?rev=1032597&r1=1032596&r2=1032597&view=diff
==============================================================================
--- servicemix/components/components-pom/trunk/pom.xml (original)
+++ servicemix/components/components-pom/trunk/pom.xml Mon Nov  8 15:19:37 2010
@@ -1,6 +1,6 @@
 <?xml version="1.0" encoding="UTF-8"?>
-<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
-         xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
+<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
+
     <!--
 
         Licensed to the Apache Software Foundation (ASF) under one or more
@@ -285,7 +285,11 @@
                 <groupId>org.jencks</groupId>
                 <artifactId>jencks</artifactId>
                 <version>${jencks.version}</version>
-                <scope>provided</scope>
+            </dependency>
+            <dependency>
+                <groupId>org.jencks</groupId>
+                <artifactId>jencks-amqpool</artifactId>
+                <version>${jencks.version}</version>
             </dependency>
             <dependency>
                 <groupId>org.slf4j</groupId>
@@ -987,8 +991,6 @@
                 </plugins>
             </build>
             <repositories>
-                <!--This is a hack to short circuit the jencks 2.1 problem with servicemix.org repo
-  It can probably be deleted if we update to jencks 2.2 in ServiceMix 3.3.x -->
                 <repository>
                     <id>servicemix-repo</id>
                     <name>ServiceMix Repository</name>