2019-01-28 13:07:31 +01:00
|
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
2019-10-12 08:52:16 +02:00
|
|
|
<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">
|
2019-01-28 13:07:31 +01:00
|
|
|
|
|
|
|
<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.compile</artifactId>
|
|
|
|
<packaging>pom</packaging>
|
|
|
|
|
|
|
|
<name>openHAB Core :: BOM :: Compile</name>
|
|
|
|
<description>The dependencies that are used to compile the core bundles</description>
|
|
|
|
|
|
|
|
<properties>
|
|
|
|
<jetty.version>9.3.25.v20180904</jetty.version>
|
|
|
|
</properties>
|
|
|
|
|
|
|
|
<dependencies>
|
|
|
|
<dependency>
|
|
|
|
<groupId>org.osgi</groupId>
|
|
|
|
<artifactId>osgi.core</artifactId>
|
|
|
|
<version>6.0.0</version>
|
|
|
|
</dependency>
|
|
|
|
<dependency>
|
|
|
|
<groupId>org.osgi</groupId>
|
|
|
|
<artifactId>osgi.cmpn</artifactId>
|
2019-04-29 19:14:24 +02:00
|
|
|
<version>7.0.0</version>
|
2019-01-28 13:07:31 +01:00
|
|
|
</dependency>
|
|
|
|
<dependency>
|
|
|
|
<groupId>org.osgi</groupId>
|
|
|
|
<artifactId>osgi.annotation</artifactId>
|
2019-05-06 23:10:32 +02:00
|
|
|
<version>7.0.0</version>
|
2019-01-28 13:07:31 +01:00
|
|
|
</dependency>
|
|
|
|
<dependency>
|
|
|
|
<groupId>org.slf4j</groupId>
|
|
|
|
<artifactId>slf4j-api</artifactId>
|
|
|
|
<version>${slf4j.version}</version>
|
|
|
|
<scope>compile</scope>
|
|
|
|
</dependency>
|
|
|
|
<dependency>
|
|
|
|
<groupId>org.eclipse.jdt</groupId>
|
|
|
|
<artifactId>org.eclipse.jdt.annotation</artifactId>
|
|
|
|
<version>2.2.100</version>
|
|
|
|
<!--<scope>compile</scope> -->
|
|
|
|
</dependency>
|
|
|
|
|
|
|
|
<!-- Annotation API -->
|
|
|
|
<dependency>
|
|
|
|
<groupId>javax.annotation</groupId>
|
|
|
|
<artifactId>javax.annotation-api</artifactId>
|
|
|
|
<version>1.2</version>
|
|
|
|
<scope>compile</scope>
|
|
|
|
</dependency>
|
|
|
|
|
|
|
|
<!-- 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>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>
|
|
|
|
|
|
|
|
<!-- EclipseSource JAX RS -->
|
|
|
|
<dependency>
|
|
|
|
<groupId>com.eclipsesource.jaxrs</groupId>
|
2019-07-16 18:49:53 +02:00
|
|
|
<artifactId>publisher</artifactId>
|
|
|
|
<version>5.3.1</version>
|
2019-01-28 13:07:31 +01:00
|
|
|
<scope>compile</scope>
|
|
|
|
</dependency>
|
|
|
|
|
|
|
|
<!-- Gson -->
|
|
|
|
<dependency>
|
2019-03-13 23:23:37 +01:00
|
|
|
<groupId>org.eclipse.orbit.bundles</groupId>
|
|
|
|
<artifactId>com.google.gson</artifactId>
|
|
|
|
<version>2.8.2.v20180104-1110</version>
|
2019-01-28 13:07:31 +01:00
|
|
|
<scope>compile</scope>
|
|
|
|
</dependency>
|
|
|
|
|
2019-09-01 12:57:58 +02:00
|
|
|
<!-- JBBP -->
|
|
|
|
<dependency>
|
|
|
|
<groupId>com.igormaznitsa</groupId>
|
|
|
|
<artifactId>jbbp</artifactId>
|
|
|
|
<version>1.4.1</version>
|
|
|
|
<scope>compile</scope>
|
|
|
|
</dependency>
|
|
|
|
|
2019-01-28 13:07:31 +01:00
|
|
|
<!-- Jackson -->
|
|
|
|
<dependency>
|
|
|
|
<groupId>org.codehaus.jackson</groupId>
|
|
|
|
<artifactId>jackson-core-asl</artifactId>
|
|
|
|
<version>1.9.2</version>
|
|
|
|
<scope>compile</scope>
|
|
|
|
</dependency>
|
|
|
|
<dependency>
|
|
|
|
<groupId>org.codehaus.jackson</groupId>
|
|
|
|
<artifactId>jackson-mapper-asl</artifactId>
|
|
|
|
<version>1.9.2</version>
|
|
|
|
<scope>compile</scope>
|
|
|
|
</dependency>
|
|
|
|
|
|
|
|
<!-- 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-proxy</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>
|
2019-01-30 08:57:06 +01:00
|
|
|
<dependency>
|
|
|
|
<groupId>org.eclipse.jetty</groupId>
|
|
|
|
<artifactId>jetty-servlet</artifactId>
|
|
|
|
<version>${jetty.version}</version>
|
|
|
|
<scope>compile</scope>
|
|
|
|
</dependency>
|
2019-01-28 13:07:31 +01:00
|
|
|
<dependency>
|
|
|
|
<groupId>org.eclipse.jetty.websocket</groupId>
|
|
|
|
<artifactId>websocket-client</artifactId>
|
|
|
|
<version>${jetty.version}</version>
|
|
|
|
<scope>compile</scope>
|
|
|
|
</dependency>
|
|
|
|
|
|
|
|
<!-- JmDNS -->
|
|
|
|
<dependency>
|
|
|
|
<groupId>org.jmdns</groupId>
|
|
|
|
<artifactId>jmdns</artifactId>
|
|
|
|
<version>3.5.5</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>
|
|
|
|
|
|
|
|
<!-- 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>
|
2019-07-14 21:37:07 +02:00
|
|
|
<version>1.0.10</version>
|
2019-01-28 13:07:31 +01:00
|
|
|
<scope>compile</scope>
|
|
|
|
</dependency>
|
|
|
|
<dependency>
|
|
|
|
<groupId>tec.uom.lib</groupId>
|
|
|
|
<artifactId>uom-lib-common</artifactId>
|
2019-07-14 21:37:07 +02:00
|
|
|
<version>1.0.3</version>
|
2019-01-28 13:07:31 +01:00
|
|
|
<scope>compile</scope>
|
|
|
|
</dependency>
|
|
|
|
|
2019-11-05 07:51:59 +01:00
|
|
|
<!-- HiveMQ MQTT Client-->
|
2019-01-28 13:07:31 +01:00
|
|
|
<dependency>
|
2019-11-05 07:51:59 +01:00
|
|
|
<groupId>com.hivemq</groupId>
|
|
|
|
<artifactId>hivemq-mqtt-client</artifactId>
|
|
|
|
<version>1.1.2</version>
|
2019-01-28 13:07:31 +01:00
|
|
|
<scope>compile</scope>
|
|
|
|
</dependency>
|
|
|
|
|
|
|
|
<!-- Quartz -->
|
|
|
|
<dependency>
|
|
|
|
<groupId>org.quartz-scheduler</groupId>
|
|
|
|
<artifactId>quartz</artifactId>
|
|
|
|
<version>2.2.1</version>
|
|
|
|
</dependency>
|
|
|
|
<dependency>
|
|
|
|
<groupId>org.quartz-scheduler</groupId>
|
|
|
|
<artifactId>quartz-jobs</artifactId>
|
|
|
|
<version>2.2.1</version>
|
|
|
|
</dependency>
|
|
|
|
|
|
|
|
<!-- Serial Communication -->
|
2019-01-30 08:57:06 +01:00
|
|
|
<!-- <dependency> <groupId>org.eclipse.kura</groupId> <artifactId>org.eclipse.soda.dk.comm</artifactId> <version>1.2.201</version>
|
|
|
|
<scope>compile</scope> </dependency> -->
|
2019-01-28 13:07:31 +01:00
|
|
|
<dependency>
|
|
|
|
<groupId>org.vesalainen.comm</groupId>
|
|
|
|
<artifactId>javaxcomm</artifactId>
|
|
|
|
<version>1.0.1</version>
|
|
|
|
<scope>compile</scope>
|
|
|
|
</dependency>
|
|
|
|
<dependency>
|
|
|
|
<groupId>com.neuronrobotics</groupId>
|
|
|
|
<artifactId>nrjavaserial</artifactId>
|
|
|
|
<version>3.14.0</version>
|
|
|
|
<scope>compile</scope>
|
|
|
|
</dependency>
|
|
|
|
|
|
|
|
<!-- Servlet API -->
|
|
|
|
<dependency>
|
|
|
|
<groupId>javax.servlet</groupId>
|
|
|
|
<artifactId>javax.servlet-api</artifactId>
|
|
|
|
<version>3.1.0</version>
|
|
|
|
<scope>compile</scope>
|
|
|
|
</dependency>
|
|
|
|
|
|
|
|
<!-- Swagger -->
|
|
|
|
<dependency>
|
|
|
|
<groupId>io.swagger</groupId>
|
|
|
|
<artifactId>swagger-annotations</artifactId>
|
|
|
|
<version>1.5.5</version>
|
|
|
|
<scope>compile</scope>
|
|
|
|
</dependency>
|
|
|
|
|
|
|
|
<!-- WR RS API -->
|
|
|
|
<dependency>
|
|
|
|
<groupId>javax.ws.rs</groupId>
|
|
|
|
<artifactId>javax.ws.rs-api</artifactId>
|
|
|
|
<version>2.0.1</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>
|
|
|
|
|
2019-06-11 10:20:04 +02:00
|
|
|
<!-- jollyday -->
|
|
|
|
<dependency>
|
|
|
|
<groupId>de.jollyday</groupId>
|
|
|
|
<artifactId>jollyday</artifactId>
|
2019-11-08 15:18:58 +01:00
|
|
|
<!-- Upgrading to 0.5.9 causes Java 11 builds to fail -->
|
|
|
|
<!-- On Java 11 the bundle requires JAXB 2.3 whereas we depend on JAXB 2.2 for Java 8 compatibility -->
|
|
|
|
<version>0.5.8</version>
|
2019-06-11 10:20:04 +02:00
|
|
|
<scope>compile</scope>
|
|
|
|
</dependency>
|
|
|
|
|
2019-07-12 17:59:15 +02:00
|
|
|
<!-- JAXB -->
|
|
|
|
<dependency>
|
|
|
|
<groupId>org.apache.servicemix.specs</groupId>
|
|
|
|
<artifactId>org.apache.servicemix.specs.activation-api-1.1</artifactId>
|
|
|
|
<version>2.9.0</version>
|
|
|
|
</dependency>
|
|
|
|
<dependency>
|
|
|
|
<groupId>org.apache.servicemix.specs</groupId>
|
|
|
|
<artifactId>org.apache.servicemix.specs.jaxb-api-2.2</artifactId>
|
|
|
|
<version>2.9.0</version>
|
|
|
|
</dependency>
|
|
|
|
<dependency>
|
|
|
|
<groupId>org.apache.servicemix.bundles</groupId>
|
|
|
|
<artifactId>org.apache.servicemix.bundles.jaxb-impl</artifactId>
|
|
|
|
<version>2.2.11_1</version>
|
|
|
|
</dependency>
|
|
|
|
|
|
|
|
<!-- JAX-WS -->
|
|
|
|
<dependency>
|
|
|
|
<groupId>org.apache.servicemix.specs</groupId>
|
|
|
|
<artifactId>org.apache.servicemix.specs.saaj-api-1.3</artifactId>
|
|
|
|
<version>2.9.0</version>
|
|
|
|
</dependency>
|
|
|
|
<dependency>
|
|
|
|
<groupId>org.apache.servicemix.bundles</groupId>
|
|
|
|
<artifactId>org.apache.servicemix.bundles.saaj-impl</artifactId>
|
|
|
|
<version>1.3.23_2</version>
|
|
|
|
</dependency>
|
|
|
|
|
2019-01-28 13:07:31 +01:00
|
|
|
</dependencies>
|
|
|
|
|
|
|
|
</project>
|