Browse Source

add zxing pom

guozhaoshun 6 years ago
parent
commit
f5249ac355
1 changed files with 10 additions and 0 deletions
  1. 10 0
      rankin-common-utils/pom.xml

+ 10 - 0
rankin-common-utils/pom.xml

@@ -91,6 +91,16 @@
             <artifactId>commons-lang3</artifactId>
             <version>3.4</version>
         </dependency>
+        <dependency>
+            <groupId>com.google.zxing</groupId>
+            <artifactId>core</artifactId>
+            <version>3.3.3</version>
+        </dependency>
+        <dependency>
+            <groupId>com.google.zxing</groupId>
+            <artifactId>javase</artifactId>
+            <version>3.3.3</version>
+        </dependency>
 
     </dependencies>