Skip to content

Commit 2ca2d5e

Browse files
committed
Added snapshot support
1 parent 3e99a01 commit 2ca2d5e

File tree

1 file changed

+15
-0
lines changed

1 file changed

+15
-0
lines changed

pom.xml

+15
Original file line numberDiff line numberDiff line change
@@ -106,4 +106,19 @@
106106
<version>${derby.version}</version>
107107
</dependency>
108108
</dependencies>
109+
110+
<repositories>
111+
<repository>
112+
<id>sonatypeSnapshots</id>
113+
<name>Sonatype Snapshots</name>
114+
<releases>
115+
<enabled>false</enabled>
116+
</releases>
117+
<snapshots>
118+
<enabled>true</enabled>
119+
</snapshots>
120+
<url>https://oss.sonatype.org/content/repositories/snapshots</url>
121+
</repository>
122+
</repositories>
123+
109124
</project>

0 commit comments

Comments
 (0)