thingsboard-aplcache

Details

diff --git a/common/queue/pom.xml b/common/queue/pom.xml
index b87c864..8d29288 100644
--- a/common/queue/pom.xml
+++ b/common/queue/pom.xml
@@ -36,6 +36,11 @@
     </properties>
 
     <dependencies>
+<dependency>
+    <groupId>javax.annotation</groupId>
+    <artifactId>javax.annotation-api</artifactId>
+    <version>1.3.2</version>
+</dependency>
         <dependency>
             <groupId>org.thingsboard.common</groupId>
             <artifactId>data</artifactId>

dao/pom.xml 5(+5 -0)

diff --git a/dao/pom.xml b/dao/pom.xml
index 63332eb..91c9f60 100644
--- a/dao/pom.xml
+++ b/dao/pom.xml
@@ -35,6 +35,11 @@
     </properties>
 
     <dependencies>
+<dependency>
+    <groupId>javax.annotation</groupId>
+    <artifactId>javax.annotation-api</artifactId>
+    <version>1.3.2</version>
+</dependency>
         <dependency>
             <groupId>org.thingsboard.common</groupId>
             <artifactId>data</artifactId>
diff --git a/docker-compose.yml b/docker-compose.yml
index 05673e3..5620c66 100644
--- a/docker-compose.yml
+++ b/docker-compose.yml
@@ -4,7 +4,7 @@ services:
     build: .
     container_name: thingsboard
     environment:
-      - JAVA_OPTS=${JAVA_OPTS:-"-Xms4096m -Xmx6124m"}
+      - JAVA_OPTS=${JAVA_OPTS:-"-Xmx6124m"}
       - CACHE_EVENTS=${CACHE_EVENTS:-/caching-approaches-comparison/applications/output/thingsboard-aplcache-cache}
       - CACHE_REGISTER_SIZE=false
       - APLCACHE_CACHEABLE_PARAMETERS=/caching-approaches-comparison/applications/output/aplcache-thingsboard-parameters.json
@@ -25,4 +25,4 @@ services:
         max-size: "10m"
         max-file: "10"
 volumes:
-  application:
\ No newline at end of file
+  application:

pom.xml 2(+1 -1)

diff --git a/pom.xml b/pom.xml
index 81883cf..98f7877 100755
--- a/pom.xml
+++ b/pom.xml
@@ -62,7 +62,7 @@
         <curator.version>4.0.1</curator.version>
         <protobuf.version>3.0.2</protobuf.version>
         <grpc.version>1.12.0</grpc.version>
-        <lombok.version>1.16.18</lombok.version>
+        <lombok.version>1.18.4</lombok.version>
         <paho.client.version>1.1.0</paho.client.version>
         <netty.version>4.1.22.Final</netty.version>
         <os-maven-plugin.version>1.5.0</os-maven-plugin.version>
diff --git a/transport/coap/pom.xml b/transport/coap/pom.xml
index 05bddbc..c1a9061 100644
--- a/transport/coap/pom.xml
+++ b/transport/coap/pom.xml
@@ -259,7 +259,7 @@
                     </execution>
                 </executions>
             </plugin>
-            <plugin>
+            <!-- <plugin>
                 <groupId>org.fortasoft</groupId>
                 <artifactId>gradle-maven-plugin</artifactId>
                 <configuration>
@@ -285,7 +285,7 @@
                         </goals>
                     </execution>
                 </executions>
-            </plugin>
+            </plugin> -->
             <!-- <plugin>
                 <groupId>org.apache.maven.plugins</groupId>
                 <artifactId>maven-assembly-plugin</artifactId>
@@ -305,7 +305,7 @@
                     </execution>
                 </executions>
             </plugin> -->
-            <plugin>
+            <!-- <plugin>
                 <groupId>org.apache.maven.plugins</groupId>
                 <artifactId>maven-install-plugin</artifactId>
                 <configuration>
@@ -325,7 +325,7 @@
                         </goals>
                     </execution>
                 </executions>
-            </plugin>
+            </plugin> -->
         </plugins>
     </build>
     <repositories>
diff --git a/transport/http/pom.xml b/transport/http/pom.xml
index 42a2f90..b4f7218 100644
--- a/transport/http/pom.xml
+++ b/transport/http/pom.xml
@@ -259,7 +259,7 @@
                     </execution>
                 </executions>
             </plugin>
-            <plugin>
+           <!--  <plugin>
                 <groupId>org.fortasoft</groupId>
                 <artifactId>gradle-maven-plugin</artifactId>
                 <configuration>
@@ -285,7 +285,7 @@
                         </goals>
                     </execution>
                 </executions>
-            </plugin>
+            </plugin> -->
             <!-- <plugin>
                 <groupId>org.apache.maven.plugins</groupId>
                 <artifactId>maven-assembly-plugin</artifactId>
@@ -305,7 +305,7 @@
                     </execution>
                 </executions>
             </plugin> -->
-            <plugin>
+           <!--  <plugin>
                 <groupId>org.apache.maven.plugins</groupId>
                 <artifactId>maven-install-plugin</artifactId>
                 <configuration>
@@ -325,7 +325,7 @@
                         </goals>
                     </execution>
                 </executions>
-            </plugin>
+            </plugin> -->
         </plugins>
     </build>
     <repositories>
diff --git a/transport/mqtt/pom.xml b/transport/mqtt/pom.xml
index 3c2c88c..5b06758 100644
--- a/transport/mqtt/pom.xml
+++ b/transport/mqtt/pom.xml
@@ -259,7 +259,7 @@
                     </execution>
                 </executions>
             </plugin>
-            <plugin>
+            <!-- <plugin>
                 <groupId>org.fortasoft</groupId>
                 <artifactId>gradle-maven-plugin</artifactId>
                 <configuration>
@@ -285,7 +285,7 @@
                         </goals>
                     </execution>
                 </executions>
-            </plugin>
+            </plugin> -->
             <!-- <plugin>
                 <groupId>org.apache.maven.plugins</groupId>
                 <artifactId>maven-assembly-plugin</artifactId>
@@ -305,7 +305,7 @@
                     </execution>
                 </executions>
             </plugin> -->
-            <plugin>
+            <!-- <plugin>
                 <groupId>org.apache.maven.plugins</groupId>
                 <artifactId>maven-install-plugin</artifactId>
                 <configuration>
@@ -325,7 +325,7 @@
                         </goals>
                     </execution>
                 </executions>
-            </plugin>
+            </plugin> -->
         </plugins>
     </build>
     <repositories>