summaryrefslogtreecommitdiff
path: root/pom.xml
diff options
context:
space:
mode:
Diffstat (limited to 'pom.xml')
-rw-r--r--pom.xml3
1 files changed, 3 insertions, 0 deletions
diff --git a/pom.xml b/pom.xml
index d42b0bb..036ec98 100644
--- a/pom.xml
+++ b/pom.xml
@@ -269,17 +269,20 @@
269 </dependencyManagement> 269 </dependencyManagement>
270 270
271 <dependencies> 271 <dependencies>
272 <!-- compile scope -->
272 <dependency> 273 <dependency>
273 <groupId>org.slf4j</groupId> 274 <groupId>org.slf4j</groupId>
274 <artifactId>slf4j-api</artifactId> 275 <artifactId>slf4j-api</artifactId>
275 </dependency> 276 </dependency>
276 277
278 <!-- provided scope -->
277 <dependency> 279 <dependency>
278 <groupId>org.projectlombok</groupId> 280 <groupId>org.projectlombok</groupId>
279 <artifactId>lombok</artifactId> 281 <artifactId>lombok</artifactId>
280 <scope>provided</scope> 282 <scope>provided</scope>
281 </dependency> 283 </dependency>
282 284
285 <!-- test scope -->
283 <dependency> 286 <dependency>
284 <groupId>org.junit.jupiter</groupId> 287 <groupId>org.junit.jupiter</groupId>
285 <artifactId>junit-jupiter</artifactId> 288 <artifactId>junit-jupiter</artifactId>