Skip to content

Commit

Permalink
fix: exclude all common dependencies from lambdas (#570)
Browse files Browse the repository at this point in the history
  • Loading branch information
giuseppe-gangemi authored Dec 13, 2024
1 parent e2cb575 commit 2b38e72
Show file tree
Hide file tree
Showing 5 changed files with 3 additions and 24 deletions.
7 changes: 0 additions & 7 deletions src/oneid/oneid-lambda-is-gh-integration/dep-sha256.json
Original file line number Diff line number Diff line change
Expand Up @@ -1736,13 +1736,6 @@
"version": "3.8.1",
"sha256": "wnctHa1W-htagG5OJiqv7R155cHoO8-bj9maD2boEFs="
},
{
"id": "it.pagopa.oneid.common:model:jar:1.0.0-SNAPSHOT",
"artifactId": "model",
"groupId": "it.pagopa.oneid.common",
"version": "1.0.0-SNAPSHOT",
"sha256": "Kl9x79C_BKVNRbGBRPLt3QK0VK16GkDiS51AN9NJDMY="
},
{
"id": "io.quarkiverse.amazonservices:quarkus-amazon-dynamodb-enhanced:jar:2.13.1",
"artifactId": "quarkus-amazon-dynamodb-enhanced",
Expand Down
2 changes: 1 addition & 1 deletion src/oneid/oneid-lambda-is-gh-integration/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -134,7 +134,7 @@
<includePlugins>false</includePlugins>
<includeParent>false</includeParent>
<excludes>
<it.pagopa.oneid.common>utils
<it.pagopa.oneid.common>connector,model,producer,utils
</it.pagopa.oneid.common>
</excludes>
</configuration>
Expand Down
14 changes: 0 additions & 14 deletions src/oneid/oneid-lambda-service-metadata/dep-sha256.json
Original file line number Diff line number Diff line change
Expand Up @@ -1029,13 +1029,6 @@
"version": "1.3",
"sha256": "aczARIfod3nUlwqlDGc8w0qd8IDBwOjY6rLotG-CXPQ="
},
{
"id": "it.pagopa.oneid.common:model:jar:1.0.0-SNAPSHOT",
"artifactId": "model",
"groupId": "it.pagopa.oneid.common",
"version": "1.0.0-SNAPSHOT",
"sha256": "Kl9x79C_BKVNRbGBRPLt3QK0VK16GkDiS51AN9NJDMY="
},
{
"id": "io.quarkiverse.amazonservices:quarkus-amazon-dynamodb-enhanced:jar:2.13.1",
"artifactId": "quarkus-amazon-dynamodb-enhanced",
Expand Down Expand Up @@ -1344,13 +1337,6 @@
"version": "1.78.1",
"sha256": "2fpW-XsPdhzjvI2ddMXXE3qYe_W9Or_hAD-br6RaHS8="
},
{
"id": "it.pagopa.oneid.common:connector:jar:1.0.0-SNAPSHOT",
"artifactId": "connector",
"groupId": "it.pagopa.oneid.common",
"version": "1.0.0-SNAPSHOT",
"sha256": "m_KggGInkXQ96Ki5QcW_KmzcFiU1UATiRjcmoYCKEYE="
},
{
"id": "software.amazon.awssdk:url-connection-client:jar:2.25.15",
"artifactId": "url-connection-client",
Expand Down
2 changes: 1 addition & 1 deletion src/oneid/oneid-lambda-service-metadata/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@
<includePlugins>false</includePlugins>
<includeParent>false</includeParent>
<excludes>
<it.pagopa.oneid.common>utils,producer
<it.pagopa.oneid.common>connector,model,producer,utils
</it.pagopa.oneid.common>
</excludes>
</configuration>
Expand Down
2 changes: 1 addition & 1 deletion src/oneid/oneid-lambda-update-idp-metadata/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -120,7 +120,7 @@
<includePlugins>false</includePlugins>
<includeParent>false</includeParent>
<excludes>
<it.pagopa.oneid.common>model,connector,utils
<it.pagopa.oneid.common>connector,model,producer,utils
</it.pagopa.oneid.common>
</excludes>
</configuration>
Expand Down

0 comments on commit 2b38e72

Please sign in to comment.