mirror of
https://repository.entgra.net/community/device-mgt-plugins.git
synced 2025-09-16 23:42:15 +00:00
fixed issues related to analytics feature installation to DAS-3.1.0
This commit is contained in:
parent
6a1beb8ead
commit
0117db8d9f
@ -77,7 +77,7 @@
|
||||
org.wso2.extension.siddhi.execution.json.*
|
||||
</Export-Package>
|
||||
<Import-Package>
|
||||
org.json,
|
||||
org.json;version="${orbit.version.json.range}",
|
||||
org.wso2.siddhi.core.*,
|
||||
org.wso2.siddhi.query.api.*,
|
||||
</Import-Package>
|
||||
|
||||
@ -208,17 +208,6 @@
|
||||
org.wso2.carbon.identity.carbon.auth.jwt:org.wso2.carbon.identity.authenticator.signedjwt:${identity.carbon.auth.jwt.version}
|
||||
</bundleDef>
|
||||
</bundles>
|
||||
<importFeatures>
|
||||
<importFeatureDef>
|
||||
org.wso2.carbon.event.output.adapter.server:${carbon.analytics.common.version}
|
||||
</importFeatureDef>
|
||||
<importFeatureDef>
|
||||
org.wso2.carbon.event.input.adapter.server:${carbon.analytics.common.version}
|
||||
</importFeatureDef>
|
||||
<importFeatureDef>
|
||||
org.wso2.carbon.identity.jwt.client.extension:${carbon.devicemgt.version}
|
||||
</importFeatureDef>
|
||||
</importFeatures>
|
||||
</configuration>
|
||||
</execution>
|
||||
</executions>
|
||||
|
||||
1
pom.xml
1
pom.xml
@ -1215,6 +1215,7 @@
|
||||
|
||||
<commons-json.version>3.0.0.wso2v1</commons-json.version>
|
||||
<commons-json.version.range>(3.0.0, 4.0.0]</commons-json.version.range>
|
||||
<orbit.version.json.range>[2.0.0,4.0.0)</orbit.version.json.range>
|
||||
<json.path.version>0.9.1</json.path.version>
|
||||
<json-simple.version>1.1.wso2v1</json-simple.version>
|
||||
<commons-collections.version>3.2.2</commons-collections.version>
|
||||
|
||||
Loading…
Reference in New Issue
Block a user