| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253 | 
							- <?xml version="1.0" encoding="UTF-8"?>
 
- <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>
 
-     <modelVersion>4.0.0</modelVersion>
 
-     <artifactId>recommend-model-produce</artifactId>
 
-     <properties>
 
-         <spark.version>3.3.1</spark.version>
 
-         <!--        <spark.version>2.3.0</spark.version>-->
 
-         <!--        <spark.version>2.4.8</spark.version>-->
 
-         <scala.version>2.12.15</scala.version>
 
-         <emr.version>2.0.0</emr.version>
 
-         <java.version>1.8</java.version>
 
-         <fastjson.version>1.2.45</fastjson.version>
 
-         <maven.compiler.source>8</maven.compiler.source>
 
-         <maven.compiler.target>8</maven.compiler.target>
 
-     </properties>
 
-     <dependencies>
 
-         <dependency>
 
-             <groupId>org.apache.spark</groupId>
 
-             <artifactId>spark-core_2.12</artifactId>
 
-             <version>${spark.version}</version>
 
-             <exclusions>
 
- <!--                <exclusion>-->
 
- <!--                    <groupId>io.netty</groupId>-->
 
- <!--                    <artifactId>netty-all</artifactId>-->
 
- <!--                </exclusion>-->
 
-                 <exclusion>
 
-                     <artifactId>slf4j-log4j12</artifactId>
 
-                     <groupId>org.slf4j</groupId>
 
-                 </exclusion>
 
-                 <exclusion>
 
-                     <artifactId>scala-library</artifactId>
 
-                     <groupId>org.scala-lang</groupId>
 
-                 </exclusion>
 
-                 <exclusion>
 
-                     <artifactId>guava</artifactId>
 
-                     <groupId>com.google.guava</groupId>
 
-                 </exclusion>
 
-                 <exclusion>
 
-                     <artifactId>jersey-server</artifactId>
 
-                     <groupId>org.glassfish.jersey.core</groupId>
 
-                 </exclusion>
 
-                 <exclusion>
 
-                     <artifactId>jersey-common</artifactId>
 
-                     <groupId>org.glassfish.jersey.core</groupId>
 
-                 </exclusion>
 
-                 <exclusion>
 
-                     <artifactId>jersey-client</artifactId>
 
-                     <groupId>org.glassfish.jersey.core</groupId>
 
-                 </exclusion>
 
-                 <exclusion>
 
-                     <artifactId>jersey-container-servlet</artifactId>
 
-                     <groupId>org.glassfish.jersey.containers</groupId>
 
-                 </exclusion>
 
-                 <exclusion>
 
-                     <artifactId>jersey-container-servlet-core</artifactId>
 
-                     <groupId>org.glassfish.jersey.containers</groupId>
 
-                 </exclusion>
 
-             </exclusions>
 
-         </dependency>
 
-         <dependency>
 
-             <groupId>org.apache.spark</groupId>
 
-             <artifactId>spark-mllib_2.12</artifactId>
 
-             <version>${spark.version}</version>
 
-             <exclusions>
 
-                 <exclusion>
 
-                     <artifactId>scala-library</artifactId>
 
-                     <groupId>org.scala-lang</groupId>
 
-                 </exclusion>
 
-                 <exclusion>
 
-                     <artifactId>hadoop-mapreduce-client-core</artifactId>
 
-                     <groupId>org.apache.hadoop</groupId>
 
-                 </exclusion>
 
-                 <exclusion>
 
-                     <artifactId>commons-compiler</artifactId>
 
-                     <groupId>org.codehaus.janino</groupId>
 
-                 </exclusion>
 
-                 <exclusion>
 
-                     <artifactId>janino</artifactId>
 
-                     <groupId>org.codehaus.janino</groupId>
 
-                 </exclusion>
 
-             </exclusions>
 
-         </dependency>
 
-         <dependency>
 
-             <groupId>org.glassfish.jersey.core</groupId>
 
-             <artifactId>jersey-server</artifactId>
 
-             <version>2.22.2</version>
 
-             <exclusions>
 
-                 <exclusion>
 
-                     <artifactId>jersey-media-jaxb</artifactId>
 
-                     <groupId>org.glassfish.jersey.media</groupId>
 
-                 </exclusion>
 
-                 <exclusion>
 
-                     <artifactId>jersey-client</artifactId>
 
-                     <groupId>org.glassfish.jersey.core</groupId>
 
-                 </exclusion>
 
-                 <exclusion>
 
-                     <artifactId>jersey-common</artifactId>
 
-                     <groupId>org.glassfish.jersey.core</groupId>
 
-                 </exclusion>
 
-             </exclusions>
 
-         </dependency>
 
-         <!--        <dependency>-->
 
-         <!--            <groupId>org.glassfish.jersey</groupId>-->
 
-         <!--            <artifactId>project</artifactId>-->
 
-         <!--            <version>2.22.2</version>-->
 
-         <!--        </dependency>-->
 
-         <dependency>
 
-             <groupId>org.glassfish.jersey.core</groupId>
 
-             <artifactId>jersey-common</artifactId>
 
-             <version>2.22.2</version>
 
-         </dependency>
 
-         <dependency>
 
-             <groupId>org.glassfish.jersey.containers</groupId>
 
-             <artifactId>jersey-container-servlet</artifactId>
 
-             <version>2.22.2</version>
 
-         </dependency>
 
-         <dependency>
 
-             <groupId>org.glassfish.jersey.containers</groupId>
 
-             <artifactId>jersey-container-servlet-core</artifactId>
 
-             <version>2.22.2</version>
 
-         </dependency>
 
-         <dependency>
 
-             <groupId>org.glassfish.jersey.media</groupId>
 
-             <artifactId>jersey-media-jaxb</artifactId>
 
-             <version>2.22.2</version>
 
-             <exclusions>
 
-                 <exclusion>
 
-                     <artifactId>jersey-common</artifactId>
 
-                     <groupId>org.glassfish.jersey.core</groupId>
 
-                 </exclusion>
 
-             </exclusions>
 
-         </dependency>
 
-         <dependency>
 
-             <groupId>org.glassfish.jersey.core</groupId>
 
-             <artifactId>jersey-client</artifactId>
 
-             <version>2.22.2</version>
 
-             <exclusions>
 
-                 <exclusion>
 
-                     <artifactId>jersey-common</artifactId>
 
-                     <groupId>org.glassfish.jersey.core</groupId>
 
-                 </exclusion>
 
-             </exclusions>
 
-         </dependency>
 
-         <dependency>
 
-             <groupId>org.codehaus.janino</groupId>
 
-             <artifactId>janino</artifactId>
 
-             <version>3.0.16</version>
 
-         </dependency>
 
-         <dependency>
 
-             <groupId>org.codehaus.janino</groupId>
 
-             <artifactId>commons-compiler</artifactId>
 
-             <version>3.0.16</version>
 
-         </dependency>
 
-         <dependency>
 
-             <groupId>com.google.guava</groupId>
 
-             <artifactId>guava</artifactId>
 
-             <version>14.0.1</version>
 
-         </dependency>
 
-         <dependency>
 
-             <groupId>org.scala-lang</groupId>
 
-             <artifactId>scala-library</artifactId>
 
-             <version>${scala.version}</version>
 
-         </dependency>
 
-         <dependency>
 
-             <groupId>com.alibaba</groupId>
 
-             <artifactId>fastjson</artifactId>
 
-             <version>${fastjson.version}</version>
 
-         </dependency>
 
-         <dependency>
 
-             <groupId>org.projectlombok</groupId>
 
-             <artifactId>lombok</artifactId>
 
-             <version>1.18.24</version>
 
-         </dependency>
 
-         <dependency>
 
-             <groupId>org.slf4j</groupId>
 
-             <artifactId>slf4j-simple</artifactId>
 
-             <version>1.7.28</version>
 
-         </dependency>
 
-         <dependency>
 
-             <groupId>com.aliyun.oss</groupId>
 
-             <artifactId>aliyun-sdk-oss</artifactId>
 
-             <version>3.17.4</version>
 
-         </dependency>
 
-         <dependency>
 
-             <groupId>ml.dmlc</groupId>
 
-             <artifactId>xgboost4j-spark_2.12</artifactId>
 
-             <version>1.7.6</version>
 
-             <exclusions>
 
-                 <exclusion>
 
-                     <artifactId>scala-library</artifactId>
 
-                     <groupId>org.scala-lang</groupId>
 
-                 </exclusion>
 
-             </exclusions>
 
-         </dependency>
 
-     </dependencies>
 
-     <build>
 
-         <plugins>
 
-             <plugin>
 
-                 <groupId>org.apache.maven.plugins</groupId>
 
-                 <artifactId>maven-assembly-plugin</artifactId>
 
-                 <version>2.5.5</version>
 
-                 <configuration>
 
-                     <descriptorRefs>
 
-                         <descriptorRef>jar-with-dependencies</descriptorRef>
 
-                     </descriptorRefs>
 
-                     <finalName>${project.name}</finalName>
 
-                 </configuration>
 
-                 <executions>
 
-                     <execution>
 
-                         <id>make-assembly</id>
 
-                         <phase>package</phase>
 
-                         <goals>
 
-                             <goal>single</goal>
 
-                         </goals>
 
-                     </execution>
 
-                 </executions>
 
-             </plugin>
 
-             <plugin>
 
-                 <groupId>net.alchim31.maven</groupId>
 
-                 <artifactId>scala-maven-plugin</artifactId>
 
-                 <version>3.3.2</version>
 
-                 <executions>
 
-                     <execution>
 
-                         <id>scala-compile-first</id>
 
-                         <phase>process-resources</phase>
 
-                         <goals>
 
-                             <goal>compile</goal>
 
-                         </goals>
 
-                     </execution>
 
-                     <execution>
 
-                         <id>scala-test-compile-first</id>
 
-                         <phase>process-test-resources</phase>
 
-                         <goals>
 
-                             <goal>testCompile</goal>
 
-                         </goals>
 
-                     </execution>
 
-                 </executions>
 
-             </plugin>
 
-         </plugins>
 
-     </build>
 
- </project>
 
 
  |