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 ef4a132 commit 0cdefdaCopy full SHA for 0cdefda
flink-cdc-connect/flink-cdc-pipeline-connectors/flink-cdc-pipeline-connector-starrocks/pom.xml
@@ -55,7 +55,7 @@ under the License.
55
<shadeTestJar>false</shadeTestJar>
56
<artifactSet>
57
<includes>
58
- <include>*:*</include>
+ <include>com.starrocks:*</include>
59
</includes>
60
</artifactSet>
61
</configuration>
@@ -65,4 +65,10 @@ under the License.
65
</plugins>
66
</build>
67
68
+ <repositories>
69
+ <repository>
70
+ <id>ossrh</id>
71
+ <url>https://s01.oss.sonatype.org/content/repositories/snapshots</url>
72
+ </repository>
73
+ </repositories>
74
</project>
0 commit comments