Skip to content

Commit

Permalink
[SELC-5847] fix: align openapi user to allow ADMIN_EA role (#492)
Browse files Browse the repository at this point in the history
  • Loading branch information
giulia-tremolada authored Oct 24, 2024
1 parent b16d3da commit b356060
Show file tree
Hide file tree
Showing 4 changed files with 312 additions and 120 deletions.
8 changes: 7 additions & 1 deletion connector-api/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,13 @@
<dependency>
<groupId>it.pagopa.selfcare</groupId>
<artifactId>onboarding-sdk-product</artifactId>
<version>0.3.2</version>
<version>0.3.3</version>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>it.pagopa.selfcare</groupId>
<artifactId>onboarding-sdk-common</artifactId>
<version>0.3.3</version>
<scope>compile</scope>
</dependency>
</dependencies>
Expand Down
Loading

0 comments on commit b356060

Please sign in to comment.