We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4bb3c16 commit 4bf3f32Copy full SHA for 4bf3f32
pom.xml
@@ -299,12 +299,6 @@
299
<version>${jooby.version}</version>
300
</dependency>
301
302
- <dependency>
303
- <groupId>io.jooby</groupId>
304
- <artifactId>jooby-maven-plugin</artifactId>
305
- <version>${jooby.version}</version>
306
- </dependency>
307
-
308
<!-- ASM -->
309
<dependency>
310
<groupId>org.ow2.asm</groupId>
@@ -815,6 +809,12 @@
815
809
816
810
<pluginManagement>
817
811
<plugins>
812
+ <!-- jooby maven plugin -->
813
+ <plugin>
814
+ <groupId>io.jooby</groupId>
+ <artifactId>jooby-maven-plugin</artifactId>
+ <version>${jooby.version}</version>
+ </plugin>
818
<!-- kotlin -->
819
<plugin>
820
<artifactId>kotlin-maven-plugin</artifactId>
0 commit comments