This repository has been archived by the owner on Jun 5, 2021. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 5
/
Copy pathfeatures.xml
36 lines (35 loc) · 2.17 KB
/
features.xml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
<?xml version="1.0" encoding="UTF-8"?>
<features xmlns="http://karaf.apache.org/xmlns/features/v1.2.0" name="Tactix4">
<repository>mvn:org.apache.camel.karaf/apache-camel/2.13.3/xml/features</repository>
<repository>mvn:org.apache.activemq/activemq-karaf/5.10.2/xml/features</repository>
<feature name="NHClinical ADT" version="0.2.5">
<feature>spring</feature>
<feature version="2.13.3">camel-scala</feature>
<feature version="2.13.3">camel-hl7</feature>
<feature version="2.13.3">camel-mina2</feature>
<feature version="2.13.3">camel-spring</feature>
<feature version="2.13.3">camel-sql</feature>
<feature version="2.13.3">camel-spring-redis</feature>
<feature version="5.10.2">activemq-camel</feature>
<bundle>mvn:org.apache.geronimo.specs/geronimo-annotation_1.1_spec/1.0.1</bundle>
<bundle>mvn:org.springframework.data/spring-data-redis/1.1.1.RELEASE</bundle>
<bundle>mvn:org.scalaz/scalaz-core_2.10/7.1.0</bundle>
<bundle>mvn:org.scalaz/scalaz-concurrent_2.10/7.1.0</bundle>
<bundle>mvn:org.scalaz/scalaz-xml_2.10/7.1.0</bundle>
<bundle>mvn:org.scalaz/scalaz-effect_2.10/7.1.0</bundle>
<bundle>mvn:org.scala-lang/scala-reflect/2.10.4</bundle>
<bundle>wrap:mvn:com.typesafe.scala-logging/scala-logging-api_2.10/2.1.2</bundle>
<bundle>wrap:mvn:com.typesafe.scala-logging/scala-logging-slf4j_2.10/2.1.2</bundle>
<bundle>mvn:com.ning/async-http-client/1.8.10</bundle>
<bundle>wrap:mvn:net.databinder.dispatch/dispatch-core_2.10/0.11.2</bundle>
<bundle>mvn:joda-time/joda-time/2.3</bundle>
<bundle>mvn:io.netty/netty/3.9.2.Final</bundle>
<bundle>mvn:com.typesafe/config/1.2.1</bundle>
<bundle>mvn:com.tactix4/t4xmlrpc_2.10/2.0.2</bundle>
<bundle>mvn:com.tactix4/t4openerp-connector_2.10/2.0.1</bundle>
<bundle>mvn:commons-dbcp/commons-dbcp/1.4</bundle>
<bundle>mvn:commons-pool/commons-pool/1.6</bundle>
<bundle>mvn:org.apache.servicemix.bundles/org.apache.servicemix.bundles.postgresql/9.3-1100-jdbc41_1</bundle>
<bundle>mvn:uk.co.neovahealth/nhadt_2.10/0.2.5</bundle>
</feature>
</features>