mirror of
https://repository.entgra.net/community/device-mgt-core.git
synced 2025-10-06 02:01:45 +00:00
Fixing the build failure - forgot to commit to this file
This commit is contained in:
parent
49ae3298f4
commit
5e40035c4b
17
pom.xml
17
pom.xml
@ -1247,6 +1247,19 @@
|
||||
<artifactId>gson</artifactId>
|
||||
<version>${google.gson.version}</version>
|
||||
</dependency>
|
||||
|
||||
<!-- Removing neethi configs-->
|
||||
|
||||
<dependency>
|
||||
<groupId>org.apache.neethi.wso2</groupId>
|
||||
<artifactId>neethi</artifactId>
|
||||
<version>${neethi.wso2.version}</version>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>org.apache.neethi</groupId>
|
||||
<artifactId>neethi</artifactId>
|
||||
<version>${neethi.version}</version>
|
||||
</dependency>
|
||||
</dependencies>
|
||||
</dependencyManagement>
|
||||
|
||||
@ -1543,6 +1556,10 @@
|
||||
<jsr311.version>1.1.1</jsr311.version>
|
||||
<commons.logging.version>1.2</commons.logging.version>
|
||||
|
||||
<!-- Neethi version-->
|
||||
<neethi.version>2.0.4</neethi.version>
|
||||
<neethi.wso2.version>2.0.4.wso2v4</neethi.wso2.version>
|
||||
|
||||
<!-- Release plugin ID for github-->
|
||||
<project.scm.id>github-scm</project.scm.id>
|
||||
</properties>
|
||||
|
||||
Loading…
Reference in New Issue
Block a user