Skip to content

Commit

Permalink
[SELC-5144] Refactor usergroup client to use generated interface
Browse files Browse the repository at this point in the history
  • Loading branch information
flaminiaScarciofolo committed Jul 11, 2024
1 parent b6fa11e commit 3c10794
Show file tree
Hide file tree
Showing 31 changed files with 1,346 additions and 286 deletions.
6 changes: 5 additions & 1 deletion connector-api/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -23,9 +23,13 @@
<dependency>
<groupId>it.pagopa.selfcare</groupId>
<artifactId>onboarding-sdk-product</artifactId>
<version>0.1.12</version>
<version>0.1.16</version>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>org.springframework.data</groupId>
<artifactId>spring-data-commons</artifactId>
</dependency>
</dependencies>

<repositories>
Expand Down
Loading

0 comments on commit 3c10794

Please sign in to comment.