Skip to content

Commit 0f13fcd

Browse files
committed
Fix dependency scopes
1 parent c641301 commit 0f13fcd

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

pom.xml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,7 @@
2626
<groupId>org.projectlombok</groupId>
2727
<artifactId>lombok</artifactId>
2828
<version>1.18.22</version>
29+
<optional>true</optional>
2930
</dependency>
3031
<dependency>
3132
<groupId>org.junit.jupiter</groupId>
@@ -37,6 +38,7 @@
3738
<groupId>org.junit.jupiter</groupId>
3839
<artifactId>junit-jupiter-params</artifactId>
3940
<version>${junit.version}</version>
41+
<scope>test</scope>
4042
</dependency>
4143
<dependency>
4244
<groupId>org.assertj</groupId>

0 commit comments

Comments
 (0)