|
@@ -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>
|