Skip to content

Commit 0cdefda

Browse files
committed
Add snapshot repo
1 parent ef4a132 commit 0cdefda

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

flink-cdc-connect/flink-cdc-pipeline-connectors/flink-cdc-pipeline-connector-starrocks/pom.xml

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ under the License.
5555
<shadeTestJar>false</shadeTestJar>
5656
<artifactSet>
5757
<includes>
58-
<include>*:*</include>
58+
<include>com.starrocks:*</include>
5959
</includes>
6060
</artifactSet>
6161
</configuration>
@@ -65,4 +65,10 @@ under the License.
6565
</plugins>
6666
</build>
6767

68+
<repositories>
69+
<repository>
70+
<id>ossrh</id>
71+
<url>https://s01.oss.sonatype.org/content/repositories/snapshots</url>
72+
</repository>
73+
</repositories>
6874
</project>

0 commit comments

Comments
 (0)