Skip to content

Commit 4bf3f32

Browse files
committed
Move jooby-maven-plugin dependency to pluginManagement
1 parent 4bb3c16 commit 4bf3f32

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

pom.xml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -299,12 +299,6 @@
299299
<version>${jooby.version}</version>
300300
</dependency>
301301

302-
<dependency>
303-
<groupId>io.jooby</groupId>
304-
<artifactId>jooby-maven-plugin</artifactId>
305-
<version>${jooby.version}</version>
306-
</dependency>
307-
308302
<!-- ASM -->
309303
<dependency>
310304
<groupId>org.ow2.asm</groupId>
@@ -815,6 +809,12 @@
815809

816810
<pluginManagement>
817811
<plugins>
812+
<!-- jooby maven plugin -->
813+
<plugin>
814+
<groupId>io.jooby</groupId>
815+
<artifactId>jooby-maven-plugin</artifactId>
816+
<version>${jooby.version}</version>
817+
</plugin>
818818
<!-- kotlin -->
819819
<plugin>
820820
<artifactId>kotlin-maven-plugin</artifactId>

0 commit comments

Comments
 (0)