Skip to content

Commit

Permalink
Update pom.xml
Browse files Browse the repository at this point in the history
  • Loading branch information
geetanshu-smartbear committed Jul 18, 2024
1 parent eee4632 commit bc205b0
Showing 1 changed file with 9 additions and 2 deletions.
11 changes: 9 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -303,8 +303,15 @@
<url>https://repo.jenkins-ci.org/public/</url>
</repository>
<repository>
<id>local-maven-repo</id>
<url>file:///${project.basedir}/local-repo</url>
<id>inhouse</id>
<name>theD Internal repository</name>
<url>https://svninfra.yourzephyr.com/repository/</url>
<snapshots>
<enabled>false</enabled>
</snapshots>
<releases>
<enabled>true</enabled>
</releases>
</repository>
</repositories>

Expand Down

0 comments on commit bc205b0

Please sign in to comment.