Skip to content

Commit b6cf6a7

Browse files
committed
Added tycho-build dependency
1 parent 6f471ef commit b6cf6a7

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

pom.xml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -430,6 +430,13 @@
430430
<groupId>org.eclipse.tycho</groupId>
431431
<artifactId>tycho-maven-plugin</artifactId>
432432
<extensions>true</extensions>
433+
<dependencies>
434+
<dependency>
435+
<groupId>org.eclipse.tycho</groupId>
436+
<artifactId>tycho-build</artifactId>
437+
<version>${tychoVersion}</version>
438+
</dependency>
439+
</dependencies>
433440
</plugin>
434441
<plugin>
435442
<groupId>org.eclipse.tycho</groupId>

0 commit comments

Comments
 (0)