maven 添加测试 和 二维码 依赖

master
382696293@qq.com 2 years ago
parent 513ff361a1
commit 338212fbfd

@ -77,6 +77,28 @@
<groupId>com.flossom</groupId>
<artifactId>flossom-common-swagger</artifactId>
</dependency>
<dependency>
<groupId>junit</groupId>
<artifactId>junit</artifactId>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-test</artifactId>
<scope>test</scope>
</dependency>
<dependency>
<groupId>com.google.zxing</groupId>
<artifactId>core</artifactId>
<version>3.5.1</version>
</dependency>
<dependency>
<groupId>com.google.zxing</groupId>
<artifactId>javase</artifactId>
<version>3.5.1</version>
</dependency>
</dependencies>
<build>

Loading…
Cancel
Save