Skip to content

Commit 7d58dcc

Browse files
committed
Update examples pom.xml
1 parent c91541f commit 7d58dcc

File tree

2 files changed

+1
-31
lines changed

2 files changed

+1
-31
lines changed

examples/maven/flink-v1.7/covid/pom.xml

Lines changed: 1 addition & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -37,22 +37,7 @@ under the License.
3737
<log4j.version>2.24.1</log4j.version>
3838
</properties>
3939

40-
<repositories>
41-
42-
<repository>
43-
<id>apache.snapshots</id>
44-
<name>Apache Development Snapshot Repository</name>
45-
<url>https://repository.apache.org/content/repositories/snapshots/</url>
46-
<releases>
47-
<enabled>false</enabled>
48-
</releases>
49-
<snapshots>
50-
<enabled>true</enabled>
51-
</snapshots>
52-
</repository>
53-
</repositories>
54-
55-
<dependencies>
40+
<dependencies>
5641
<!-- Apache Flink dependencies -->
5742
<!-- These dependencies are provided, because they should not be packaged into the JAR file. -->
5843
<dependency>

examples/maven/flink-v2/covid/pom.xml

Lines changed: 0 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -37,21 +37,6 @@ under the License.
3737
<log4j.version>2.24.1</log4j.version>
3838
</properties>
3939

40-
<repositories>
41-
42-
<repository>
43-
<id>apache.snapshots</id>
44-
<name>Apache Development Snapshot Repository</name>
45-
<url>https://repository.apache.org/content/repositories/snapshots/</url>
46-
<releases>
47-
<enabled>false</enabled>
48-
</releases>
49-
<snapshots>
50-
<enabled>true</enabled>
51-
</snapshots>
52-
</repository>
53-
</repositories>
54-
5540
<dependencies>
5641
<!-- Apache Flink dependencies -->
5742
<!-- These dependencies are provided, because they should not be packaged into the JAR file. -->

0 commit comments

Comments
 (0)