|
|
@ -9,6 +9,13 @@
|
|
|
|
<version>1.0-SNAPSHOT</version>
|
|
|
|
<version>1.0-SNAPSHOT</version>
|
|
|
|
|
|
|
|
|
|
|
|
<dependencies>
|
|
|
|
<dependencies>
|
|
|
|
|
|
|
|
<!-- https://mvnrepository.com/artifact/org.springframework/spring-context -->
|
|
|
|
|
|
|
|
<dependency>
|
|
|
|
|
|
|
|
<groupId>org.springframework</groupId>
|
|
|
|
|
|
|
|
<artifactId>spring-context</artifactId>
|
|
|
|
|
|
|
|
<version>5.3.23</version>
|
|
|
|
|
|
|
|
</dependency>
|
|
|
|
|
|
|
|
|
|
|
|
<!-- https://mvnrepository.com/artifact/junit/junit -->
|
|
|
|
<!-- https://mvnrepository.com/artifact/junit/junit -->
|
|
|
|
<dependency>
|
|
|
|
<dependency>
|
|
|
|
<groupId>junit</groupId>
|
|
|
|
<groupId>junit</groupId>
|
|
|
@ -23,7 +30,6 @@
|
|
|
|
<scope>compile</scope>
|
|
|
|
<scope>compile</scope>
|
|
|
|
</dependency>
|
|
|
|
</dependency>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
</dependencies>
|
|
|
|
</dependencies>
|
|
|
|
|
|
|
|
|
|
|
|
</project>
|
|
|
|
</project>
|