We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cc85ccb commit b12e28dCopy full SHA for b12e28d
pom.xml
@@ -628,6 +628,17 @@ limitations under the License.]]></inlineHeader>
628
<enabled>false</enabled>
629
</snapshots>
630
</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>
642
</repositories>
643
<distributionManagement>
644
<!-- releases go to Maven central -->
0 commit comments