Commit 1a9a759c authored by whlviolin's avatar whlviolin

数据分析工具系统

parent 78f4fd2f
Pipeline #343 canceled with stages
......@@ -2,6 +2,5 @@
<project version="4">
<component name="VcsDirectoryMappings">
<mapping directory="" vcs="Git" />
<mapping directory="$PROJECT_DIR$/web" vcs="Git" />
</component>
</project>
\ No newline at end of file
......@@ -39,6 +39,11 @@
<artifactId>spring-boot-starter-test</artifactId>
<scope>test</scope>
</dependency>
<dependency>
<groupId>junit</groupId>
<artifactId>junit</artifactId>
<scope>test</scope>
</dependency>
</dependencies>
<dependencyManagement>
......
......@@ -144,12 +144,7 @@
<version>1.0.0</version>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>cn.ac.iscas</groupId>
<artifactId>data</artifactId>
<version>1.0.0</version>
<scope>compile</scope>
</dependency>
</dependencies>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment