Skip to content

Commit 743bf01

Browse files
committed
attempt to make the @disabled annotation work
1 parent ca9cc4a commit 743bf01

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

aws/localstack/pom.xml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -65,6 +65,11 @@
6565
</exclusion>
6666
</exclusions>
6767
</dependency>
68+
<dependency>
69+
<groupId>org.junit.jupiter</groupId>
70+
<artifactId>junit-jupiter-engine</artifactId>
71+
<scope>test</scope>
72+
</dependency>
6873
</dependencies>
6974

7075
<build>

0 commit comments

Comments
 (0)