|
42 | 42 | <annotations.version>13.0</annotations.version> |
43 | 43 | <async-http-client.version>3.0.0.Beta3</async-http-client.version> |
44 | 44 | <commons-lang3.version>3.17.0</commons-lang3.version> |
| 45 | + <grpc.version>1.61.1</grpc.version> |
45 | 46 | <http-facade.version>0.2.1</http-facade.version> |
46 | 47 | <jackson.version>2.17.2</jackson.version> |
47 | 48 | <junit.version>5.11.1</junit.version> |
|
52 | 53 | <mockito.version>5.13.0</mockito.version> |
53 | 54 | <okhttp.version>4.12.0</okhttp.version> |
54 | 55 | <puppycrawl.version>10.18.1</puppycrawl.version> |
| 56 | + <protobuf.version>3.25.1</protobuf.version> |
| 57 | + <protoc.version>3.25.1</protoc.version> |
55 | 58 | <reactor-netty.version>1.1.21</reactor-netty.version> |
56 | 59 | <scala.version>3.4.0</scala.version> |
57 | 60 | <slf4j.version>2.0.7</slf4j.version> |
58 | 61 | <spring.version>6.0.19</spring.version> |
59 | 62 | <spring-boot.version>3.1.11</spring-boot.version> |
| 63 | + <vertx.version>4.5.10</vertx.version> |
60 | 64 | <!-- plugin --> |
61 | 65 | <central-publishing-maven-plugin.version>0.6.0</central-publishing-maven-plugin.version> |
62 | 66 | <lombok-maven-plugin.version>1.18.20.0</lombok-maven-plugin.version> |
|
70 | 74 | <maven-release-plugin.version>3.1.1</maven-release-plugin.version> |
71 | 75 | <maven-source-plugin.version>3.3.1</maven-source-plugin.version> |
72 | 76 | <maven-surefire-plugin.version>3.5.0</maven-surefire-plugin.version> |
| 77 | + <maven-os-maven-plugin.version>1.7.1</maven-os-maven-plugin.version> |
| 78 | + <maven-protobuf-maven-plugin>0.6.1</maven-protobuf-maven-plugin> |
73 | 79 | <nexus-staging-plugin.version>1.6.13</nexus-staging-plugin.version> |
74 | 80 | <scala-maven-plugin.version>4.9.2</scala-maven-plugin.version> |
75 | 81 | <spotbugs-maven-plugin.version>4.8.6.4</spotbugs-maven-plugin.version> |
|
95 | 101 | <artifactId>jackson-databind</artifactId> |
96 | 102 | <version>${jackson.version}</version> |
97 | 103 | </dependency> |
| 104 | + <dependency> |
| 105 | + <groupId>io.grpc</groupId> |
| 106 | + <artifactId>grpc-bom</artifactId> |
| 107 | + <version>${grpc.version}</version> |
| 108 | + <type>pom</type> |
| 109 | + <scope>import</scope> |
| 110 | + </dependency> |
98 | 111 | </dependencies> |
99 | 112 | </dependencyManagement> |
100 | 113 |
|
|
146 | 159 | </dependencies> |
147 | 160 |
|
148 | 161 | <build> |
| 162 | + <extensions> |
| 163 | + <extension> |
| 164 | + <groupId>kr.motd.maven</groupId> |
| 165 | + <artifactId>os-maven-plugin</artifactId> |
| 166 | + <version>${maven-os-maven-plugin.version}</version> |
| 167 | + </extension> |
| 168 | + </extensions> |
149 | 169 | <sourceDirectory>${src.dir}</sourceDirectory> |
150 | 170 | <plugins> |
151 | 171 | <plugin> |
|
0 commit comments