initial work on properties

This commit is contained in:
eugenp
2013-06-01 01:07:57 +03:00
parent de6dbe897f
commit dee468a154
9 changed files with 54 additions and 23 deletions
+8 -1
View File
@@ -84,7 +84,14 @@
</dependency>
<!-- test scoped -->
<dependency>
<groupId>org.springframework</groupId>
<artifactId>spring-test</artifactId>
<version>${org.springframework.version}</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>junit</groupId>
<artifactId>junit-dep</artifactId>