Skip to content

Commit

Permalink
chore: start migrating to org.iqkv libs
Browse files Browse the repository at this point in the history
  • Loading branch information
Dima Denysenko committed Dec 14, 2023
1 parent 7a9e7b4 commit d5560d7
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
</developers>

<parent>
<groupId>dev.knowhowto.boot</groupId>
<groupId>org.iqkv.boot</groupId>
<artifactId>boot-parent-pom</artifactId>
<version>23.0.0-SNAPSHOT</version>
</parent>
Expand Down Expand Up @@ -63,15 +63,15 @@
<artifactId>spring-boot-starter-security</artifactId>
</dependency>
<dependency>
<groupId>dev.knowhowto.boot</groupId>
<groupId>org.iqkv.boot</groupId>
<artifactId>boot-starter-cache</artifactId>
</dependency>
<dependency>
<groupId>dev.knowhowto.boot</groupId>
<groupId>org.iqkv.boot</groupId>
<artifactId>boot-starter-restful</artifactId>
</dependency>
<dependency>
<groupId>dev.knowhowto.boot</groupId>
<groupId>org.iqkv.boot</groupId>
<artifactId>boot-starter-observability</artifactId>
</dependency>
<dependency>
Expand Down

0 comments on commit d5560d7

Please sign in to comment.