Skip to content

Commit

Permalink
Merge branch 'main' into 52-create-the-cicd-pipeline-for-online-banki…
Browse files Browse the repository at this point in the history
…ng-servicee5
  • Loading branch information
nancymuyeh authored Nov 8, 2024
2 parents d4fc155 + 6843638 commit 87ad53e
Showing 1 changed file with 15 additions and 1 deletion.
16 changes: 15 additions & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@
<!-- Other versions -->
<springdoc-openapi-ui.version>2.3.0</springdoc-openapi-ui.version>
<commons-collections4.version>4.3</commons-collections4.version>
<commons-io.version>2.8.0</commons-io.version>
<commons-io.version>2.14.0</commons-io.version>
<jetbrains.annotations.version>15.0</jetbrains.annotations.version>
<dbunit.version>2.6.0</dbunit.version>
<keycloak.version>24.0.5</keycloak.version>
Expand Down Expand Up @@ -136,6 +136,20 @@
<enabled>false</enabled>
</snapshots>
</repository>
<repository>
<id>github-ledgers</id>
<url>https://maven.pkg.github.com/ADORSYS-GIS/ledgers</url>
<snapshots>
<enabled>true</enabled>
</snapshots>
</repository>
<repository>
<id>github-webank</id>
<url>https://maven.pkg.github.com/ADORSYS-GIS/webbank-BankAccount</url>
<snapshots>
<enabled>true</enabled>
</snapshots>
</repository>
</repositories>

<dependencyManagement>
Expand Down

0 comments on commit 87ad53e

Please sign in to comment.