Skip to content

Commit

Permalink
JNG-4225 Add spring related sdk packages (#18)
Browse files Browse the repository at this point in the history
Co-authored-by: Robert Csakany <[email protected]>
  • Loading branch information
robertcsakany and Robert Csakany authored Jan 18, 2023
1 parent 37e26f4 commit 5efa0b8
Showing 1 changed file with 21 additions and 0 deletions.
21 changes: 21 additions & 0 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@
<spring-boot.version>2.7.3</spring-boot.version>

<judo-runtime-core-version>1.0.6.20230115_194934_6bef201b_develop</judo-runtime-core-version>
<judo-psm-generator-sdk-core-version>1.0.0.20221221_081625_68d95758_develop</judo-psm-generator-sdk-core-version>
</properties>

<developers>
Expand Down Expand Up @@ -163,6 +164,26 @@
<groupId>hu.blackbelt.judo.meta</groupId>
<artifactId>hu.blackbelt.judo.meta.liquibase.model</artifactId>
</dependency>

<dependency>
<groupId>hu.blackbelt.judo.generator</groupId>
<artifactId>judo-psm-generator-sdk-core-api</artifactId>
<version>${judo-psm-generator-sdk-core-version}</version>
</dependency>

<dependency>
<groupId>hu.blackbelt.judo.generator</groupId>
<artifactId>judo-psm-generator-sdk-core-impl</artifactId>
<version>${judo-psm-generator-sdk-core-version}</version>
</dependency>

<dependency>
<groupId>hu.blackbelt.judo.generator</groupId>
<artifactId>judo-psm-generator-sdk-core-spring</artifactId>
<version>${judo-psm-generator-sdk-core-version}</version>
</dependency>


</dependencies>

<build>
Expand Down

0 comments on commit 5efa0b8

Please sign in to comment.