Skip to content

Commit

Permalink
[Enhancement] Generate origin and jar-with-dependencies for sdk
Browse files Browse the repository at this point in the history
Signed-off-by: PengFei Li <[email protected]>
  • Loading branch information
banmoy committed Jun 29, 2023
1 parent 5e4775b commit 65a4ee3
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
1 change: 1 addition & 0 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -63,6 +63,7 @@ limitations under the License.
<groupId>com.starrocks</groupId>
<artifactId>starrocks-stream-load-sdk</artifactId>
<version>1.0-SNAPSHOT</version>
<classifier>jar-with-dependencies</classifier>
</dependency>

<!-- Table ecosystem -->
Expand Down
3 changes: 3 additions & 0 deletions starrocks-stream-load-sdk/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@
<groupId>org.slf4j</groupId>
<artifactId>slf4j-api</artifactId>
<version>${slf4j-api.version}</version>
<scope>provided</scope>
</dependency>

<dependency>
Expand Down Expand Up @@ -119,6 +120,8 @@
</goals>
<configuration>
<createDependencyReducedPom>true</createDependencyReducedPom>
<shadedArtifactAttached>true</shadedArtifactAttached>
<shadedClassifierName>jar-with-dependencies</shadedClassifierName>
<relocations>
<relocation>
<pattern>com.alibaba</pattern>
Expand Down

0 comments on commit 65a4ee3

Please sign in to comment.