Skip to content

Commit d4e0a5e

Browse files
committed
Upgrade H2 version
1 parent 4629305 commit d4e0a5e

File tree

3 files changed

+4
-4
lines changed
  • components/apimgt/org.wso2.carbon.apimgt.impl
  • features/apimgt/org.wso2.carbon.apimgt.core.feature

3 files changed

+4
-4
lines changed

components/apimgt/org.wso2.carbon.apimgt.impl/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -137,7 +137,7 @@
137137
</dependency>
138138
<dependency>
139139
<groupId>org.wso2.orbit.com.h2database</groupId>
140-
<artifactId>h2</artifactId>
140+
<artifactId>h2-engine</artifactId>
141141
</dependency>
142142
<dependency>
143143
<groupId>com.ibm.icu</groupId>

features/apimgt/org.wso2.carbon.apimgt.core.feature/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@
3636
<dependencies>
3737
<dependency>
3838
<groupId>org.wso2.orbit.com.h2database</groupId>
39-
<artifactId>h2</artifactId>
39+
<artifactId>h2-engine</artifactId>
4040
</dependency>
4141
<dependency>
4242
<groupId>org.apache.velocity</groupId>

pom.xml

+2-2
Original file line numberDiff line numberDiff line change
@@ -946,7 +946,7 @@
946946

947947
<dependency>
948948
<groupId>org.wso2.orbit.com.h2database</groupId>
949-
<artifactId>h2</artifactId>
949+
<artifactId>h2-engine</artifactId>
950950
<version>${h2.orbit.version}</version>
951951
</dependency>
952952

@@ -2257,7 +2257,7 @@
22572257
<javax.annotation.verion>1.3.2</javax.annotation.verion>
22582258
<log4j2.version>2.17.1</log4j2.version>
22592259
<jinjava.version>2.5.6</jinjava.version>
2260-
<h2.orbit.version>2.1.210.wso2v1</h2.orbit.version>
2260+
<h2.orbit.version>2.2.220.wso2v1</h2.orbit.version>
22612261
<tomcat.version>9.0.53</tomcat.version>
22622262
<tika.version>2.7.0</tika.version>
22632263
<batik.version>1.16</batik.version>

0 commit comments

Comments
 (0)