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 bc0d836 commit 2807a23Copy full SHA for 2807a23
modules/jooby-openapi/pom.xml
@@ -23,12 +23,6 @@
23
<version>${jooby.version}</version>
24
</dependency>
25
26
- <dependency>
27
- <groupId>com.puppycrawl.tools</groupId>
28
- <artifactId>checkstyle</artifactId>
29
- <version>10.26.1</version>
30
- </dependency>
31
-
32
<dependency>
33
<groupId>io.jooby</groupId>
34
<artifactId>jooby-kotlin</artifactId>
@@ -140,6 +134,13 @@
140
134
<version>1.17.5</version>
141
135
<scope>test</scope>
142
136
137
+
138
+ <dependency>
139
+ <groupId>com.puppycrawl.tools</groupId>
+ <artifactId>checkstyle</artifactId>
+ <version>10.26.1</version>
+ <scope>test</scope>
143
+ </dependency>
144
</dependencies>
145
146
<build>
0 commit comments