Simulated Annealing algorithm (#900)

* @Async and Spring Security

* @Async with SecurityContext propagated

* Spring and @Async

* Simulated Annealing algorithm

* Simulated Annealing algorithm

* Rebase

* Rebase
This commit is contained in:
maibin
2016-12-16 21:10:54 +01:00
committed by Grzegorz Piwowarek
parent 2fe2e2a971
commit 7f45d8f9c9
4 changed files with 129 additions and 0 deletions
+6
View File
@@ -85,6 +85,12 @@
<artifactId>log4j-over-slf4j</artifactId>
<version>${org.slf4j.version}</version>
</dependency>
<dependency>
<groupId>org.projectlombok</groupId>
<artifactId>lombok</artifactId>
<version>1.16.12</version>
<scope>provided</scope>
</dependency>
<!-- test scoped -->