Browse Source

因打印二维码需要,恢复com.google.zxing.core依赖

sunyj 8 years ago
parent
commit
d635db28ff
1 changed files with 3 additions and 4 deletions
  1. 3 4
      pom.xml

+ 3 - 4
pom.xml

@@ -149,10 +149,9 @@
 					<groupId>org.codehaus.castor</groupId>
 					<artifactId>castor-xml</artifactId>
 				</exclusion>
-				<exclusion>
-					<groupId>com.google.zxing</groupId>
-					<artifactId>core</artifactId>
-				</exclusion>
+				<!-- 二维码打印 -->
+				<!-- <exclusion> <groupId>com.google.zxing</groupId> <artifactId>core</artifactId> 
+					</exclusion> -->
 				<exclusion>
 					<groupId>org.olap4j</groupId>
 					<artifactId>olap4j</artifactId>