|
7 | 7 | <parent> |
8 | 8 | <groupId>com.posadskiy</groupId> |
9 | 9 | <artifactId>java-swing-tutor</artifactId> |
10 | | - <version>1.2.0</version> |
| 10 | + <version>1.2.4</version> |
11 | 11 | </parent> |
12 | 12 |
|
13 | 13 | <artifactId>service</artifactId> |
|
74 | 74 | <groupId>io.micronaut</groupId> |
75 | 75 | <artifactId>micronaut-management</artifactId> |
76 | 76 | </dependency> |
| 77 | + <dependency> |
| 78 | + <groupId>io.micronaut.micrometer</groupId> |
| 79 | + <artifactId>micronaut-micrometer-core</artifactId> |
| 80 | + </dependency> |
77 | 81 | <dependency> |
78 | 82 | <groupId>io.micronaut.micrometer</groupId> |
79 | 83 | <artifactId>micronaut-micrometer-registry-prometheus</artifactId> |
|
188 | 192 | <plugin> |
189 | 193 | <groupId>io.micronaut.maven</groupId> |
190 | 194 | <artifactId>micronaut-maven-plugin</artifactId> |
191 | | - <version>4.11.6</version> |
192 | 195 | <configuration> |
193 | 196 | <mainClass>${exec.mainClass}</mainClass> |
194 | 197 | </configuration> |
195 | 198 | </plugin> |
196 | | - <plugin> |
197 | | - <groupId>org.apache.maven.plugins</groupId> |
198 | | - <artifactId>maven-shade-plugin</artifactId> |
199 | | - <version>3.6.0</version> |
200 | | - </plugin> |
201 | 199 | <plugin> |
202 | 200 | <groupId>org.apache.maven.plugins</groupId> |
203 | 201 | <artifactId>maven-compiler-plugin</artifactId> |
204 | 202 | <configuration> |
205 | | - <compilerArgs> |
206 | | - <arg>-parameters</arg> |
207 | | - </compilerArgs> |
208 | 203 | <annotationProcessorPaths combine.children="append"> |
209 | | - <path> |
210 | | - <groupId>io.micronaut</groupId> |
211 | | - <artifactId>micronaut-inject-java</artifactId> |
212 | | - <version>${micronaut.version}</version> |
213 | | - </path> |
214 | 204 | <path> |
215 | 205 | <groupId>io.micronaut.data</groupId> |
216 | 206 | <artifactId>micronaut-data-processor</artifactId> |
217 | 207 | </path> |
218 | | - <path> |
219 | | - <groupId>io.micronaut.validation</groupId> |
220 | | - <artifactId>micronaut-validation-processor</artifactId> |
221 | | - </path> |
222 | 208 | </annotationProcessorPaths> |
223 | 209 | </configuration> |
224 | 210 | </plugin> |
|
0 commit comments