|
@@ -1,282 +0,0 @@
|
|
|
-<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">
|
|
|
- <modelVersion>4.0.0</modelVersion>
|
|
|
- <parent>
|
|
|
- <relativePath>../</relativePath>
|
|
|
- <artifactId>moquette-parent</artifactId>
|
|
|
- <groupId>io.moquette</groupId>
|
|
|
- <version>0.11-SNAPSHOT</version>
|
|
|
- </parent>
|
|
|
-
|
|
|
- <artifactId>moquette-broker</artifactId>
|
|
|
- <packaging>jar</packaging>
|
|
|
- <name>Moquette - broker</name>
|
|
|
-
|
|
|
- <properties>
|
|
|
- <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
|
|
|
- <bintray.package>io.moquette.moquette-broker</bintray.package>
|
|
|
- </properties>
|
|
|
-
|
|
|
- <dependencies>
|
|
|
-
|
|
|
- <!--<dependency>-->
|
|
|
- <!--<groupId>${project.groupId}</groupId>-->
|
|
|
- <!--<artifactId>moquette-mapdb-storage</artifactId>-->
|
|
|
- <!--<version>${project.version}</version>-->
|
|
|
- <!--</dependency>-->
|
|
|
-
|
|
|
- <dependency>
|
|
|
- <groupId>org.slf4j</groupId>
|
|
|
- <artifactId>slf4j-api</artifactId>
|
|
|
- <version>1.7.5</version>
|
|
|
- </dependency>
|
|
|
-
|
|
|
- <dependency>
|
|
|
- <groupId>io.netty</groupId>
|
|
|
- <artifactId>netty-common</artifactId>
|
|
|
- <version>${netty.version}</version>
|
|
|
- </dependency>
|
|
|
-
|
|
|
- <dependency>
|
|
|
- <groupId>io.netty</groupId>
|
|
|
- <artifactId>netty-buffer</artifactId>
|
|
|
- <version>${netty.version}</version>
|
|
|
- </dependency>
|
|
|
-
|
|
|
- <dependency>
|
|
|
- <groupId>io.netty</groupId>
|
|
|
- <artifactId>netty-transport</artifactId>
|
|
|
- <version>${netty.version}</version>
|
|
|
- </dependency>
|
|
|
-
|
|
|
- <dependency>
|
|
|
- <groupId>io.netty</groupId>
|
|
|
- <artifactId>netty-handler</artifactId>
|
|
|
- <version>${netty.version}</version>
|
|
|
- </dependency>
|
|
|
-
|
|
|
- <dependency>
|
|
|
- <groupId>io.netty</groupId>
|
|
|
- <artifactId>netty-codec</artifactId>
|
|
|
- <version>${netty.version}</version>
|
|
|
- </dependency>
|
|
|
-
|
|
|
- <dependency>
|
|
|
- <groupId>io.netty</groupId>
|
|
|
- <artifactId>netty-codec-http</artifactId>
|
|
|
- <version>${netty.version}</version>
|
|
|
- </dependency>
|
|
|
-
|
|
|
- <dependency>
|
|
|
- <groupId>io.netty</groupId>
|
|
|
- <artifactId>netty-codec-mqtt</artifactId>
|
|
|
- <version>${netty.version}</version>
|
|
|
- </dependency>
|
|
|
-
|
|
|
- <dependency>
|
|
|
- <groupId>io.netty</groupId>
|
|
|
- <artifactId>netty-transport-native-epoll</artifactId>
|
|
|
- <version>${netty.version}</version>
|
|
|
- <classifier>linux-x86_64</classifier>
|
|
|
- <!--
|
|
|
- <classifier>${os.detected.name}-${os.detected.arch}</classifier>
|
|
|
- -->
|
|
|
- </dependency>
|
|
|
-
|
|
|
- <dependency>
|
|
|
- <groupId>io.dropwizard.metrics</groupId>
|
|
|
- <artifactId>metrics-core</artifactId>
|
|
|
- <version>3.2.2</version>
|
|
|
- </dependency>
|
|
|
- <dependency>
|
|
|
- <groupId>io.dropwizard.metrics</groupId>
|
|
|
- <artifactId>metrics-jvm</artifactId>
|
|
|
- <version>3.2.2</version>
|
|
|
- </dependency>
|
|
|
-
|
|
|
- <dependency>
|
|
|
- <groupId>com.librato.metrics</groupId>
|
|
|
- <artifactId>metrics-librato</artifactId>
|
|
|
- <version>5.1.0</version>
|
|
|
- </dependency>
|
|
|
-
|
|
|
- <dependency>
|
|
|
- <groupId>com.librato.metrics</groupId>
|
|
|
- <artifactId>librato-java</artifactId>
|
|
|
- <version>2.1.0</version>
|
|
|
- </dependency>
|
|
|
-
|
|
|
- <dependency>
|
|
|
- <groupId>com.bugsnag</groupId>
|
|
|
- <artifactId>bugsnag</artifactId>
|
|
|
- <version>[3.0,4.0)</version>
|
|
|
- </dependency>
|
|
|
-
|
|
|
- <dependency>
|
|
|
- <groupId>commons-codec</groupId>
|
|
|
- <artifactId>commons-codec</artifactId>
|
|
|
- <version>1.10</version>
|
|
|
- </dependency>
|
|
|
-
|
|
|
- <!--<dependency>-->
|
|
|
- <!--<groupId>org.hdrhistogram</groupId>-->
|
|
|
- <!--<artifactId>HdrHistogram</artifactId>-->
|
|
|
- <!--<version>2.1.4</version>-->
|
|
|
- <!--</dependency>-->
|
|
|
-
|
|
|
- <dependency>
|
|
|
- <groupId>com.hazelcast</groupId>
|
|
|
- <artifactId>hazelcast</artifactId>
|
|
|
- <version>3.5.4</version>
|
|
|
- </dependency>
|
|
|
-
|
|
|
- <!-- Test dependencies -->
|
|
|
- <dependency>
|
|
|
- <groupId>junit</groupId>
|
|
|
- <artifactId>junit</artifactId>
|
|
|
- <version>4.8.2</version>
|
|
|
- <scope>test</scope>
|
|
|
- </dependency>
|
|
|
-
|
|
|
- <dependency>
|
|
|
- <groupId>org.slf4j</groupId>
|
|
|
- <artifactId>slf4j-log4j12</artifactId>
|
|
|
- <version>1.7.5</version>
|
|
|
- <scope>test</scope>
|
|
|
- </dependency>
|
|
|
-
|
|
|
- <!-- needs extra dependencies: objenesis & hamcrest -->
|
|
|
- <dependency>
|
|
|
- <groupId>org.mockito</groupId>
|
|
|
- <artifactId>mockito-core</artifactId>
|
|
|
- <version>1.9.0</version>
|
|
|
- <scope>test</scope>
|
|
|
- </dependency>
|
|
|
-
|
|
|
- <dependency>
|
|
|
- <groupId>org.fusesource.mqtt-client</groupId>
|
|
|
- <artifactId>mqtt-client</artifactId>
|
|
|
- <version>1.12</version>
|
|
|
- <scope>test</scope>
|
|
|
- </dependency>
|
|
|
-
|
|
|
- <dependency>
|
|
|
- <groupId>org.eclipse.paho</groupId>
|
|
|
- <artifactId>org.eclipse.paho.client.mqttv3</artifactId>
|
|
|
- <version>1.0.2</version>
|
|
|
- <scope>test</scope>
|
|
|
- </dependency>
|
|
|
-
|
|
|
- <dependency>
|
|
|
- <groupId>org.eclipse.jetty.websocket</groupId>
|
|
|
- <artifactId>websocket-client</artifactId>
|
|
|
- <version>9.2.0.M1</version>
|
|
|
- <scope>test</scope>
|
|
|
- </dependency>
|
|
|
-
|
|
|
- <dependency>
|
|
|
- <groupId>org.assertj</groupId>
|
|
|
- <artifactId>assertj-core</artifactId>
|
|
|
- <!-- use 2.6.0 for Java 7 projects -->
|
|
|
- <version>2.6.0</version>
|
|
|
- <scope>test</scope>
|
|
|
- </dependency>
|
|
|
-
|
|
|
- <dependency>
|
|
|
- <groupId>org.awaitility</groupId>
|
|
|
- <artifactId>awaitility</artifactId>
|
|
|
- <version>3.0.0</version>
|
|
|
- <scope>test</scope>
|
|
|
- </dependency>
|
|
|
-
|
|
|
- <dependency>
|
|
|
- <groupId>com.h2database</groupId>
|
|
|
- <artifactId>h2</artifactId>
|
|
|
- <version>1.4.191</version>
|
|
|
- <scope>test</scope>
|
|
|
- </dependency>
|
|
|
- </dependencies>
|
|
|
-
|
|
|
- <build>
|
|
|
- <plugins>
|
|
|
- <plugin>
|
|
|
- <groupId>org.apache.maven.plugins</groupId>
|
|
|
- <artifactId>maven-surefire-plugin</artifactId>
|
|
|
- <configuration>
|
|
|
- <systemPropertyVariables>
|
|
|
- <io.netty.leakDetectionLevel>PARANOID</io.netty.leakDetectionLevel>
|
|
|
- </systemPropertyVariables>
|
|
|
- <includes>
|
|
|
- <include>**/*Test.java</include>
|
|
|
- </includes>
|
|
|
- </configuration>
|
|
|
- </plugin>
|
|
|
-
|
|
|
- <!-- Generate the test-jar -->
|
|
|
- <plugin>
|
|
|
- <groupId>org.apache.maven.plugins</groupId>
|
|
|
- <artifactId>maven-jar-plugin</artifactId>
|
|
|
- <version>3.0.2</version>
|
|
|
- <executions>
|
|
|
- <execution>
|
|
|
- <goals>
|
|
|
- <goal>test-jar</goal>
|
|
|
- </goals>
|
|
|
- </execution>
|
|
|
- </executions>
|
|
|
- </plugin>
|
|
|
-
|
|
|
- <!-- Includes to generate OSGi headers -->
|
|
|
- <plugin>
|
|
|
- <artifactId>maven-jar-plugin</artifactId>
|
|
|
- <configuration>
|
|
|
- <archive>
|
|
|
- <manifestFile>${project.build.outputDirectory}/META-INF/MANIFEST.MF</manifestFile>
|
|
|
- </archive>
|
|
|
- </configuration>
|
|
|
- <executions>
|
|
|
- <execution>
|
|
|
- <goals>
|
|
|
- <goal>test-jar</goal>
|
|
|
- </goals>
|
|
|
- </execution>
|
|
|
- </executions>
|
|
|
- </plugin>
|
|
|
- <plugin>
|
|
|
- <groupId>org.apache.felix</groupId>
|
|
|
- <artifactId>maven-bundle-plugin</artifactId>
|
|
|
- <executions>
|
|
|
- <execution>
|
|
|
- <id>bundle-manifest</id>
|
|
|
- <phase>process-classes</phase>
|
|
|
- <goals>
|
|
|
- <goal>manifest</goal>
|
|
|
- </goals>
|
|
|
- </execution>
|
|
|
- </executions>
|
|
|
- <configuration>
|
|
|
- <instructions>
|
|
|
- <Export-Package>
|
|
|
- io.moquette.persistence,
|
|
|
- io.moquette.server.config,
|
|
|
- io.moquette.spi,
|
|
|
- io.moquette.spi.impl.subscriptions,
|
|
|
- </Export-Package>
|
|
|
- <Embed-Dependency>
|
|
|
- com.bugsnag;bugsnag,
|
|
|
- com.librato.metrics;metrics-librato,
|
|
|
- com.librato.metrics;librato-java,
|
|
|
- </Embed-Dependency>
|
|
|
- </instructions>
|
|
|
- </configuration>
|
|
|
- </plugin>
|
|
|
- </plugins>
|
|
|
- </build>
|
|
|
-
|
|
|
- <distributionManagement>
|
|
|
- <repository>
|
|
|
- <id>bintray</id>
|
|
|
- <url>https://api.bintray.com/maven/${bintray.repo}/${bintray.package}</url>
|
|
|
- </repository>
|
|
|
- </distributionManagement>
|
|
|
-</project>
|