Skip to content

Commit

Permalink
align openapi user to allow ADMIN_EA role
Browse files Browse the repository at this point in the history
  • Loading branch information
giulia-tremolada committed Oct 23, 2024
1 parent b16d3da commit 3f404fd
Show file tree
Hide file tree
Showing 4 changed files with 313 additions and 125 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 3f404fd

Please sign in to comment.