Skip to content

Commit a5ca298

Browse files
committed
添加zx解码
1 parent d1b3764 commit a5ca298

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

order/pom.xml

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,10 +29,15 @@
2929
<groupId>io.springfox</groupId>
3030
<artifactId>springfox-swagger-ui</artifactId>
3131
</dependency>
32+
<dependency>
33+
<groupId>com.google.zxing</groupId>
34+
<artifactId>javase</artifactId>
35+
<version>3.2.1</version>
36+
</dependency>
3237
<dependency>
3338
<groupId>com.google.zxing</groupId>
3439
<artifactId>core</artifactId>
35-
<version>3.4.0</version>
40+
<version>3.3.3</version>
3641
</dependency>
3742

3843
<dependency>

0 commit comments

Comments
 (0)