|
@@ -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>
|
|
|
|