Skip to content

Commit 9508405

Browse files
ascopesdependabot[bot]
authored andcommitted
Update pom.xml
Signed-off-by: Ashley <[email protected]>
1 parent 46ff2ef commit 9508405

File tree

1 file changed

+2
-1
lines changed
  • acceptance-tests/acceptance-tests-error-prone

1 file changed

+2
-1
lines changed

acceptance-tests/acceptance-tests-error-prone/pom.xml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,6 +61,7 @@
6161
<groupId>com.google.errorprone</groupId>
6262
<artifactId>error_prone_core</artifactId>
6363
<version>${error-prone.version}</version>
64+
<scope>test</scope>
6465
</dependency>
6566

6667
<dependency>
@@ -101,7 +102,7 @@
101102
<!-- https://github.com/google/error-prone/issues/3710 -->
102103
<id>${project.artifactId}::ignore-tests-before-jdk12</id>
103104
<activation>
104-
<jdk>[,11]</jdk>
105+
<jdk>[,12)</jdk>
105106
</activation>
106107
<properties>
107108
<maven.test.skip>true</maven.test.skip>

0 commit comments

Comments
 (0)