|
@@ -2,14 +2,15 @@
|
|
|
<project xmlns="http://maven.apache.org/POM/4.0.0"
|
|
|
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
|
|
|
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
|
|
|
- <parent>
|
|
|
- <artifactId>recommend-model</artifactId>
|
|
|
- <groupId>com.tzld.piaoquan</groupId>
|
|
|
- <version>1.0.0</version>
|
|
|
- </parent>
|
|
|
+<!-- <parent>-->
|
|
|
+<!-- <artifactId>recommend-model</artifactId>-->
|
|
|
+<!-- <groupId>com.tzld.piaoquan</groupId>-->
|
|
|
+<!-- <version>1.0.0</version>-->
|
|
|
+<!-- </parent>-->
|
|
|
<modelVersion>4.0.0</modelVersion>
|
|
|
-
|
|
|
+ <groupId>com.tzld.piaoquan</groupId>
|
|
|
<artifactId>recommend-model-produce</artifactId>
|
|
|
+ <version>1.0.0</version>
|
|
|
|
|
|
<properties>
|
|
|
<spark.version>3.3.1</spark.version>
|
|
@@ -308,13 +309,6 @@
|
|
|
<goal>shade</goal>
|
|
|
</goals>
|
|
|
<configuration>
|
|
|
-<!-- <artifactSet>-->
|
|
|
-<!-- <includes>-->
|
|
|
-<!-- <include>io.grpc:grpc-api</include>-->
|
|
|
-<!-- <include>com.google.guava:guava</include>-->
|
|
|
-<!-- </includes>-->
|
|
|
-<!-- </artifactSet>-->
|
|
|
-<!-- <keepDependenciesWithProvidedScope>false</keepDependenciesWithProvidedScope>-->
|
|
|
<relocations>
|
|
|
<relocation>
|
|
|
<pattern>com.google.common</pattern>
|
|
@@ -338,8 +332,7 @@
|
|
|
</filters>
|
|
|
<transformers>
|
|
|
<transformer
|
|
|
- implementation="org.apache.maven.plugins.shade.resource.AppendingTransformer">
|
|
|
- </transformer>
|
|
|
+ implementation="org.apache.maven.plugins.shade.resource.ServicesResourceTransformer"/>
|
|
|
</transformers>
|
|
|
</configuration>
|
|
|
</execution>
|