2019-01-28 13:07:31 +01:00
|
|
|
<?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/maven-v4_0_0.xsd">
|
|
|
|
|
|
|
|
<modelVersion>4.0.0</modelVersion>
|
|
|
|
|
|
|
|
<parent>
|
|
|
|
<groupId>org.openhab.core.bom</groupId>
|
|
|
|
<artifactId>org.openhab.core.reactor.bom</artifactId>
|
|
|
|
<version>2.5.0-SNAPSHOT</version>
|
|
|
|
</parent>
|
|
|
|
|
|
|
|
<artifactId>org.openhab.core.bom.runtime</artifactId>
|
|
|
|
<packaging>pom</packaging>
|
|
|
|
|
|
|
|
<name>openHAB Core :: BOM :: Runtime</name>
|
|
|
|
|
|
|
|
<properties>
|
|
|
|
<pax.web.version>7.2.3</pax.web.version>
|
|
|
|
<jetty.version>9.4.11.v20180605</jetty.version>
|
|
|
|
</properties>
|
|
|
|
|
|
|
|
<dependencies>
|
2019-02-25 22:39:28 +01:00
|
|
|
<!-- BEG: Slightly modified EnRoute implementation index artifacts -->
|
|
|
|
|
|
|
|
<!-- The OSGi framework RI is Equinox -->
|
|
|
|
<dependency>
|
|
|
|
<groupId>org.eclipse.platform</groupId>
|
|
|
|
<artifactId>org.eclipse.osgi</artifactId>
|
|
|
|
<version>3.13.100</version>
|
|
|
|
<scope>compile</scope>
|
|
|
|
</dependency>
|
|
|
|
|
|
|
|
<!-- Declarative Services -->
|
2019-01-28 13:07:31 +01:00
|
|
|
<dependency>
|
2019-02-25 22:39:28 +01:00
|
|
|
<groupId>org.apache.felix</groupId>
|
|
|
|
<artifactId>org.apache.felix.scr</artifactId>
|
|
|
|
<version>2.1.10</version>
|
2019-01-28 13:07:31 +01:00
|
|
|
<scope>compile</scope>
|
|
|
|
<exclusions>
|
|
|
|
<exclusion>
|
2019-02-25 22:39:28 +01:00
|
|
|
<groupId>org.codehaus.mojo</groupId>
|
|
|
|
<artifactId>animal-sniffer-annotations</artifactId>
|
2019-01-28 13:07:31 +01:00
|
|
|
</exclusion>
|
|
|
|
</exclusions>
|
|
|
|
</dependency>
|
|
|
|
|
2019-02-25 22:39:28 +01:00
|
|
|
<!-- Configuration Admin -->
|
2019-01-28 13:07:31 +01:00
|
|
|
<dependency>
|
2019-02-25 22:39:28 +01:00
|
|
|
<groupId>org.apache.felix</groupId>
|
|
|
|
<artifactId>org.apache.felix.configadmin</artifactId>
|
|
|
|
<version>1.9.8</version>
|
2019-01-28 13:07:31 +01:00
|
|
|
<scope>compile</scope>
|
|
|
|
</dependency>
|
|
|
|
|
2019-02-25 22:39:28 +01:00
|
|
|
<!-- Metatype -->
|
|
|
|
<dependency>
|
|
|
|
<groupId>org.eclipse.platform</groupId>
|
|
|
|
<artifactId>org.eclipse.equinox.metatype</artifactId>
|
|
|
|
<version>1.4.500</version>
|
|
|
|
<scope>compile</scope>
|
|
|
|
</dependency>
|
|
|
|
<dependency>
|
|
|
|
<groupId>org.osgi</groupId>
|
|
|
|
<artifactId>org.osgi.service.metatype</artifactId>
|
|
|
|
<version>1.4.0</version>
|
|
|
|
<scope>compile</scope>
|
|
|
|
</dependency>
|
|
|
|
|
|
|
|
<!-- Event Admin -->
|
|
|
|
<dependency>
|
|
|
|
<groupId>org.eclipse.platform</groupId>
|
|
|
|
<artifactId>org.eclipse.equinox.event</artifactId>
|
|
|
|
<version>1.4.300</version>
|
|
|
|
<scope>compile</scope>
|
|
|
|
</dependency>
|
|
|
|
<dependency>
|
|
|
|
<groupId>org.osgi</groupId>
|
|
|
|
<artifactId>org.osgi.service.event</artifactId>
|
|
|
|
<version>1.4.0</version>
|
|
|
|
<scope>compile</scope>
|
|
|
|
</dependency>
|
|
|
|
|
|
|
|
<!-- Log Stream Service -->
|
|
|
|
<dependency>
|
|
|
|
<groupId>org.osgi</groupId>
|
|
|
|
<artifactId>org.osgi.service.log</artifactId>
|
|
|
|
<version>1.4.0</version>
|
|
|
|
<scope>compile</scope>
|
|
|
|
</dependency>
|
|
|
|
<dependency>
|
|
|
|
<groupId>org.eclipse.platform</groupId>
|
|
|
|
<artifactId>org.eclipse.equinox.log.stream</artifactId>
|
|
|
|
<version>1.0.100</version>
|
|
|
|
<scope>compile</scope>
|
|
|
|
</dependency>
|
|
|
|
|
|
|
|
<!-- Http Servlet 3.1 API with contract -->
|
|
|
|
<dependency>
|
|
|
|
<groupId>org.apache.felix</groupId>
|
|
|
|
<artifactId>org.apache.felix.http.servlet-api</artifactId>
|
|
|
|
<version>1.1.2</version>
|
|
|
|
<scope>compile</scope>
|
|
|
|
<exclusions>
|
|
|
|
<exclusion>
|
|
|
|
<groupId>org.apache.tomcat</groupId>
|
|
|
|
<artifactId>tomcat-servlet-api</artifactId>
|
|
|
|
</exclusion>
|
|
|
|
</exclusions>
|
|
|
|
</dependency>
|
|
|
|
|
|
|
|
<!-- JAX-RS Whiteboard -->
|
|
|
|
<dependency>
|
|
|
|
<groupId>org.apache.aries.jax.rs</groupId>
|
|
|
|
<artifactId>org.apache.aries.jax.rs.whiteboard</artifactId>
|
|
|
|
<version>1.0.1</version>
|
|
|
|
<scope>compile</scope>
|
|
|
|
</dependency>
|
|
|
|
|
|
|
|
<!-- JAX-RS 2.1 API with contract -->
|
|
|
|
<dependency>
|
|
|
|
<groupId>org.apache.aries.spec</groupId>
|
|
|
|
<artifactId>org.apache.aries.javax.jax.rs-api</artifactId>
|
|
|
|
<version>1.0.0</version>
|
|
|
|
<scope>compile</scope>
|
|
|
|
</dependency>
|
|
|
|
|
|
|
|
<!-- JAX-B 2.2 API -->
|
|
|
|
<dependency>
|
|
|
|
<groupId>org.apache.servicemix.specs</groupId>
|
|
|
|
<artifactId>org.apache.servicemix.specs.jaxb-api-2.2</artifactId>
|
|
|
|
<version>2.9.0</version>
|
|
|
|
<scope>compile</scope>
|
|
|
|
</dependency>
|
|
|
|
|
|
|
|
<!-- Java-Activation 1.1 API -->
|
|
|
|
<dependency>
|
|
|
|
<groupId>org.apache.servicemix.specs</groupId>
|
|
|
|
<artifactId>org.apache.servicemix.specs.activation-api-1.1</artifactId>
|
|
|
|
<version>2.9.0</version>
|
|
|
|
<scope>compile</scope>
|
|
|
|
</dependency>
|
|
|
|
|
|
|
|
<!-- Stax 1.2 API -->
|
|
|
|
<dependency>
|
|
|
|
<groupId>org.apache.servicemix.specs</groupId>
|
|
|
|
<artifactId>org.apache.servicemix.specs.stax-api-1.2</artifactId>
|
|
|
|
<version>2.9.0</version>
|
|
|
|
<scope>compile</scope>
|
|
|
|
</dependency>
|
|
|
|
|
|
|
|
<!-- JAX-WS 2.2 API -->
|
|
|
|
<dependency>
|
|
|
|
<groupId>org.apache.servicemix.specs</groupId>
|
|
|
|
<artifactId>org.apache.servicemix.specs.jaxws-api-2.2</artifactId>
|
|
|
|
<version>2.9.0</version>
|
|
|
|
<scope>compile</scope>
|
|
|
|
</dependency>
|
|
|
|
|
|
|
|
<!-- SAAJ 1.3 API -->
|
|
|
|
<dependency>
|
|
|
|
<groupId>org.apache.servicemix.specs</groupId>
|
|
|
|
<artifactId>org.apache.servicemix.specs.saaj-api-1.3</artifactId>
|
|
|
|
<version>2.9.0</version>
|
|
|
|
<scope>compile</scope>
|
|
|
|
</dependency>
|
|
|
|
|
|
|
|
<!-- OSGi Function -->
|
|
|
|
<dependency>
|
|
|
|
<groupId>org.osgi</groupId>
|
|
|
|
<artifactId>org.osgi.util.function</artifactId>
|
|
|
|
<version>1.1.0</version>
|
|
|
|
<scope>compile</scope>
|
|
|
|
</dependency>
|
|
|
|
|
|
|
|
<!-- OSGi Promise -->
|
|
|
|
<dependency>
|
|
|
|
<groupId>org.osgi</groupId>
|
|
|
|
<artifactId>org.osgi.util.promise</artifactId>
|
|
|
|
<version>1.1.0</version>
|
|
|
|
<scope>compile</scope>
|
|
|
|
</dependency>
|
|
|
|
|
|
|
|
<!-- OSGi PushStream -->
|
|
|
|
<dependency>
|
|
|
|
<groupId>org.osgi</groupId>
|
|
|
|
<artifactId>org.osgi.util.pushstream</artifactId>
|
|
|
|
<version>1.0.0</version>
|
|
|
|
<scope>compile</scope>
|
|
|
|
</dependency>
|
|
|
|
|
|
|
|
<!-- OSGi Converter -->
|
|
|
|
<dependency>
|
|
|
|
<groupId>org.osgi</groupId>
|
|
|
|
<artifactId>org.osgi.util.converter</artifactId>
|
|
|
|
<version>1.0.0</version>
|
|
|
|
<scope>compile</scope>
|
|
|
|
</dependency>
|
|
|
|
|
|
|
|
<!-- OSGi Transaction Control -->
|
|
|
|
<dependency>
|
|
|
|
<groupId>org.apache.aries.tx-control</groupId>
|
|
|
|
<artifactId>tx-control-service-xa</artifactId>
|
|
|
|
<version>1.0.0</version>
|
|
|
|
<scope>compile</scope>
|
|
|
|
</dependency>
|
|
|
|
<dependency>
|
|
|
|
<groupId>org.apache.aries.tx-control</groupId>
|
|
|
|
<artifactId>tx-control-provider-jdbc-xa</artifactId>
|
|
|
|
<version>1.0.0</version>
|
|
|
|
<scope>compile</scope>
|
|
|
|
</dependency>
|
|
|
|
<dependency>
|
|
|
|
<groupId>org.apache.aries.tx-control</groupId>
|
|
|
|
<artifactId>tx-control-provider-jpa-xa</artifactId>
|
|
|
|
<version>1.0.0</version>
|
|
|
|
<scope>compile</scope>
|
|
|
|
</dependency>
|
|
|
|
|
|
|
|
<!-- OSGi Configurator -->
|
|
|
|
<dependency>
|
|
|
|
<groupId>org.apache.felix</groupId>
|
|
|
|
<artifactId>org.apache.felix.configurator</artifactId>
|
|
|
|
<version>1.0.6</version>
|
|
|
|
<scope>compile</scope>
|
|
|
|
</dependency>
|
|
|
|
|
|
|
|
<!-- OSGi JPA Service -->
|
|
|
|
<dependency>
|
|
|
|
<groupId>org.apache.aries.jpa</groupId>
|
|
|
|
<artifactId>org.apache.aries.jpa.container</artifactId>
|
|
|
|
<version>2.7.0</version>
|
|
|
|
<scope>compile</scope>
|
|
|
|
<exclusions>
|
|
|
|
<exclusion>
|
|
|
|
<groupId>org.apache.aries.jpa.javax.persistence</groupId>
|
|
|
|
<artifactId>javax.persistence_2.0</artifactId>
|
|
|
|
</exclusion>
|
|
|
|
</exclusions>
|
|
|
|
</dependency>
|
|
|
|
<!-- Used heavily in conjunction with JDBC -->
|
|
|
|
<dependency>
|
|
|
|
<groupId>org.osgi</groupId>
|
|
|
|
<artifactId>org.osgi.service.jdbc</artifactId>
|
|
|
|
<version>1.0.0</version>
|
|
|
|
<scope>compile</scope>
|
|
|
|
</dependency>
|
|
|
|
|
|
|
|
<!-- Several implementations need to log using SLF4J -->
|
2019-01-28 13:07:31 +01:00
|
|
|
<dependency>
|
|
|
|
<groupId>org.slf4j</groupId>
|
|
|
|
<artifactId>slf4j-api</artifactId>
|
2019-02-25 22:39:28 +01:00
|
|
|
<version>1.7.25</version>
|
2019-01-28 13:07:31 +01:00
|
|
|
<scope>compile</scope>
|
|
|
|
</dependency>
|
|
|
|
<dependency>
|
|
|
|
<groupId>ch.qos.logback</groupId>
|
|
|
|
<artifactId>logback-classic</artifactId>
|
2019-02-25 22:39:28 +01:00
|
|
|
<version>1.2.3</version>
|
2019-01-28 13:07:31 +01:00
|
|
|
<scope>compile</scope>
|
|
|
|
</dependency>
|
|
|
|
<dependency>
|
|
|
|
<groupId>ch.qos.logback</groupId>
|
|
|
|
<artifactId>logback-core</artifactId>
|
2019-02-25 22:39:28 +01:00
|
|
|
<version>1.2.3</version>
|
2019-01-28 13:07:31 +01:00
|
|
|
<scope>compile</scope>
|
|
|
|
</dependency>
|
2019-02-25 22:39:28 +01:00
|
|
|
|
|
|
|
<!-- END: Slightly modified EnRoute implementation index artifacts -->
|
|
|
|
|
|
|
|
|
|
|
|
<!-- BEG: Slightly modified EnRoute debug tools index artifacts -->
|
|
|
|
|
|
|
|
<!-- The Web Console -->
|
|
|
|
<dependency>
|
|
|
|
<groupId>org.apache.felix</groupId>
|
|
|
|
<artifactId>org.apache.felix.webconsole</artifactId>
|
|
|
|
<version>4.3.4</version>
|
|
|
|
</dependency>
|
|
|
|
<dependency>
|
|
|
|
<groupId>org.apache.felix</groupId>
|
|
|
|
<artifactId>org.apache.felix.webconsole.plugins.ds</artifactId>
|
|
|
|
<version>2.0.8</version>
|
|
|
|
</dependency>
|
|
|
|
<dependency>
|
|
|
|
<groupId>org.apache.felix</groupId>
|
|
|
|
<artifactId>org.apache.felix.inventory</artifactId>
|
|
|
|
<version>1.0.4</version>
|
|
|
|
</dependency>
|
|
|
|
|
|
|
|
<!-- The Gogo Shell -->
|
|
|
|
<dependency>
|
|
|
|
<groupId>org.apache.felix</groupId>
|
|
|
|
<artifactId>org.apache.felix.gogo.shell</artifactId>
|
|
|
|
<version>1.0.0</version>
|
|
|
|
</dependency>
|
|
|
|
<dependency>
|
|
|
|
<groupId>org.apache.felix</groupId>
|
|
|
|
<artifactId>org.apache.felix.gogo.runtime</artifactId>
|
|
|
|
<version>1.0.10</version>
|
|
|
|
</dependency>
|
|
|
|
<dependency>
|
|
|
|
<groupId>org.apache.felix</groupId>
|
|
|
|
<artifactId>org.apache.felix.gogo.command</artifactId>
|
|
|
|
<version>1.0.2</version>
|
|
|
|
<exclusions>
|
|
|
|
<exclusion>
|
|
|
|
<groupId>org.osgi</groupId>
|
|
|
|
<artifactId>org.osgi.core</artifactId>
|
|
|
|
</exclusion>
|
|
|
|
<exclusion>
|
|
|
|
<groupId>org.osgi</groupId>
|
|
|
|
<artifactId>org.osgi.compendium</artifactId>
|
|
|
|
</exclusion>
|
|
|
|
</exclusions>
|
|
|
|
</dependency>
|
|
|
|
|
|
|
|
<!-- END: Slightly modified EnRoute debug tools index artifacts -->
|
|
|
|
|
|
|
|
<!-- BEG: logging -->
|
2019-01-28 13:07:31 +01:00
|
|
|
<dependency>
|
|
|
|
<groupId>org.apache.felix</groupId>
|
|
|
|
<artifactId>org.apache.felix.log</artifactId>
|
|
|
|
<version>1.2.0</version>
|
|
|
|
<scope>compile</scope>
|
|
|
|
<exclusions>
|
|
|
|
<exclusion>
|
|
|
|
<groupId>org.osgi</groupId>
|
|
|
|
<artifactId>osgi.core</artifactId>
|
|
|
|
</exclusion>
|
|
|
|
</exclusions>
|
|
|
|
</dependency>
|
|
|
|
<dependency>
|
|
|
|
<groupId>org.apache.felix</groupId>
|
|
|
|
<artifactId>org.apache.felix.logback</artifactId>
|
|
|
|
<version>1.0.0</version>
|
|
|
|
<scope>compile</scope>
|
|
|
|
</dependency>
|
|
|
|
<!-- END: logging -->
|
|
|
|
|
|
|
|
<!-- Apache Commons -->
|
|
|
|
<dependency>
|
|
|
|
<groupId>commons-collections</groupId>
|
|
|
|
<artifactId>commons-collections</artifactId>
|
|
|
|
<version>3.2.1</version>
|
|
|
|
<scope>compile</scope>
|
|
|
|
</dependency>
|
|
|
|
<dependency>
|
|
|
|
<groupId>org.apache.commons</groupId>
|
|
|
|
<artifactId>commons-exec</artifactId>
|
|
|
|
<version>1.1</version>
|
|
|
|
<scope>compile</scope>
|
|
|
|
</dependency>
|
|
|
|
<dependency>
|
|
|
|
<groupId>commons-fileupload</groupId>
|
|
|
|
<artifactId>commons-fileupload</artifactId>
|
|
|
|
<version>1.3.3</version>
|
|
|
|
<scope>compile</scope>
|
|
|
|
</dependency>
|
|
|
|
<dependency>
|
|
|
|
<groupId>org.apache.servicemix.bundles</groupId>
|
|
|
|
<artifactId>org.apache.servicemix.bundles.commons-httpclient</artifactId>
|
|
|
|
<version>3.1_7</version>
|
|
|
|
<scope>compile</scope>
|
|
|
|
</dependency>
|
|
|
|
<dependency>
|
|
|
|
<groupId>commons-io</groupId>
|
|
|
|
<artifactId>commons-io</artifactId>
|
|
|
|
<version>2.2</version>
|
|
|
|
<scope>compile</scope>
|
|
|
|
</dependency>
|
|
|
|
<dependency>
|
|
|
|
<groupId>commons-lang</groupId>
|
|
|
|
<artifactId>commons-lang</artifactId>
|
|
|
|
<version>2.6</version>
|
|
|
|
<scope>compile</scope>
|
|
|
|
</dependency>
|
|
|
|
|
|
|
|
<!-- Gson -->
|
|
|
|
<dependency>
|
|
|
|
<groupId>org.eclipse.orbit.bundles</groupId>
|
|
|
|
<artifactId>com.google.gson</artifactId>
|
2019-03-13 23:23:37 +01:00
|
|
|
<version>2.8.2.v20180104-1110</version>
|
2019-01-28 13:07:31 +01:00
|
|
|
<scope>compile</scope>
|
|
|
|
</dependency>
|
|
|
|
|
|
|
|
<!-- JmDNS -->
|
|
|
|
<dependency>
|
|
|
|
<groupId>org.jmdns</groupId>
|
|
|
|
<artifactId>jmdns</artifactId>
|
|
|
|
<version>3.5.5</version>
|
|
|
|
<scope>compile</scope>
|
|
|
|
</dependency>
|
|
|
|
|
|
|
|
<!-- jUPnP -->
|
|
|
|
<dependency>
|
|
|
|
<groupId>org.jupnp</groupId>
|
|
|
|
<artifactId>org.jupnp</artifactId>
|
2019-02-25 09:21:16 +01:00
|
|
|
<version>2.5.2</version>
|
2019-01-28 13:07:31 +01:00
|
|
|
<scope>compile</scope>
|
|
|
|
</dependency>
|
|
|
|
|
|
|
|
<!-- MapDB -->
|
|
|
|
<dependency>
|
|
|
|
<groupId>org.mapdb</groupId>
|
|
|
|
<artifactId>mapdb</artifactId>
|
|
|
|
<version>1.0.9</version>
|
|
|
|
<scope>compile</scope>
|
|
|
|
</dependency>
|
|
|
|
|
|
|
|
<!-- Measurement -->
|
|
|
|
<dependency>
|
|
|
|
<groupId>javax.measure</groupId>
|
|
|
|
<artifactId>unit-api</artifactId>
|
|
|
|
<version>1.0</version>
|
|
|
|
<scope>compile</scope>
|
|
|
|
</dependency>
|
|
|
|
<dependency>
|
|
|
|
<groupId>tec.uom</groupId>
|
|
|
|
<artifactId>uom-se</artifactId>
|
|
|
|
<version>1.0.8</version>
|
|
|
|
<scope>compile</scope>
|
|
|
|
</dependency>
|
|
|
|
<dependency>
|
|
|
|
<groupId>tec.uom.lib</groupId>
|
|
|
|
<artifactId>uom-lib-common</artifactId>
|
|
|
|
<version>1.0.2</version>
|
|
|
|
<scope>compile</scope>
|
|
|
|
</dependency>
|
|
|
|
|
|
|
|
<!-- XStream -->
|
|
|
|
<dependency>
|
|
|
|
<groupId>org.apache.servicemix.bundles</groupId>
|
|
|
|
<artifactId>org.apache.servicemix.bundles.xstream</artifactId>
|
|
|
|
<version>1.4.7_1</version>
|
|
|
|
<scope>compile</scope>
|
|
|
|
</dependency>
|
|
|
|
|
|
|
|
<!-- Pax Web -->
|
|
|
|
<dependency>
|
|
|
|
<groupId>org.ops4j.pax.web</groupId>
|
|
|
|
<artifactId>pax-web-api</artifactId>
|
|
|
|
<version>${pax.web.version}</version>
|
|
|
|
<scope>compile</scope>
|
|
|
|
</dependency>
|
|
|
|
<dependency>
|
|
|
|
<groupId>org.ops4j.pax.web</groupId>
|
|
|
|
<artifactId>pax-web-extender-whiteboard</artifactId>
|
|
|
|
<version>${pax.web.version}</version>
|
|
|
|
<scope>compile</scope>
|
|
|
|
</dependency>
|
|
|
|
<dependency>
|
|
|
|
<groupId>org.ops4j.pax.web</groupId>
|
|
|
|
<artifactId>pax-web-jetty</artifactId>
|
|
|
|
<version>${pax.web.version}</version>
|
|
|
|
<scope>compile</scope>
|
|
|
|
</dependency>
|
|
|
|
<dependency>
|
|
|
|
<groupId>org.ops4j.pax.web</groupId>
|
|
|
|
<artifactId>pax-web-jsp</artifactId>
|
|
|
|
<version>${pax.web.version}</version>
|
|
|
|
<scope>compile</scope>
|
|
|
|
</dependency>
|
|
|
|
<dependency>
|
|
|
|
<groupId>org.ops4j.pax.web</groupId>
|
|
|
|
<artifactId>pax-web-runtime</artifactId>
|
|
|
|
<version>${pax.web.version}</version>
|
|
|
|
<scope>compile</scope>
|
|
|
|
</dependency>
|
|
|
|
<dependency>
|
|
|
|
<groupId>org.ops4j.pax.web</groupId>
|
|
|
|
<artifactId>pax-web-spi</artifactId>
|
|
|
|
<version>${pax.web.version}</version>
|
|
|
|
<scope>compile</scope>
|
|
|
|
</dependency>
|
|
|
|
|
|
|
|
<!-- Persistence -->
|
|
|
|
<!-- <dependency> -->
|
|
|
|
<!-- <groupId>org.hibernate</groupId> -->
|
|
|
|
<!-- <artifactId>hibernate-osgi</artifactId> -->
|
|
|
|
<!-- <version>5.2.12.Final</version> -->
|
|
|
|
<!-- </dependency> -->
|
|
|
|
<!-- BEG: Needed by Hibernate, but not present as OSGi bundles in Hibernate's dependencies -->
|
|
|
|
<!-- <dependency> -->
|
|
|
|
<!-- <groupId>org.apache.servicemix.bundles</groupId> -->
|
|
|
|
<!-- <artifactId>org.apache.servicemix.bundles.antlr</artifactId> -->
|
|
|
|
<!-- <version>2.7.7_5</version> -->
|
|
|
|
<!-- </dependency> -->
|
|
|
|
<!-- <dependency> -->
|
|
|
|
<!-- <groupId>org.apache.servicemix.bundles</groupId> -->
|
|
|
|
<!-- <artifactId>org.apache.servicemix.bundles.dom4j</artifactId> -->
|
|
|
|
<!-- <version>1.6.1_5</version> -->
|
|
|
|
<!-- </dependency> -->
|
|
|
|
<!-- END: Needed by Hibernate, but not present as OSGi bundles in Hibernate's dependencies -->
|
|
|
|
|
|
|
|
<!-- Jetty -->
|
|
|
|
<dependency>
|
|
|
|
<groupId>org.eclipse.jetty</groupId>
|
|
|
|
<artifactId>jetty-client</artifactId>
|
|
|
|
<version>${jetty.version}</version>
|
|
|
|
<scope>compile</scope>
|
|
|
|
</dependency>
|
|
|
|
<dependency>
|
|
|
|
<groupId>org.eclipse.jetty</groupId>
|
|
|
|
<artifactId>jetty-continuation</artifactId>
|
|
|
|
<version>${jetty.version}</version>
|
|
|
|
<scope>compile</scope>
|
|
|
|
</dependency>
|
|
|
|
<dependency>
|
|
|
|
<groupId>org.eclipse.jetty</groupId>
|
|
|
|
<artifactId>jetty-deploy</artifactId>
|
|
|
|
<version>${jetty.version}</version>
|
|
|
|
<scope>compile</scope>
|
|
|
|
</dependency>
|
|
|
|
<dependency>
|
|
|
|
<groupId>org.eclipse.jetty</groupId>
|
|
|
|
<artifactId>jetty-http</artifactId>
|
|
|
|
<version>${jetty.version}</version>
|
|
|
|
<scope>compile</scope>
|
|
|
|
</dependency>
|
|
|
|
<dependency>
|
|
|
|
<groupId>org.eclipse.jetty</groupId>
|
|
|
|
<artifactId>jetty-io</artifactId>
|
|
|
|
<version>${jetty.version}</version>
|
|
|
|
<scope>compile</scope>
|
|
|
|
</dependency>
|
|
|
|
<dependency>
|
|
|
|
<groupId>org.eclipse.jetty</groupId>
|
|
|
|
<artifactId>jetty-jaas</artifactId>
|
|
|
|
<version>${jetty.version}</version>
|
|
|
|
<scope>compile</scope>
|
|
|
|
</dependency>
|
|
|
|
<dependency>
|
|
|
|
<groupId>org.eclipse.jetty</groupId>
|
|
|
|
<artifactId>jetty-jmx</artifactId>
|
|
|
|
<version>${jetty.version}</version>
|
|
|
|
<scope>compile</scope>
|
|
|
|
</dependency>
|
|
|
|
<dependency>
|
|
|
|
<groupId>org.eclipse.jetty</groupId>
|
|
|
|
<artifactId>jetty-jndi</artifactId>
|
|
|
|
<version>${jetty.version}</version>
|
|
|
|
<scope>compile</scope>
|
|
|
|
</dependency>
|
|
|
|
<dependency>
|
|
|
|
<groupId>org.eclipse.jetty</groupId>
|
|
|
|
<artifactId>jetty-plus</artifactId>
|
|
|
|
<version>${jetty.version}</version>
|
|
|
|
<scope>compile</scope>
|
|
|
|
</dependency>
|
|
|
|
<dependency>
|
|
|
|
<groupId>org.eclipse.jetty</groupId>
|
|
|
|
<artifactId>jetty-proxy</artifactId>
|
|
|
|
<version>${jetty.version}</version>
|
|
|
|
<scope>compile</scope>
|
|
|
|
</dependency>
|
|
|
|
<dependency>
|
|
|
|
<groupId>org.eclipse.jetty</groupId>
|
|
|
|
<artifactId>jetty-rewrite</artifactId>
|
|
|
|
<version>${jetty.version}</version>
|
|
|
|
<scope>compile</scope>
|
|
|
|
</dependency>
|
|
|
|
<dependency>
|
|
|
|
<groupId>org.eclipse.jetty</groupId>
|
|
|
|
<artifactId>jetty-security</artifactId>
|
|
|
|
<version>${jetty.version}</version>
|
|
|
|
<scope>compile</scope>
|
|
|
|
</dependency>
|
|
|
|
<dependency>
|
|
|
|
<groupId>org.eclipse.jetty</groupId>
|
|
|
|
<artifactId>jetty-jaspi</artifactId>
|
|
|
|
<version>${jetty.version}</version>
|
|
|
|
<scope>compile</scope>
|
|
|
|
</dependency>
|
|
|
|
<dependency>
|
|
|
|
<groupId>org.eclipse.jetty</groupId>
|
|
|
|
<artifactId>jetty-server</artifactId>
|
|
|
|
<version>${jetty.version}</version>
|
|
|
|
<scope>compile</scope>
|
|
|
|
</dependency>
|
|
|
|
<dependency>
|
|
|
|
<groupId>org.eclipse.jetty</groupId>
|
|
|
|
<artifactId>jetty-servlet</artifactId>
|
|
|
|
<version>${jetty.version}</version>
|
|
|
|
<scope>compile</scope>
|
|
|
|
</dependency>
|
|
|
|
<dependency>
|
|
|
|
<groupId>org.eclipse.jetty</groupId>
|
|
|
|
<artifactId>jetty-servlets</artifactId>
|
|
|
|
<version>${jetty.version}</version>
|
|
|
|
<scope>compile</scope>
|
|
|
|
</dependency>
|
|
|
|
<dependency>
|
|
|
|
<groupId>org.eclipse.jetty</groupId>
|
|
|
|
<artifactId>jetty-util</artifactId>
|
|
|
|
<version>${jetty.version}</version>
|
|
|
|
<scope>compile</scope>
|
|
|
|
</dependency>
|
|
|
|
<dependency>
|
|
|
|
<groupId>org.eclipse.jetty</groupId>
|
|
|
|
<artifactId>jetty-util-ajax</artifactId>
|
|
|
|
<version>${jetty.version}</version>
|
|
|
|
<scope>compile</scope>
|
|
|
|
</dependency>
|
|
|
|
<dependency>
|
|
|
|
<groupId>org.eclipse.jetty</groupId>
|
|
|
|
<artifactId>jetty-webapp</artifactId>
|
|
|
|
<version>${jetty.version}</version>
|
|
|
|
<scope>compile</scope>
|
|
|
|
</dependency>
|
|
|
|
<dependency>
|
|
|
|
<groupId>org.eclipse.jetty.websocket</groupId>
|
|
|
|
<artifactId>websocket-api</artifactId>
|
|
|
|
<version>${jetty.version}</version>
|
|
|
|
<scope>compile</scope>
|
|
|
|
</dependency>
|
|
|
|
<dependency>
|
|
|
|
<groupId>org.eclipse.jetty.websocket</groupId>
|
|
|
|
<artifactId>websocket-client</artifactId>
|
|
|
|
<version>${jetty.version}</version>
|
|
|
|
<scope>compile</scope>
|
|
|
|
</dependency>
|
|
|
|
<dependency>
|
|
|
|
<groupId>org.eclipse.jetty.websocket</groupId>
|
|
|
|
<artifactId>websocket-common</artifactId>
|
|
|
|
<version>${jetty.version}</version>
|
|
|
|
<scope>compile</scope>
|
|
|
|
</dependency>
|
|
|
|
<dependency>
|
|
|
|
<groupId>org.eclipse.jetty.websocket</groupId>
|
|
|
|
<artifactId>javax-websocket-client-impl</artifactId>
|
|
|
|
<version>${jetty.version}</version>
|
|
|
|
<scope>compile</scope>
|
|
|
|
</dependency>
|
|
|
|
<dependency>
|
|
|
|
<groupId>org.eclipse.jetty.websocket</groupId>
|
|
|
|
<artifactId>javax-websocket-server-impl</artifactId>
|
|
|
|
<version>${jetty.version}</version>
|
|
|
|
<scope>compile</scope>
|
|
|
|
</dependency>
|
|
|
|
<dependency>
|
|
|
|
<groupId>org.eclipse.jetty.websocket</groupId>
|
|
|
|
<artifactId>websocket-server</artifactId>
|
|
|
|
<version>${jetty.version}</version>
|
|
|
|
<scope>compile</scope>
|
|
|
|
</dependency>
|
|
|
|
<dependency>
|
|
|
|
<groupId>org.eclipse.jetty.websocket</groupId>
|
|
|
|
<artifactId>websocket-servlet</artifactId>
|
|
|
|
<version>${jetty.version}</version>
|
|
|
|
<scope>compile</scope>
|
|
|
|
</dependency>
|
|
|
|
<dependency>
|
|
|
|
<groupId>org.eclipse.jetty</groupId>
|
|
|
|
<artifactId>jetty-xml</artifactId>
|
|
|
|
<version>${jetty.version}</version>
|
|
|
|
<scope>compile</scope>
|
|
|
|
</dependency>
|
|
|
|
|
|
|
|
<!-- Xbean -->
|
|
|
|
<dependency>
|
|
|
|
<groupId>org.apache.xbean</groupId>
|
|
|
|
<artifactId>xbean-bundleutils</artifactId>
|
|
|
|
<version>4.6</version>
|
|
|
|
<scope>compile</scope>
|
|
|
|
</dependency>
|
|
|
|
<dependency>
|
|
|
|
<groupId>org.apache.xbean</groupId>
|
|
|
|
<artifactId>xbean-finder</artifactId>
|
|
|
|
<version>4.6</version>
|
|
|
|
<scope>compile</scope>
|
|
|
|
</dependency>
|
|
|
|
|
|
|
|
<!-- Google Commons / Guava -->
|
|
|
|
<dependency>
|
|
|
|
<groupId>com.google.guava</groupId>
|
|
|
|
<artifactId>guava</artifactId>
|
|
|
|
<version>15.0</version>
|
|
|
|
<scope>compile</scope>
|
|
|
|
</dependency>
|
|
|
|
|
|
|
|
<!-- EMF, Xtext -->
|
|
|
|
<dependency>
|
|
|
|
<groupId>de.maggu2810.p2redist</groupId>
|
|
|
|
<artifactId>org.antlr.runtime</artifactId>
|
|
|
|
<version>3.2.0.v201101311130</version>
|
|
|
|
<scope>compile</scope>
|
|
|
|
</dependency>
|
|
|
|
<dependency>
|
|
|
|
<groupId>org.eclipse.emf</groupId>
|
|
|
|
<artifactId>org.eclipse.emf.common</artifactId>
|
|
|
|
<version>2.12.0</version>
|
|
|
|
<scope>compile</scope>
|
|
|
|
</dependency>
|
|
|
|
<dependency>
|
|
|
|
<groupId>org.eclipse.emf</groupId>
|
|
|
|
<artifactId>org.eclipse.emf.ecore</artifactId>
|
|
|
|
<version>2.12.0</version>
|
|
|
|
<scope>compile</scope>
|
|
|
|
</dependency>
|
|
|
|
<dependency>
|
|
|
|
<groupId>org.eclipse.emf</groupId>
|
|
|
|
<artifactId>org.eclipse.emf.ecore.change</artifactId>
|
|
|
|
<version>2.11.0</version>
|
|
|
|
<scope>compile</scope>
|
|
|
|
</dependency>
|
|
|
|
<dependency>
|
|
|
|
<groupId>org.eclipse.emf</groupId>
|
|
|
|
<artifactId>org.eclipse.emf.ecore.xmi</artifactId>
|
|
|
|
<version>2.12.0</version>
|
|
|
|
<scope>compile</scope>
|
|
|
|
</dependency>
|
|
|
|
<dependency>
|
|
|
|
<groupId>org.eclipse.xtend</groupId>
|
|
|
|
<artifactId>org.eclipse.xtend.lib</artifactId>
|
|
|
|
<version>2.14.0</version>
|
|
|
|
<scope>compile</scope>
|
|
|
|
</dependency>
|
|
|
|
<dependency>
|
|
|
|
<groupId>org.eclipse.xtend</groupId>
|
|
|
|
<artifactId>org.eclipse.xtend.lib.macro</artifactId>
|
|
|
|
<version>2.14.0</version>
|
|
|
|
<scope>compile</scope>
|
|
|
|
</dependency>
|
|
|
|
<dependency>
|
|
|
|
<groupId>org.eclipse.xtext</groupId>
|
|
|
|
<artifactId>org.eclipse.xtext</artifactId>
|
|
|
|
<version>2.14.0</version>
|
|
|
|
<scope>compile</scope>
|
|
|
|
</dependency>
|
|
|
|
<dependency>
|
|
|
|
<groupId>org.eclipse.xtext</groupId>
|
|
|
|
<artifactId>org.eclipse.xtext.common.types</artifactId>
|
|
|
|
<version>2.14.0</version>
|
|
|
|
<scope>compile</scope>
|
|
|
|
</dependency>
|
|
|
|
<dependency>
|
|
|
|
<groupId>org.eclipse.xtext</groupId>
|
|
|
|
<artifactId>org.eclipse.xtext.ide</artifactId>
|
|
|
|
<version>2.14.0</version>
|
|
|
|
<scope>compile</scope>
|
|
|
|
<exclusions>
|
|
|
|
<exclusion>
|
|
|
|
<groupId>com.google.code.gson</groupId>
|
|
|
|
<artifactId>gson</artifactId>
|
|
|
|
</exclusion>
|
|
|
|
</exclusions>
|
|
|
|
</dependency>
|
|
|
|
<dependency>
|
|
|
|
<groupId>org.eclipse.xtext</groupId>
|
|
|
|
<artifactId>org.eclipse.xtext.util</artifactId>
|
|
|
|
<version>2.14.0</version>
|
|
|
|
<scope>compile</scope>
|
|
|
|
</dependency>
|
|
|
|
<dependency>
|
|
|
|
<groupId>org.eclipse.xtext</groupId>
|
|
|
|
<artifactId>org.eclipse.xtext.xbase</artifactId>
|
|
|
|
<version>2.14.0</version>
|
|
|
|
<scope>compile</scope>
|
|
|
|
</dependency>
|
|
|
|
<dependency>
|
|
|
|
<groupId>org.eclipse.xtext</groupId>
|
|
|
|
<artifactId>org.eclipse.xtext.xbase.ide</artifactId>
|
|
|
|
<version>2.14.0</version>
|
|
|
|
<scope>compile</scope>
|
|
|
|
</dependency>
|
|
|
|
<dependency>
|
|
|
|
<groupId>org.eclipse.xtext</groupId>
|
|
|
|
<artifactId>org.eclipse.xtext.xbase.lib</artifactId>
|
|
|
|
<version>2.14.0</version>
|
|
|
|
<scope>compile</scope>
|
|
|
|
</dependency>
|
|
|
|
<dependency>
|
|
|
|
<groupId>org.glassfish.hk2</groupId>
|
|
|
|
<artifactId>hk2-api</artifactId>
|
|
|
|
<version>2.4.0-b34</version>
|
|
|
|
<scope>compile</scope>
|
|
|
|
</dependency>
|
|
|
|
<dependency>
|
|
|
|
<groupId>org.glassfish.hk2.external</groupId>
|
|
|
|
<artifactId>aopalliance-repackaged</artifactId>
|
|
|
|
<version>2.4.0-b34</version>
|
|
|
|
<scope>compile</scope>
|
|
|
|
</dependency>
|
|
|
|
<dependency>
|
|
|
|
<groupId>org.glassfish.hk2.external</groupId>
|
|
|
|
<artifactId>javax.inject</artifactId>
|
|
|
|
<version>2.4.0-b34</version>
|
|
|
|
<scope>compile</scope>
|
|
|
|
</dependency>
|
|
|
|
<dependency>
|
|
|
|
<groupId>org.glassfish.hk2</groupId>
|
|
|
|
<artifactId>hk2-locator</artifactId>
|
|
|
|
<version>2.4.0-b34</version>
|
|
|
|
<scope>compile</scope>
|
|
|
|
</dependency>
|
|
|
|
<dependency>
|
|
|
|
<groupId>org.glassfish.hk2</groupId>
|
|
|
|
<artifactId>osgi-resource-locator</artifactId>
|
|
|
|
<version>1.0.1</version>
|
|
|
|
<scope>compile</scope>
|
|
|
|
</dependency>
|
|
|
|
<dependency>
|
|
|
|
<groupId>org.glassfish.hk2</groupId>
|
|
|
|
<artifactId>hk2-utils</artifactId>
|
|
|
|
<version>2.4.0-b34</version>
|
|
|
|
<scope>compile</scope>
|
|
|
|
</dependency>
|
|
|
|
<dependency>
|
|
|
|
<groupId>log4j</groupId>
|
|
|
|
<artifactId>log4j</artifactId>
|
|
|
|
<version>1.2.17</version>
|
|
|
|
<scope>compile</scope>
|
|
|
|
</dependency>
|
|
|
|
<dependency>
|
|
|
|
<groupId>org.ow2.asm</groupId>
|
|
|
|
<artifactId>asm</artifactId>
|
|
|
|
<version>6.1.1</version>
|
|
|
|
<scope>compile</scope>
|
|
|
|
</dependency>
|
|
|
|
|
|
|
|
<!-- Joda Time -->
|
|
|
|
<dependency>
|
|
|
|
<groupId>joda-time</groupId>
|
|
|
|
<artifactId>joda-time</artifactId>
|
|
|
|
<version>2.9.2</version>
|
|
|
|
<scope>compile</scope>
|
|
|
|
</dependency>
|
|
|
|
|
|
|
|
<!-- ... -->
|
|
|
|
<dependency>
|
|
|
|
<groupId>com.eclipsesource.jaxrs</groupId>
|
|
|
|
<artifactId>publisher</artifactId>
|
|
|
|
<version>5.3.1</version>
|
|
|
|
<scope>compile</scope>
|
|
|
|
</dependency>
|
|
|
|
|
|
|
|
</dependencies>
|
|
|
|
|
|
|
|
</project>
|