Skip to content

Commit 20cbcd9

Browse files
committed
TEMP in PR until IO is released.
1 parent ee088c6 commit 20cbcd9

1 file changed

Lines changed: 14 additions & 0 deletions

File tree

pom.xml

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -408,6 +408,20 @@ Brotli, Zstandard and ar, cpio, jar, tar, zip, dump, 7z, arj.
408408
</plugin>
409409
</plugins>
410410
</build>
411+
<!-- TEMP in PR until IO is released. -->
412+
<repositories>
413+
<repository>
414+
<id>apache.snapshots</id>
415+
<name>Apache Development Snapshot Repository</name>
416+
<url>https://repository.apache.org/content/repositories/snapshots/</url>
417+
<releases>
418+
<enabled>false</enabled>
419+
</releases>
420+
<snapshots>
421+
<enabled>true</enabled>
422+
</snapshots>
423+
</repository>
424+
</repositories>
411425
<reporting>
412426
<plugins>
413427
<plugin>

0 commit comments

Comments
 (0)