mirror of
https://repository.entgra.net/community/device-mgt-core.git
synced 2025-10-06 02:01:45 +00:00
Fix dependency issue in subtype mgt component
This commit is contained in:
parent
129d49e897
commit
06ec100ae1
@ -83,7 +83,8 @@
|
||||
com.google.gson.*,
|
||||
com.fasterxml.jackson.core.*,
|
||||
com.fasterxml.jackson.databind.*,
|
||||
com.fasterxml.jackson.annotation.*
|
||||
com.fasterxml.jackson.annotation.*,
|
||||
com.google.common.cache.*,
|
||||
</Import-Package>
|
||||
<Export-Package>
|
||||
!io.entgra.device.mgt.subtype.mgt.internal,
|
||||
@ -340,6 +341,8 @@
|
||||
<dependency>
|
||||
<groupId>com.google.guava</groupId>
|
||||
<artifactId>guava</artifactId>
|
||||
<version>${guava.version}</version>
|
||||
<scope>provided</scope>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>org.json</groupId>
|
||||
|
||||
Loading…
Reference in New Issue
Block a user