Selaa lähdekoodia

init: init project step4: biz code support

shc 1 vuosi sitten
vanhempi
commit
e438abc5bd
1 muutettua tiedostoa jossa 5 lisäystä ja 0 poistoa
  1. 5 0
      hnqz-common/hnqz-common-bom/pom.xml

+ 5 - 0
hnqz-common/hnqz-common-bom/pom.xml

@@ -183,6 +183,11 @@
                 <artifactId>spring-security-oauth2</artifactId>
                 <version>${security.oauth.version}</version>
             </dependency>
+            <dependency>
+                <groupId>org.apache.commons</groupId>
+                <artifactId>commons-compress</artifactId>
+                <version>1.26.0</version>
+            </dependency>
         </dependencies>
     </dependencyManagement>