瀏覽代碼

pom修改

Gaokun Wang 1 月之前
父節點
當前提交
64a6d85db1
共有 1 個文件被更改,包括 10 次插入10 次删除
  1. 10 10
      pom.xml

+ 10 - 10
pom.xml

@@ -269,11 +269,11 @@
         </dependency>
 
         <!-- 数学计算 -->
-        <!--        <dependency>-->
-        <!--            <groupId>mathParser</groupId>-->
-        <!--            <artifactId>mathParser</artifactId>-->
-        <!--            <version>1.0.0</version>-->
-        <!--        </dependency>-->
+        <dependency>
+            <groupId>mathParser</groupId>
+            <artifactId>mathParser</artifactId>
+            <version>1.0.0</version>
+        </dependency>
 
         <dependency>
             <groupId>net.lingala.zip4j</groupId>
@@ -282,11 +282,11 @@
         </dependency>
 
         <!-- 随机森林树推荐 核心包 -->
-<!--        <dependency>-->
-<!--            <groupId>com.example</groupId>-->
-<!--            <artifactId>weka</artifactId>-->
-<!--            <version>2.5.8</version>-->
-<!--        </dependency>-->
+        <dependency>
+            <groupId>com.example</groupId>
+            <artifactId>weka</artifactId>
+            <version>2.5.8</version>
+        </dependency>
     </dependencies>
 
     <build>