Skip to content
This repository has been archived by the owner on Sep 28, 2021. It is now read-only.

Commit

Permalink
Readd junit-vintage-engine
Browse files Browse the repository at this point in the history
  • Loading branch information
klaraward committed May 19, 2021
1 parent b76f5ef commit f9aacc5
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
6 changes: 5 additions & 1 deletion apollo-test/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -103,6 +103,10 @@
<groupId>org.junit.platform</groupId>
<artifactId>junit-platform-engine</artifactId>
</dependency>
<dependency>
<groupId>org.junit.vintage</groupId>
<artifactId>junit-vintage-engine</artifactId>
</dependency>
<dependency>
<groupId>junit</groupId>
<artifactId>junit</artifactId>
Expand Down Expand Up @@ -174,7 +178,7 @@
<limit>
<counter>INSTRUCTION</counter>
<value>COVEREDRATIO</value>
<minimum>0.16</minimum>
<minimum>0.48</minimum>
</limit>
</limits>
</rule>
Expand Down
1 change: 1 addition & 0 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -486,6 +486,7 @@
<failOnWarning>true</failOnWarning>
<ignoreNonCompile>true</ignoreNonCompile>
<ignoredUnusedDeclaredDependencies>
<dependency>:junit-vintage-engine::</dependency>
<!-- dependency:analyze uses bytecode so it doesn't see annotations and constants -->
<dependency>:auto-matter::</dependency>
<dependency>:auto-service-annotations::</dependency>
Expand Down

0 comments on commit f9aacc5

Please sign in to comment.