Skip to content

Commit b85bbee

Browse files
committed
build: fix tiles upgrade error
1 parent 01ad192 commit b85bbee

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

modules/jooby-stork/pom.xml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,13 @@
2424
<configuration>
2525
<filtering>true</filtering>
2626
</configuration>
27+
<dependencies>
28+
<dependency>
29+
<groupId>org.codehaus.plexus</groupId>
30+
<artifactId>plexus-utils</artifactId>
31+
<version>${plexus-utils.version}</version>
32+
</dependency>
33+
</dependencies>
2734
</plugin>
2835

2936
<plugin>

0 commit comments

Comments
 (0)