QRCODE 라이브러리 추가

This commit is contained in:
KNKIM 2021-06-29 13:30:20 +09:00
parent 8ec6f8a489
commit 6119217bc6

14
pom.xml
View File

@ -481,6 +481,20 @@
<version>2.9.0</version> <version>2.9.0</version>
</dependency> </dependency>
<!-- 바코드 (DIGITALSHIP 2021.06.25)-->
<!-- ZXing -->
<dependency>
<groupId>com.google.zxing</groupId>
<artifactId>core</artifactId>
<version>3.3.0</version>
</dependency>
<dependency>
<groupId>com.google.zxing</groupId>
<artifactId>javase</artifactId>
<version>3.3.0</version>
</dependency>
</dependencies> </dependencies>
<build> <build>