mirror of
https://repository.entgra.net/community/device-mgt-core.git
synced 2025-10-06 02:01:45 +00:00
Adding missing dependency jersey core with device mgt.
This commit is contained in:
parent
90a5e38787
commit
8767dd9b44
@ -82,6 +82,7 @@
|
||||
<bundleDef>
|
||||
org.wso2.carbon.devicemgt:org.wso2.carbon.device.mgt.common:${carbon.device.mgt.version}
|
||||
</bundleDef>
|
||||
<bundleDef>com.sun.jersey:jersey-core</bundleDef>
|
||||
</bundles>
|
||||
<importFeatures>
|
||||
<importFeatureDef>org.wso2.carbon.core.server:${carbon.kernel.version}
|
||||
|
||||
6
pom.xml
6
pom.xml
@ -1525,6 +1525,11 @@
|
||||
<artifactId>slf4j-simple</artifactId>
|
||||
<version>${slf4j.simple.version}</version>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>com.sun.jersey</groupId>
|
||||
<artifactId>jersey-core</artifactId>
|
||||
<version>${jersey.version}</version>
|
||||
</dependency>
|
||||
</dependencies>
|
||||
</dependencyManagement>
|
||||
|
||||
@ -1850,6 +1855,7 @@
|
||||
<jsr311.version>1.1.1</jsr311.version>
|
||||
<commons.logging.version>1.2</commons.logging.version>
|
||||
<apache.http.version>4.5.1</apache.http.version>
|
||||
<jersey.version>1.9</jersey.version>
|
||||
|
||||
<!-- Neethi version-->
|
||||
<neethi.version>2.0.4</neethi.version>
|
||||
|
||||
Loading…
Reference in New Issue
Block a user