Skip to content

Commit 88603c7

Browse files
committed
[TO DROP] DSP-24890 Add Internal JFrog snapshots repo
1 parent 9a7a4df commit 88603c7

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

pom.xml

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -628,6 +628,17 @@ limitations under the License.]]></inlineHeader>
628628
<enabled>false</enabled>
629629
</snapshots>
630630
</repository>
631+
<repository>
632+
<id>datastax-snapshots-local</id>
633+
<name>DataStax Local Snapshots</name>
634+
<url>https://repo.aws.dsinternal.org/artifactory/datastax-snapshots-local/</url>
635+
<releases>
636+
<enabled>false</enabled>
637+
</releases>
638+
<snapshots>
639+
<enabled>true</enabled>
640+
</snapshots>
641+
</repository>
631642
</repositories>
632643
<distributionManagement>
633644
<!-- releases go to Maven central -->

0 commit comments

Comments
 (0)