X Tutup
Skip to content

Commit fa04aed

Browse files
author
Niklas Bolander
committed
Apply build fix
Suggested here #948
1 parent 03c4586 commit fa04aed

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

pom.xml

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -462,6 +462,18 @@
462462
<groupId>org.eclipse.virgo.bundlor</groupId>
463463
<artifactId>org.eclipse.virgo.bundlor.maven</artifactId>
464464
<version>${maven-bundlor-plugin.version}</version>
465+
<dependencies>
466+
<dependency>
467+
<groupId>org.eclipse.virgo.bundlor</groupId>
468+
<artifactId>org.eclipse.virgo.bundlor</artifactId>
469+
<version>1.1.2.RELEASE</version>
470+
</dependency>
471+
<dependency>
472+
<groupId>org.eclipse.virgo.bundlor</groupId>
473+
<artifactId>org.eclipse.virgo.bundlor.blint</artifactId>
474+
<version>1.1.2.RELEASE</version>
475+
</dependency>
476+
</dependencies>
465477
<executions>
466478
<execution>
467479
<id>bundlor</id>

0 commit comments

Comments
 (0)
X Tutup