Author: cwiklik Date: Tue Dec 29 15:13:25 2015 New Revision: 1722144 URL: http://svn.apache.org/viewvc?rev=1722144&view=rev Log: UIMA-4703 include additional dependencies to work with new AMQ
Modified: uima/uima-as/trunk/uimaj-as-camel/pom.xml Modified: uima/uima-as/trunk/uimaj-as-camel/pom.xml URL: http://svn.apache.org/viewvc/uima/uima-as/trunk/uimaj-as-camel/pom.xml?rev=1722144&r1=1722143&r2=1722144&view=diff ============================================================================== --- uima/uima-as/trunk/uimaj-as-camel/pom.xml (original) +++ uima/uima-as/trunk/uimaj-as-camel/pom.xml Tue Dec 29 15:13:25 2015 @@ -51,7 +51,7 @@ <dependency> <groupId>org.apache.camel</groupId> <artifactId>camel-core</artifactId> - <version>1.6.1</version> + <version>${org.apache.camel.version}</version> <scope>provided</scope> </dependency> @@ -62,9 +62,17 @@ <scope>provided</scope> </dependency> - <dependency> + <dependency> <groupId>org.apache.uima</groupId> - <artifactId>uimaj-core</artifactId> + <artifactId>uimaj-as-core</artifactId> + <version>${project.version}</version> + <scope>provided</scope> + </dependency> + + <dependency> + <groupId>org.apache.activemq</groupId> + <artifactId>activemq-camel</artifactId> + <version>${org.apache.activemq.version}</version> <scope>compile</scope> </dependency>