add dependency

This commit is contained in:
Shaun Chyxion 2017-08-12 18:49:53 +08:00
parent 09d1f43da9
commit c8ceb34c62

View File

@ -35,6 +35,11 @@
<groupId>org.springframework</groupId>
<artifactId>spring-context</artifactId>
</dependency>
<dependency>
<groupId>org.springframework.data</groupId>
<artifactId>spring-data-commons</artifactId>
<version>1.13.1.RELEASE</version>
</dependency>
<!-- /MyBatis -->
<dependency>
<groupId>org.projectlombok</groupId>
@ -87,11 +92,5 @@
<artifactId>javax.el-api</artifactId>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.springframework.data</groupId>
<artifactId>spring-data-commons</artifactId>
<version>1.13.1.RELEASE</version>
<scope>test</scope>
</dependency>
</dependencies>
</project>