|
21 | 21 | <parent> |
22 | 22 | <groupId>org.commonjava</groupId> |
23 | 23 | <artifactId>service-parent</artifactId> |
24 | | - <version>2</version> |
| 24 | + <version>5</version> |
25 | 25 | </parent> |
26 | 26 | <groupId>org.commonjava.util</groupId> |
27 | 27 | <artifactId>sidecar</artifactId> |
|
39 | 39 | <projectEmail>https://github.com/Commonjava/indy-sidecar</projectEmail> |
40 | 40 | <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding> |
41 | 41 | <project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding> |
42 | | - <surefire-plugin.version>3.0.0-M5</surefire-plugin.version> |
| 42 | + <surefire-plugin.version>3.0.0</surefire-plugin.version> |
43 | 43 |
|
44 | 44 | <httpTestserverVersion>2.2</httpTestserverVersion> |
45 | 45 | </properties> |
|
71 | 71 | </dependency> |
72 | 72 | <dependency> |
73 | 73 | <groupId>io.quarkus</groupId> |
74 | | - <artifactId>quarkus-opentelemetry-exporter-otlp</artifactId> |
| 74 | + <artifactId>quarkus-opentelemetry</artifactId> |
75 | 75 | </dependency> |
76 | 76 | <dependency> |
77 | 77 | <groupId>io.opentelemetry</groupId> |
|
88 | 88 | </dependency> |
89 | 89 | <dependency> |
90 | 90 | <groupId>io.quarkus</groupId> |
91 | | - <artifactId>quarkus-rest-client-jsonb</artifactId> |
| 91 | + <artifactId>quarkus-rest-client-jackson</artifactId> |
92 | 92 | </dependency> |
93 | 93 | <dependency> |
94 | 94 | <groupId>io.quarkus</groupId> |
95 | | - <artifactId>quarkus-reactive-routes</artifactId> |
| 95 | + <artifactId>quarkus-resteasy-reactive-jackson</artifactId> |
96 | 96 | </dependency> |
97 | 97 | <dependency> |
98 | 98 | <groupId>io.quarkus</groupId> |
99 | | - <artifactId>quarkus-resteasy-mutiny</artifactId> |
| 99 | + <artifactId>quarkus-reactive-routes</artifactId> |
100 | 100 | </dependency> |
101 | 101 | <dependency> |
102 | 102 | <groupId>io.quarkus</groupId> |
|
110 | 110 | <groupId>org.apache.commons</groupId> |
111 | 111 | <artifactId>commons-lang3</artifactId> |
112 | 112 | </dependency> |
| 113 | + <dependency> |
| 114 | + <groupId>commons-io</groupId> |
| 115 | + <artifactId>commons-io</artifactId> |
| 116 | + <version>2.11.0</version> |
| 117 | + </dependency> |
113 | 118 | <dependency> |
114 | 119 | <groupId>io.smallrye.reactive</groupId> |
115 | 120 | <artifactId>smallrye-mutiny-vertx-web-client</artifactId> |
|
147 | 152 | <plugin> |
148 | 153 | <groupId>io.quarkus</groupId> |
149 | 154 | <artifactId>quarkus-maven-plugin</artifactId> |
| 155 | + <version>${quarkus.version}</version> |
150 | 156 | </plugin> |
151 | 157 | <plugin> |
152 | 158 | <artifactId>maven-compiler-plugin</artifactId> |
|
0 commit comments