mirror of
https://repository.entgra.net/community/device-mgt-plugins.git
synced 2025-09-16 23:42:15 +00:00
Upgrade dependencies
This commit is contained in:
parent
ef223633d0
commit
30282f6b59
@ -181,7 +181,7 @@
|
||||
<artifactId>testng</artifactId>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>org.apache.tomcat.wso2</groupId>
|
||||
<groupId>org.wso2.orbit.org.apache.tomcat</groupId>
|
||||
<artifactId>jdbc-pool</artifactId>
|
||||
</dependency>
|
||||
<dependency>
|
||||
|
||||
9
pom.xml
9
pom.xml
@ -492,15 +492,10 @@
|
||||
<version>${orbit.h2.version}</version>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>org.apache.tomcat.wso2</groupId>
|
||||
<groupId>org.wso2.orbit.org.apache.tomcat</groupId>
|
||||
<artifactId>jdbc-pool</artifactId>
|
||||
<version>${orbit.tomcat.jdbc.pooling.version}</version>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>org.wso2.tomcat</groupId>
|
||||
<artifactId>tomcat-servlet-api</artifactId>
|
||||
<version>${orbit.version.tomcat-servlet-api}</version>
|
||||
</dependency>
|
||||
|
||||
<!-- Governance dependencies -->
|
||||
<dependency>
|
||||
@ -980,7 +975,7 @@
|
||||
|
||||
<!--Orbit versions-->
|
||||
<orbit.h2.version>2.1.210.wso2v1</orbit.h2.version>
|
||||
<orbit.tomcat.jdbc.pooling.version>7.0.34.wso2v2</orbit.tomcat.jdbc.pooling.version>
|
||||
<orbit.tomcat.jdbc.pooling.version>9.0.71.wso2v1</orbit.tomcat.jdbc.pooling.version>
|
||||
|
||||
<!-- CXF version -->
|
||||
<cxf.version>3.5.5</cxf.version>
|
||||
|
||||
Loading…
Reference in New Issue
Block a user