mirror of
https://repository.entgra.net/community/device-mgt-core.git
synced 2025-10-06 02:01:45 +00:00
Updating velocity dependencies to OSGI enabled bundle version
This commit is contained in:
parent
6a8a5cbd5a
commit
099ffd6a74
@ -143,6 +143,12 @@
|
|||||||
<dependency>
|
<dependency>
|
||||||
<groupId>org.wso2.carbon</groupId>
|
<groupId>org.wso2.carbon</groupId>
|
||||||
<artifactId>org.wso2.carbon.ndatasource.core</artifactId>
|
<artifactId>org.wso2.carbon.ndatasource.core</artifactId>
|
||||||
|
<exclusions>
|
||||||
|
<exclusion>
|
||||||
|
<groupId>commons-lang</groupId>
|
||||||
|
<artifactId>commons-lang</artifactId>
|
||||||
|
</exclusion>
|
||||||
|
</exclusions>
|
||||||
</dependency>
|
</dependency>
|
||||||
<dependency>
|
<dependency>
|
||||||
<groupId>com.h2database.wso2</groupId>
|
<groupId>com.h2database.wso2</groupId>
|
||||||
|
|||||||
@ -62,12 +62,12 @@
|
|||||||
org.wso2.carbon.utils.*,
|
org.wso2.carbon.utils.*,
|
||||||
org.wso2.carbon.registry.api,
|
org.wso2.carbon.registry.api,
|
||||||
org.w3c.dom,
|
org.w3c.dom,
|
||||||
org.apache.velocity,
|
org.apache.velocity;version="${velocity.version}",
|
||||||
org.apache.velocity.app,
|
org.apache.velocity.app;version="${velocity.version}",
|
||||||
org.apache.velocity.context,
|
org.apache.velocity.context;version="${velocity.version}",
|
||||||
org.apache.velocity.exception,
|
org.apache.velocity.exception;version="${velocity.version}",
|
||||||
org.apache.velocity.runtime.resource,
|
org.apache.velocity.runtime.resource;version="${velocity.version}",
|
||||||
org.apache.velocity.runtime.resource.loader,
|
org.apache.velocity.runtime.resource.loader;version="${velocity.version}",
|
||||||
org.apache.commons.io,
|
org.apache.commons.io,
|
||||||
org.apache.axis2.transport.mail,
|
org.apache.axis2.transport.mail,
|
||||||
org.wso2.carbon.registry.core.service,
|
org.wso2.carbon.registry.core.service,
|
||||||
@ -130,7 +130,7 @@
|
|||||||
<artifactId>axis2</artifactId>
|
<artifactId>axis2</artifactId>
|
||||||
</dependency>
|
</dependency>
|
||||||
<dependency>
|
<dependency>
|
||||||
<groupId>org.apache.velocity</groupId>
|
<groupId>org.wso2.orbit.org.apache.velocity</groupId>
|
||||||
<artifactId>velocity</artifactId>
|
<artifactId>velocity</artifactId>
|
||||||
</dependency>
|
</dependency>
|
||||||
<dependency>
|
<dependency>
|
||||||
|
|||||||
@ -40,6 +40,10 @@
|
|||||||
<groupId>org.wso2.carbon.devicemgt</groupId>
|
<groupId>org.wso2.carbon.devicemgt</groupId>
|
||||||
<artifactId>org.wso2.carbon.email.sender.core</artifactId>
|
<artifactId>org.wso2.carbon.email.sender.core</artifactId>
|
||||||
</dependency>
|
</dependency>
|
||||||
|
<dependency>
|
||||||
|
<groupId>org.wso2.orbit.org.apache.velocity</groupId>
|
||||||
|
<artifactId>velocity</artifactId>
|
||||||
|
</dependency>
|
||||||
</dependencies>
|
</dependencies>
|
||||||
|
|
||||||
<build>
|
<build>
|
||||||
@ -94,6 +98,9 @@
|
|||||||
<bundleDef>
|
<bundleDef>
|
||||||
org.wso2.carbon.devicemgt:org.wso2.carbon.email.sender.core:${carbon.device.mgt.version}
|
org.wso2.carbon.devicemgt:org.wso2.carbon.email.sender.core:${carbon.device.mgt.version}
|
||||||
</bundleDef>
|
</bundleDef>
|
||||||
|
<bundleDef>
|
||||||
|
org.wso2.orbit.org.apache.velocity:velocity:${velocity.version}
|
||||||
|
</bundleDef>
|
||||||
</bundles>
|
</bundles>
|
||||||
<importFeatures>
|
<importFeatures>
|
||||||
<importFeatureDef>org.wso2.carbon.core.server:${carbon.kernel.version}</importFeatureDef>
|
<importFeatureDef>org.wso2.carbon.core.server:${carbon.kernel.version}</importFeatureDef>
|
||||||
|
|||||||
4
pom.xml
4
pom.xml
@ -1343,7 +1343,7 @@
|
|||||||
<version>${commons.httpclient.version}</version>
|
<version>${commons.httpclient.version}</version>
|
||||||
</dependency>
|
</dependency>
|
||||||
<dependency>
|
<dependency>
|
||||||
<groupId>org.apache.velocity</groupId>
|
<groupId>org.wso2.orbit.org.apache.velocity</groupId>
|
||||||
<artifactId>velocity</artifactId>
|
<artifactId>velocity</artifactId>
|
||||||
<version>${velocity.version}</version>
|
<version>${velocity.version}</version>
|
||||||
</dependency>
|
</dependency>
|
||||||
@ -1863,7 +1863,7 @@
|
|||||||
<httpcore.version>4.3.3.wso2v1</httpcore.version>
|
<httpcore.version>4.3.3.wso2v1</httpcore.version>
|
||||||
<commons.httpclient.version>3.1.0.wso2v2</commons.httpclient.version>
|
<commons.httpclient.version>3.1.0.wso2v2</commons.httpclient.version>
|
||||||
|
|
||||||
<velocity.version>1.7</velocity.version>
|
<velocity.version>1.7.0.wso2v1</velocity.version>
|
||||||
|
|
||||||
<commons-io.version>2.4.0.wso2v1</commons-io.version>
|
<commons-io.version>2.4.0.wso2v1</commons-io.version>
|
||||||
<commons-collections.version>3.2.0.wso2v1</commons-collections.version>
|
<commons-collections.version>3.2.0.wso2v1</commons-collections.version>
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user