|
|
@ -130,16 +130,16 @@
|
|
|
|
</exclusion>
|
|
|
|
</exclusion>
|
|
|
|
</exclusions>
|
|
|
|
</exclusions>
|
|
|
|
</dependency>
|
|
|
|
</dependency>
|
|
|
|
<dependency>
|
|
|
|
<!-- <dependency>-->
|
|
|
|
<groupId>org.eclipse.osgi</groupId>
|
|
|
|
<!-- <groupId>org.eclipse.osgi</groupId>-->
|
|
|
|
<artifactId>org.eclipse.osgi</artifactId>
|
|
|
|
<!-- <artifactId>org.eclipse.osgi</artifactId>-->
|
|
|
|
<scope>provided</scope>
|
|
|
|
<!-- <scope>provided</scope>-->
|
|
|
|
</dependency>
|
|
|
|
<!-- </dependency>-->
|
|
|
|
<dependency>
|
|
|
|
<!-- <dependency>-->
|
|
|
|
<groupId>org.eclipse.osgi</groupId>
|
|
|
|
<!-- <groupId>org.eclipse.osgi</groupId>-->
|
|
|
|
<artifactId>org.eclipse.osgi.services</artifactId>
|
|
|
|
<!-- <artifactId>org.eclipse.osgi.services</artifactId>-->
|
|
|
|
<scope>provided</scope>
|
|
|
|
<!-- <scope>provided</scope>-->
|
|
|
|
</dependency>
|
|
|
|
<!-- </dependency>-->
|
|
|
|
<!-- <dependency>-->
|
|
|
|
<!-- <dependency>-->
|
|
|
|
<!-- <groupId>org.wso2.carbon</groupId>-->
|
|
|
|
<!-- <groupId>org.wso2.carbon</groupId>-->
|
|
|
|
<!-- <artifactId>org.wso2.carbon.core</artifactId>-->
|
|
|
|
<!-- <artifactId>org.wso2.carbon.core</artifactId>-->
|
|
|
@ -265,7 +265,7 @@
|
|
|
|
</dependency>
|
|
|
|
</dependency>
|
|
|
|
<dependency>
|
|
|
|
<dependency>
|
|
|
|
<groupId>org.powermock</groupId>
|
|
|
|
<groupId>org.powermock</groupId>
|
|
|
|
<artifactId>powermock-api-mockito</artifactId>
|
|
|
|
<artifactId>powermock-api-mockito2</artifactId>
|
|
|
|
<scope>test</scope>
|
|
|
|
<scope>test</scope>
|
|
|
|
</dependency>
|
|
|
|
</dependency>
|
|
|
|
<dependency>
|
|
|
|
<dependency>
|
|
|
@ -309,7 +309,7 @@
|
|
|
|
<scope>test</scope>
|
|
|
|
<scope>test</scope>
|
|
|
|
</dependency>
|
|
|
|
</dependency>
|
|
|
|
<dependency>
|
|
|
|
<dependency>
|
|
|
|
<groupId>javax.xml.bind</groupId>
|
|
|
|
<groupId>org.wso2.orbit.javax.xml.bind</groupId>
|
|
|
|
<artifactId>jaxb-api</artifactId>
|
|
|
|
<artifactId>jaxb-api</artifactId>
|
|
|
|
<scope>test</scope>
|
|
|
|
<scope>test</scope>
|
|
|
|
</dependency>
|
|
|
|
</dependency>
|
|
|
@ -320,6 +320,10 @@
|
|
|
|
<plugin>
|
|
|
|
<plugin>
|
|
|
|
<groupId>org.apache.maven.plugins</groupId>
|
|
|
|
<groupId>org.apache.maven.plugins</groupId>
|
|
|
|
<artifactId>maven-compiler-plugin</artifactId>
|
|
|
|
<artifactId>maven-compiler-plugin</artifactId>
|
|
|
|
|
|
|
|
<configuration>
|
|
|
|
|
|
|
|
<source>1.8</source>
|
|
|
|
|
|
|
|
<target>1.8</target>
|
|
|
|
|
|
|
|
</configuration>
|
|
|
|
</plugin>
|
|
|
|
</plugin>
|
|
|
|
<plugin>
|
|
|
|
<plugin>
|
|
|
|
<groupId>org.apache.felix</groupId>
|
|
|
|
<groupId>org.apache.felix</groupId>
|
|
|
@ -371,7 +375,7 @@
|
|
|
|
com.fasterxml.jackson.core.*,
|
|
|
|
com.fasterxml.jackson.core.*,
|
|
|
|
com.fasterxml.jackson.databind.*,
|
|
|
|
com.fasterxml.jackson.databind.*,
|
|
|
|
com.fasterxml.jackson.annotation.*,
|
|
|
|
com.fasterxml.jackson.annotation.*,
|
|
|
|
com.google.common.cache.*,
|
|
|
|
com.google.common.cache.*
|
|
|
|
</Import-Package>
|
|
|
|
</Import-Package>
|
|
|
|
</instructions>
|
|
|
|
</instructions>
|
|
|
|
</configuration>
|
|
|
|
</configuration>
|
|
|
|