We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bd54fa0 commit e04b2dcCopy full SHA for e04b2dc
flow-plugins/flow-maven-plugin/src/it/plugin-pinned-deps-project/invoker.properties
@@ -14,4 +14,6 @@
14
# the License.
15
#
16
17
-invoker.goals=clean package
+# 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
@@ -35,9 +35,9 @@
35
<version>${flow.version}</version>
36
</dependency>
37
<dependency>
38
- <groupId>org.reflections</groupId>
39
- <artifactId>reflections</artifactId>
40
- <version>0.9.10</version>
+ <groupId>io.github.classgraph</groupId>
+ <artifactId>classgraph</artifactId>
+ <version>4.0.0</version>
41
42
43
<groupId>org.zeroturnaround</groupId>
0 commit comments