Skip to content

Commit a64d92e

Browse files
committed
consuming snapshots form central
1 parent a481dbe commit a64d92e

1 file changed

Lines changed: 16 additions & 0 deletions

File tree

pom.xml

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1538,4 +1538,20 @@
15381538
<scope>test</scope>
15391539
</dependency>
15401540
</dependencies>
1541+
1542+
<!-- for snapshots of our dependencies -->
1543+
<repositories>
1544+
<repository>
1545+
<name>Central Portal Snapshots</name>
1546+
<id>central-portal-snapshots</id>
1547+
<url>https://central.sonatype.com/repository/maven-snapshots/</url>
1548+
<releases>
1549+
<enabled>false</enabled>
1550+
</releases>
1551+
<snapshots>
1552+
<enabled>true</enable>
1553+
</snapsh>
1554+
</repository>
1555+
</repositories>
1556+
15411557
</project>

0 commit comments

Comments
 (0)