QRCODE 라이브러리 추가
This commit is contained in:
parent
8ec6f8a489
commit
6119217bc6
26
pom.xml
26
pom.xml
@ -474,12 +474,26 @@
|
||||
<version>1.4.4</version>
|
||||
</dependency>
|
||||
|
||||
<!-- XML/자바객체 변환 (DIGITALSHIP 2021.06.21)-->
|
||||
<dependency>
|
||||
<groupId>com.fasterxml.jackson.dataformat</groupId>
|
||||
<artifactId>jackson-dataformat-xml</artifactId>
|
||||
<version>2.9.0</version>
|
||||
</dependency>
|
||||
<!-- XML/자바객체 변환 (DIGITALSHIP 2021.06.21)-->
|
||||
<dependency>
|
||||
<groupId>com.fasterxml.jackson.dataformat</groupId>
|
||||
<artifactId>jackson-dataformat-xml</artifactId>
|
||||
<version>2.9.0</version>
|
||||
</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>
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user