You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by kr...@apache.org on 2010/02/21 17:35:50 UTC

svn commit: r912368 - /camel/trunk/components/camel-hl7/pom.xml

Author: krasserm
Date: Sun Feb 21 16:35:50 2010
New Revision: 912368

URL: http://svn.apache.org/viewvc?rev=912368&view=rev
Log:
CAMEL-1959 (upgrade to hapi-0.6)

Modified:
    camel/trunk/components/camel-hl7/pom.xml

Modified: camel/trunk/components/camel-hl7/pom.xml
URL: http://svn.apache.org/viewvc/camel/trunk/components/camel-hl7/pom.xml?rev=912368&r1=912367&r2=912368&view=diff
==============================================================================
--- camel/trunk/components/camel-hl7/pom.xml (original)
+++ camel/trunk/components/camel-hl7/pom.xml Sun Feb 21 16:35:50 2010
@@ -36,9 +36,9 @@
 
     <repositories>
         <repository>
-            <id>servicemix</id>
-            <name>Apache ServiceMix Repository</name>
-            <url>http://svn.apache.org/repos/asf/servicemix/m2-repo</url>
+            <id>hapi</id>
+            <name>HAPI Maven Repository</name>
+            <url>http://hl7api.sourceforge.net/m2/</url>
         </repository>
     </repositories>
 
@@ -49,9 +49,9 @@
             <artifactId>camel-core</artifactId>
         </dependency>
         <dependency>
-            <groupId>org.hl7</groupId>
-            <artifactId>hapi</artifactId>
-            <version>0.5.1</version>
+            <groupId>ca.uhn.hapi</groupId>
+            <artifactId>hapi-base</artifactId>
+            <version>0.6</version>
         </dependency>
         <dependency>
             <groupId>org.apache.mina</groupId>
@@ -70,6 +70,18 @@
 
         <!-- testing -->
         <dependency>
+            <groupId>ca.uhn.hapi</groupId>
+            <artifactId>hapi-structures-v24</artifactId>
+            <version>0.6</version>
+            <scope>test</scope>
+        </dependency>
+        <dependency>
+            <groupId>ca.uhn.hapi</groupId>
+            <artifactId>hapi-structures-v25</artifactId>
+            <version>0.6</version>
+            <scope>test</scope>
+        </dependency>
+        <dependency>
             <groupId>org.apache.camel</groupId>
             <artifactId>camel-test</artifactId>
             <scope>test</scope>