Skip to content
Snippets Groups Projects
Commit f214930f authored by Solomon Ayalew's avatar Solomon Ayalew
Browse files

use the Spring 5 os-core-common libarary

parent 4bf7aa42
No related branches found
No related tags found
1 merge request!491Upgrade service to spring 6 and Spring-boot 3
Pipeline #249673 failed
...@@ -45,8 +45,8 @@ ...@@ -45,8 +45,8 @@
</dependency> </dependency>
<dependency> <dependency>
<groupId>org.opengroup.osdu</groupId> <groupId>org.opengroup.osdu</groupId>
<artifactId>os-core-common-spring6</artifactId> <artifactId>os-core-common</artifactId>
<version>0.26.0-rc2</version> <version>0.25.0-rc2</version>
</dependency> </dependency>
<dependency> <dependency>
<groupId>org.projectlombok</groupId> <groupId>org.projectlombok</groupId>
......
...@@ -60,8 +60,8 @@ ...@@ -60,8 +60,8 @@
</dependency> </dependency>
<dependency> <dependency>
<groupId>org.opengroup.osdu</groupId> <groupId>org.opengroup.osdu</groupId>
<artifactId>os-core-common-spring6</artifactId> <artifactId>os-core-common</artifactId>
<version>0.26.0-rc2</version> <version>0.25.0-rc2</version>
<exclusions> <exclusions>
<exclusion> <exclusion>
<groupId>org.springframework.boot</groupId> <groupId>org.springframework.boot</groupId>
......
...@@ -45,8 +45,8 @@ ...@@ -45,8 +45,8 @@
</dependency> </dependency>
<dependency> <dependency>
<groupId>org.opengroup.osdu</groupId> <groupId>org.opengroup.osdu</groupId>
<artifactId>os-core-common-spring6</artifactId> <artifactId>os-core-common</artifactId>
<version>0.26.0-rc2</version> <version>0.25.0-rc2</version>
</dependency> </dependency>
<dependency> <dependency>
<groupId>org.projectlombok</groupId> <groupId>org.projectlombok</groupId>
......
...@@ -49,8 +49,8 @@ ...@@ -49,8 +49,8 @@
</dependency> </dependency>
<dependency> <dependency>
<groupId>org.opengroup.osdu</groupId> <groupId>org.opengroup.osdu</groupId>
<artifactId>os-core-common-spring6</artifactId> <artifactId>os-core-common</artifactId>
<version>0.26.0-rc2</version> <version>0.25.0-rc2</version>
</dependency> </dependency>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment