Merge pull request #59 from mgooty/master

Added example code for usage and configuration of @Scheduled annotation.
This commit is contained in:
Eugen
2014-10-19 20:44:53 +03:00
6 changed files with 114 additions and 2 deletions
+1 -2
View File
@@ -33,7 +33,7 @@
</dependency>
<!-- persistence -->
<dependency>
<groupId>org.hibernate</groupId>
<artifactId>hibernate-core</artifactId>
@@ -118,7 +118,6 @@
<version>${mockito.version}</version>
<scope>test</scope>
</dependency>
</dependencies>
<build>