thingsboard-aplcache
Details
application/pom.xml 18(+18 -0)
diff --git a/application/pom.xml b/application/pom.xml
index d7b5601..929b556 100644
--- a/application/pom.xml
+++ b/application/pom.xml
@@ -42,6 +42,10 @@
<dependencies>
<dependency>
+ <groupId>de.ruedigermoeller</groupId>
+ <artifactId>fst</artifactId>
+ </dependency>
+ <dependency>
<groupId>io.netty</groupId>
<artifactId>netty-transport-native-epoll</artifactId>
<version>${netty.version}</version>
@@ -181,6 +185,10 @@
<artifactId>curator-recipes</artifactId>
</dependency>
<dependency>
+ <groupId>org.apache.zookeeper</groupId>
+ <artifactId>zookeeper</artifactId>
+ </dependency>
+ <dependency>
<groupId>com.google.protobuf</groupId>
<artifactId>protobuf-java</artifactId>
</dependency>
@@ -528,6 +536,16 @@
</configuration>
<executions>
<execution>
+ <id>boot</id>
+ <goals>
+ <goal>repackage</goal>
+ </goals>
+ <!--<configuration>-->
+ <!--<classifier>axians-custom</classifier>-->
+ <!--</configuration>-->
+ </execution>
+ <execution>
+ <id>custom</id>
<goals>
<goal>repackage</goal>
</goals>
pom.xml 6(+6 -0)
diff --git a/pom.xml b/pom.xml
index bfb5caa..173912a 100755
--- a/pom.xml
+++ b/pom.xml
@@ -84,6 +84,7 @@
<delight-nashorn-sandbox.version>0.1.14</delight-nashorn-sandbox.version>
<kafka.version>2.0.0</kafka.version>
<bucket4j.version>4.1.1</bucket4j.version>
+ <fst.version>2.57</fst.version>
</properties>
<modules>
@@ -796,6 +797,11 @@
<version>${bucket4j.version}</version>
</dependency>
<dependency>
+ <groupId>de.ruedigermoeller</groupId>
+ <artifactId>fst</artifactId>
+ <version>${fst.version}</version>
+ </dependency>
+ <dependency>
<groupId>io.springfox.ui</groupId>
<artifactId>springfox-swagger-ui-rfc6570</artifactId>
<version>${springfox-swagger-ui-rfc6570.version}</version>