Commit 883647ac6df0ef10e8d583da881889b314fb8569

Authored by Mateusz Kopeć
1 parent 3f099270

small fix

Showing 1 changed file with 2 additions and 3 deletions
... ... @@ -18,7 +18,6 @@
18 18 <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
19 19 <java.version>1.8</java.version>
20 20  
21   - <junit.version>4.12</junit.version>
22 21 <slf4j.version>1.7.21</slf4j.version>
23 22 </properties>
24 23  
... ... @@ -160,12 +159,12 @@
160 159 <dependency>
161 160 <groupId>org.slf4j</groupId>
162 161 <artifactId>slf4j-api</artifactId>
163   - <version>1.7.21</version>
  162 + <version>${slf4j.version}</version>
164 163 </dependency>
165 164 <dependency>
166 165 <groupId>org.slf4j</groupId>
167 166 <artifactId>slf4j-simple</artifactId>
168   - <version>1.7.21</version>
  167 + <version>${slf4j.version}</version>
169 168 <scope>runtime</scope>
170 169 </dependency>
171 170  
... ...