Skip to content

Commit e3eb18a

Browse files
committed
[#47] Changed scope of atom-it dependencies
1 parent 3963408 commit e3eb18a

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

atom-it/pom.xml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,11 +23,12 @@
2323
<dependency>
2424
<groupId>oo</groupId>
2525
<artifactId>atom-api</artifactId>
26+
<scope>provided</scope>
2627
</dependency>
2728
<dependency>
2829
<groupId>oo</groupId>
2930
<artifactId>atom-tests</artifactId>
30-
<scope>test</scope>
31+
<scope>provided</scope>
3132
</dependency>
3233
<dependency>
3334
<groupId>io.vavr</groupId>

0 commit comments

Comments
 (0)