Skip to content

Commit a8c3077

Browse files
committed
chore: update optional test dependencies
1 parent d5e8b32 commit a8c3077

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

pom.xml

+4
Original file line numberDiff line numberDiff line change
@@ -83,12 +83,16 @@
8383
<groupId>software.amazon.smithy.dafny</groupId>
8484
<artifactId>conversion</artifactId>
8585
<version>0.1</version>
86+
<optional>true</optional>
87+
<scope>test</scope>
8688
</dependency>
8789

8890
<dependency>
8991
<groupId>org.dafny</groupId>
9092
<artifactId>DafnyRuntime</artifactId>
9193
<version>4.2.0</version>
94+
<optional>true</optional>
95+
<scope>test</scope>
9296
</dependency>
9397

9498
<dependency>

0 commit comments

Comments
 (0)