From 7cd413d0f1e3235223848d47e428aad97f9f13fc Mon Sep 17 00:00:00 2001 From: yangys <y_ys79@sina.com> Date: 星期一, 30 十二月 2024 11:23:02 +0800 Subject: [PATCH] 去掉数据点中的计算规则和计算参数-暂时 --- smart-man-boot/pom.xml | 7 +++++++ 1 files changed, 7 insertions(+), 0 deletions(-) diff --git a/smart-man-boot/pom.xml b/smart-man-boot/pom.xml index 08028d1..5b64850 100644 --- a/smart-man-boot/pom.xml +++ b/smart-man-boot/pom.xml @@ -504,6 +504,13 @@ <artifactId>spring-boot-starter-test</artifactId> <scope>test</scope> </dependency> + + + <dependency> + <groupId>org.jfree</groupId> + <artifactId>jfreechart</artifactId> + <version>1.5.5</version> + </dependency> </dependencies> <build> -- Gitblit v1.9.3