mirror of
https://repository.entgra.net/community/device-mgt-core.git
synced 2025-10-06 02:01:45 +00:00
Merge pull request 'Fix dependency issue in subtype mgt component' (#109) from kavindya_devindi/device-mgt-core:master into master
Reviewed-on: https://repository.entgra.net/community/device-mgt-core/pulls/109
This commit is contained in:
commit
03125e3dca
@ -82,7 +82,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,
|
||||
@ -339,6 +340,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