|
|
@ -10,22 +10,9 @@ |
|
|
</parent> |
|
|
</parent> |
|
|
<groupId>com.deepchart</groupId> |
|
|
<groupId>com.deepchart</groupId> |
|
|
<artifactId>DC_Index</artifactId> |
|
|
<artifactId>DC_Index</artifactId> |
|
|
<version>0.0.1-SNAPSHOT</version> |
|
|
|
|
|
|
|
|
<version>1.0</version> |
|
|
<name>DC_Index</name> |
|
|
<name>DC_Index</name> |
|
|
<description>DC_Index</description> |
|
|
<description>DC_Index</description> |
|
|
<url/> |
|
|
|
|
|
<licenses> |
|
|
|
|
|
<license/> |
|
|
|
|
|
</licenses> |
|
|
|
|
|
<developers> |
|
|
|
|
|
<developer/> |
|
|
|
|
|
</developers> |
|
|
|
|
|
<scm> |
|
|
|
|
|
<connection/> |
|
|
|
|
|
<developerConnection/> |
|
|
|
|
|
<tag/> |
|
|
|
|
|
<url/> |
|
|
|
|
|
</scm> |
|
|
|
|
|
<properties> |
|
|
<properties> |
|
|
<java.version>21</java.version> |
|
|
<java.version>21</java.version> |
|
|
</properties> |
|
|
</properties> |
|
|
@ -46,11 +33,6 @@ |
|
|
<artifactId>lombok</artifactId> |
|
|
<artifactId>lombok</artifactId> |
|
|
<optional>true</optional> |
|
|
<optional>true</optional> |
|
|
</dependency> |
|
|
</dependency> |
|
|
<dependency> |
|
|
|
|
|
<groupId>org.springframework.boot</groupId> |
|
|
|
|
|
<artifactId>spring-boot-starter-test</artifactId> |
|
|
|
|
|
<scope>test</scope> |
|
|
|
|
|
</dependency> |
|
|
|
|
|
</dependencies> |
|
|
</dependencies> |
|
|
|
|
|
|
|
|
<build> |
|
|
<build> |
|
|
|