- changed test package name from org.baeldung to com.baeldung (#897)

- streams are added where neccessary
- format fixes
This commit is contained in:
Ante Pocedulic
2016-12-15 16:23:08 +01:00
committed by Grzegorz Piwowarek
parent f7dacb83d8
commit dfd2d7a238
17 changed files with 23 additions and 24 deletions
+6 -2
View File
@@ -11,7 +11,7 @@
<properties>
<env.camel.version>2.16.1</env.camel.version>
<env.spring.version>4.3.4.RELEASE</env.spring.version>
<maven-surefire-plugin.version>2.19.1</maven-surefire-plugin.version>
<maven-surefire-plugin.version>2.19.1</maven-surefire-plugin.version>
<java.version>1.8</java.version>
<junit.version>4.12</junit.version>
</properties>
@@ -48,7 +48,11 @@
<artifactId>spring-context</artifactId>
<version>${env.spring.version}</version>
</dependency>
<dependency>
<groupId>org.slf4j</groupId>
<artifactId>slf4j-log4j12</artifactId>
<version>1.7.21</version>
</dependency>
</dependencies>
<build>