Browse Source

feat:修改xgb版本号

zhaohaipeng 1 month ago
parent
commit
4b1c534278
1 changed files with 1 additions and 1 deletions
  1. 1 1
      recommend-server-service/pom.xml

+ 1 - 1
recommend-server-service/pom.xml

@@ -252,7 +252,7 @@
         <dependency>
             <groupId>ml.dmlc</groupId>
             <artifactId>xgboost4j-spark_2.12</artifactId>
-            <version>2.0.1</version>
+            <version>1.7.6</version>
             <exclusions>
                 <exclusion>
                     <artifactId>scala-library</artifactId>