Skip to content

Commit 2807a23

Browse files
committed
open-api: mock of javadoc
1 parent bc0d836 commit 2807a23

File tree

1 file changed

+7
-6
lines changed

1 file changed

+7
-6
lines changed

modules/jooby-openapi/pom.xml

Lines changed: 7 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -23,12 +23,6 @@
2323
<version>${jooby.version}</version>
2424
</dependency>
2525

26-
<dependency>
27-
<groupId>com.puppycrawl.tools</groupId>
28-
<artifactId>checkstyle</artifactId>
29-
<version>10.26.1</version>
30-
</dependency>
31-
3226
<dependency>
3327
<groupId>io.jooby</groupId>
3428
<artifactId>jooby-kotlin</artifactId>
@@ -140,6 +134,13 @@
140134
<version>1.17.5</version>
141135
<scope>test</scope>
142136
</dependency>
137+
138+
<dependency>
139+
<groupId>com.puppycrawl.tools</groupId>
140+
<artifactId>checkstyle</artifactId>
141+
<version>10.26.1</version>
142+
<scope>test</scope>
143+
</dependency>
143144
</dependencies>
144145

145146
<build>

0 commit comments

Comments
 (0)