mirror of
https://github.com/apache/zeppelin
synced 2026-05-24 09:38:26 +00:00
Add apache snapshot repo
This commit is contained in:
parent
ebbd0dabc8
commit
7be1f90777
1 changed files with 15 additions and 0 deletions
|
|
@ -40,6 +40,21 @@
|
|||
<flink.scala.version>2.10.4</flink.scala.version>
|
||||
</properties>
|
||||
|
||||
<repositories>
|
||||
<!-- for flink 0.9-SNAPSHOT. After 0.9 released, it can be removed -->
|
||||
<repository>
|
||||
<id>apache.snapshots</id>
|
||||
<name>Apache Development Snapshot Repository</name>
|
||||
<url>https://repository.apache.org/content/repositories/snapshots/</url>
|
||||
<releases>
|
||||
<enabled>false</enabled>
|
||||
</releases>
|
||||
<snapshots>
|
||||
<enabled>true</enabled>
|
||||
</snapshots>
|
||||
</repository>
|
||||
</repositories>
|
||||
|
||||
<dependencies>
|
||||
<dependency>
|
||||
<groupId>org.slf4j</groupId>
|
||||
|
|
|
|||
Loading…
Reference in a new issue