Skip to content

Commit 01ebddc

Browse files
committed
Add remote repository locations to pom.xml
This pom doesn't inherit from a parent pom, so the repos need to be explicitly added QA-1145
1 parent 2f64f1b commit 01ebddc

File tree

1 file changed

+24
-0
lines changed

1 file changed

+24
-0
lines changed

itextcore/pom.xml

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -53,6 +53,30 @@
5353
<system>jenkins-ci</system>
5454
<url>https://jenkins.itextsupport.com/</url>
5555
</ciManagement>
56+
<repositories>
57+
<repository>
58+
<releases>
59+
<enabled>false</enabled>
60+
</releases>
61+
<snapshots>
62+
<enabled>true</enabled>
63+
</snapshots>
64+
<id>itext-snapshot</id>
65+
<name>iText Repository - snapshots</name>
66+
<url>https://repo.itextsupport.com/snapshot</url>
67+
</repository>
68+
<repository>
69+
<releases>
70+
<enabled>true</enabled>
71+
</releases>
72+
<snapshots>
73+
<enabled>false</enabled>
74+
</snapshots>
75+
<id>itext-releases</id>
76+
<name>iText Repository - releases</name>
77+
<url>https://repo.itextsupport.com/releases</url>
78+
</repository>
79+
</repositories>
5680
<dependencies>
5781
<dependency>
5882
<groupId>com.itextpdf</groupId>

0 commit comments

Comments
 (0)