Skip to content
Snippets Groups Projects
Commit 4259ae43 authored by Alok Joshi's avatar Alok Joshi
Browse files

Modify pom with dependencies

parent cc7ccd42
No related branches found
No related tags found
1 merge request!6Trusted ibm
......@@ -194,17 +194,15 @@
</build>
<repositories>
<repository>
<id>maven-s3-release-repo</id>
<name>S3 Maven Release Repository</name>
<url>s3://${deployment.repositorybucket}/release</url>
<id>dev-azure-com-slb-des-ext-collaboration-os-core</id>
<url>https://pkgs.dev.azure.com/slb-des-ext-collaboration/_packaging/os-core/maven/v1</url>
<releases>
<enabled>true</enabled>
</releases>
<snapshots>
<enabled>true</enabled>
</snapshots>
</repository>
<repository>
<id>maven-s3-snapshot-repo</id>
<name>S3 Maven Snapshot Repository</name>
<url>s3://${deployment.repositorybucket}/snapshot</url>
</repository>
<repository>
<id>local.release</id>
<url>file:../../local-release-dir</url>
......@@ -216,18 +214,4 @@
</snapshots>
</repository>
</repositories>
<distributionManagement>
<site>
<id>s3.site</id>
<url>s3://${deployment.repositorybucket}/site</url>
</site>
<repository>
<id>s3.release</id>
<url>s3://${deployment.repositorybucket}/release</url>
</repository>
<snapshotRepository>
<id>s3.snapshot</id>
<url>s3://${deployment.repositorybucket}/snapshot</url>
</snapshotRepository>
</distributionManagement>
</project>
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment