Skip to content

Commit e04b2dc

Browse files
committed
update test
1 parent bd54fa0 commit e04b2dc

File tree

2 files changed

+6
-4
lines changed

2 files changed

+6
-4
lines changed

flow-plugins/flow-maven-plugin/src/it/plugin-pinned-deps-project/invoker.properties

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,4 +14,6 @@
1414
# the License.
1515
#
1616

17-
invoker.goals=clean package
17+
# Build will fail with a ClassNotFoundException if using the outdate version
18+
# of the plugin required dependencies.
19+
invoker.goals=clean package -ntp

flow-plugins/flow-maven-plugin/src/it/plugin-pinned-deps-project/pom.xml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -35,9 +35,9 @@
3535
<version>${flow.version}</version>
3636
</dependency>
3737
<dependency>
38-
<groupId>org.reflections</groupId>
39-
<artifactId>reflections</artifactId>
40-
<version>0.9.10</version>
38+
<groupId>io.github.classgraph</groupId>
39+
<artifactId>classgraph</artifactId>
40+
<version>4.0.0</version>
4141
</dependency>
4242
<dependency>
4343
<groupId>org.zeroturnaround</groupId>

0 commit comments

Comments
 (0)