@@ -44,6 +44,7 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-compiler-plugin</artifactId>
+ <version>3.8.1</version>
<configuration>
<source>${java.version}</source>
<target>${java.version}</target>
@@ -25,6 +25,7 @@
@@ -52,6 +52,7 @@
@@ -96,6 +96,10 @@
<artifactId>lombok</artifactId>
<scope>provided</scope>
</dependency>
+ <dependency>
+ <groupId>cc.iotkit</groupId>
+ <artifactId>iot-common-satoken</artifactId>
+ </dependency>
</dependencies>
@@ -30,6 +30,7 @@
@@ -74,6 +74,7 @@
@@ -99,6 +99,7 @@
@@ -48,6 +48,7 @@
@@ -120,6 +120,7 @@
@@ -70,6 +70,7 @@
@@ -54,6 +54,7 @@
@@ -427,6 +427,7 @@