REd-106: enable dictionary version

This commit is contained in:
cheng 2020-07-20 09:09:53 +02:00
parent 4617b3535d
commit 6c732a9b20
2 changed files with 2 additions and 2 deletions

View File

@ -39,7 +39,7 @@
<dependency>
<groupId>com.iqser.red.service</groupId>
<artifactId>configuration-service-api-v1</artifactId>
<version>1.0.0</version>
<version>1.0.1</version>
</dependency>
<dependency>
<groupId>org.drools</groupId>

View File

@ -34,7 +34,7 @@ public class DictionaryService {
public void updateDictionary() {
long version = 1; // TODO = dictionaryClient.getVersion();
long version = dictionaryClient.getVersion();
if (version > dictionaryVersion) {
dictionaryVersion = version;
updateDictionaryEntry();