Moved article code to libraries, added a null check and reverted change to core-java pom.xml (#2530)

This commit is contained in:
shekhar-s
2017-08-31 02:10:37 -06:00
committed by Zeger Hendrikse
parent 9c03b45c23
commit 2f3e36405a
2 changed files with 8 additions and 14 deletions
-8
View File
@@ -162,12 +162,6 @@
<version>${avaitility.version}</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.springframework</groupId>
<artifactId>spring-core</artifactId>
<version>${spring-core.version}</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>commons-codec</groupId>
@@ -433,8 +427,6 @@
<mockito.version>2.8.9</mockito.version>
<assertj.version>3.6.1</assertj.version>
<avaitility.version>1.7.0</avaitility.version>
<spring-core.version>4.3.10.RELEASE</spring-core.version>
<!-- maven plugins -->
<maven-compiler-plugin.version>3.6.0</maven-compiler-plugin.version>