Skip to content

Commit a7fcef8

Browse files
committed
fix(deps): bump tycho.version from 5.0.0 to 5.0.1
1 parent b92293a commit a7fcef8

File tree

1 file changed

+22
-1
lines changed

1 file changed

+22
-1
lines changed

pom.xml

Lines changed: 22 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@
6969

7070
<properties>
7171
<java.version>21</java.version>
72-
<tycho.version>5.0.0</tycho.version>
72+
<tycho.version>5.0.1</tycho.version>
7373

7474
<!-- to prevent dozen of warnings like:
7575
[WARNING] System artifact: p2.eclipse-plugin:org.eclipse.mylyn.commons.notifications.ui:jar:1.17.2.v20200813-0821:system has no file attached
@@ -91,6 +91,27 @@
9191
</configuration>
9292
</plugin>
9393

94+
<plugin>
95+
<groupId>org.codehaus.gmavenplus</groupId>
96+
<artifactId>gmavenplus-plugin</artifactId>
97+
<dependencies>
98+
<!--
99+
workaround since Tycho 5 where for some unknown reason the Maven build aborts with
100+
org.apache.maven.lifecycle.LifecycleExecutionException:
101+
Failed to execute goal org.codehaus.gmavenplus:gmavenplus-plugin:4.2.1:execute (groovy.script.onValidate@validate) on project de.sebthom.eclipse.extra_syntax_highlighting.parent:
102+
Error occurred while calling a method on a Groovy class from classpath.
103+
Caused by: InvocationTargetException: startup failed:
104+
General error during conversion: Error grabbing Grapes - [download failed: commons-codec#commons-codec;1.19.0!commons-codec.jar]
105+
at groovy.grape.GrapeIvy.getDependencies(GrapeIvy.groovy:487)
106+
-->
107+
<dependency>
108+
<groupId>commons-codec</groupId>
109+
<artifactId>commons-codec</artifactId>
110+
<version>1.19.0</version>
111+
</dependency>
112+
</dependencies>
113+
</plugin>
114+
94115
<plugin>
95116
<groupId>org.eclipse.tycho</groupId>
96117
<artifactId>tycho-bnd-plugin</artifactId>

0 commit comments

Comments
 (0)