|
|
@@ -19,6 +19,7 @@
|
|
|
<maven.compiler.compilerVersion>17</maven.compiler.compilerVersion>
|
|
|
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
|
|
|
<basic.version>1.0.0</basic.version>
|
|
|
+ <zxing.version>3.5.3</zxing.version>
|
|
|
</properties>
|
|
|
|
|
|
|
|
|
@@ -41,7 +42,11 @@
|
|
|
<artifactId>sckw-common-remote</artifactId>
|
|
|
<version>${basic.version}</version>
|
|
|
</dependency>
|
|
|
-
|
|
|
+ <dependency>
|
|
|
+ <groupId>com.sckw</groupId>
|
|
|
+ <artifactId>sckw-common-stream</artifactId>
|
|
|
+ <version>${basic.version}</version>
|
|
|
+ </dependency>
|
|
|
<dependency>
|
|
|
<groupId>com.sckw</groupId>
|
|
|
<artifactId>sckw-common-redis</artifactId>
|
|
|
@@ -65,10 +70,18 @@
|
|
|
<artifactId>sckw-fleet-api</artifactId>
|
|
|
<version>${basic.version}</version>
|
|
|
</dependency>
|
|
|
-
|
|
|
-
|
|
|
-
|
|
|
+ <dependency>
|
|
|
+ <groupId>com.google.zxing</groupId>
|
|
|
+ <artifactId>javase</artifactId>
|
|
|
+ <version>${zxing.version}</version>
|
|
|
+ </dependency>
|
|
|
+ <dependency>
|
|
|
+ <groupId>com.google.zxing</groupId>
|
|
|
+ <artifactId>core</artifactId>
|
|
|
+ <version>${zxing.version}</version>
|
|
|
+ </dependency>
|
|
|
</dependencies>
|
|
|
+
|
|
|
<build>
|
|
|
<plugins>
|
|
|
<plugin>
|
|
|
@@ -93,4 +106,4 @@
|
|
|
</plugin>
|
|
|
</plugins>
|
|
|
</build>
|
|
|
-</project>
|
|
|
+</project>
|