We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d1b3764 commit a5ca298Copy full SHA for a5ca298
order/pom.xml
@@ -29,10 +29,15 @@
29
<groupId>io.springfox</groupId>
30
<artifactId>springfox-swagger-ui</artifactId>
31
</dependency>
32
+ <dependency>
33
+ <groupId>com.google.zxing</groupId>
34
+ <artifactId>javase</artifactId>
35
+ <version>3.2.1</version>
36
+ </dependency>
37
<dependency>
38
<groupId>com.google.zxing</groupId>
39
<artifactId>core</artifactId>
- <version>3.4.0</version>
40
+ <version>3.3.3</version>
41
42
43
0 commit comments