|
|
|
@ -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>
|
|
|
|
|