Browse Source

升级qrcode-utils版本,取消对logback的依赖 #204

master
Binary Wang 8 years ago
parent
commit
01b5d91416
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      weixin-java-pay/pom.xml

+ 1
- 1
weixin-java-pay/pom.xml View File

@@ -22,7 +22,7 @@
<dependency> <dependency>
<groupId>com.github.binarywang</groupId> <groupId>com.github.binarywang</groupId>
<artifactId>qrcode-utils</artifactId> <artifactId>qrcode-utils</artifactId>
<version>1.0</version>
<version>1.1</version>
</dependency> </dependency>


<dependency> <dependency>


Loading…
Cancel
Save