|
58 | 58 | </plugin> |
59 | 59 | </plugins> |
60 | 60 | </build> |
| 61 | + <repositories> |
| 62 | + <repository> |
| 63 | + <id>buf</id> |
| 64 | + <name>Buf Maven Repository</name> |
| 65 | + <url>https://buf.build/gen/maven</url> |
| 66 | + <layout>default</layout> |
| 67 | + <releases> |
| 68 | + <enabled>true</enabled> |
| 69 | + <updatePolicy>daily</updatePolicy> |
| 70 | + <checksumPolicy>warn</checksumPolicy> |
| 71 | + </releases> |
| 72 | + <snapshots> |
| 73 | + <enabled>false</enabled> |
| 74 | + </snapshots> |
| 75 | + </repository> |
| 76 | + </repositories> |
| 77 | + <distributionManagement> |
| 78 | + <repository> |
| 79 | + <id>bufd-releases</id> |
| 80 | + <name>BSR Maven Releases</name> |
| 81 | + <url>https://buf.build/gen/maven</url> |
| 82 | + </repository> |
| 83 | + </distributionManagement> |
| 84 | + |
61 | 85 |
|
62 | 86 | <dependencies> |
63 | 87 |
|
|
119 | 143 | <scope>test</scope> |
120 | 144 | </dependency> |
121 | 145 |
|
122 | | - <dependency> |
123 | | - <groupId>io.grpc</groupId> |
124 | | - <artifactId>grpc-core</artifactId> |
125 | | - <version>1.65.1</version> |
126 | | - </dependency> |
127 | | - |
128 | | - <dependency> |
129 | | - <groupId>io.grpc</groupId> |
130 | | - <artifactId>grpc-protobuf</artifactId> |
131 | | - <version>1.65.1</version> |
132 | | - </dependency> |
133 | | - |
134 | | - <dependency> |
135 | | - <groupId>io.grpc</groupId> |
136 | | - <artifactId>grpc-stub</artifactId> |
137 | | - <version>1.65.1</version> |
138 | | - </dependency> |
139 | | - |
140 | | - |
141 | | - <dependency> |
142 | | - <groupId>com.google.protobuf</groupId> |
143 | | - <artifactId>protobuf-java</artifactId> |
144 | | - <version>4.27.2</version> |
145 | | - </dependency> |
146 | | - |
147 | | - <dependency> |
148 | | - <groupId>build.buf.gen</groupId> |
149 | | - <artifactId>envoyproxy_protoc-gen-validate_protocolbuffers_java</artifactId> |
150 | | - <version>27.2.0.1.20221025150516.6607b10f00ed</version> |
151 | | - </dependency> |
152 | | - |
153 | | - <dependency> |
154 | | - <groupId>build.buf.gen</groupId> |
155 | | - <artifactId>googleapis_googleapis_protocolbuffers_java</artifactId> |
156 | | - <version>27.2.0.1.20221214150216.75b4300737fb</version> |
157 | | - </dependency> |
158 | | - |
159 | | - <dependency> |
160 | | - <groupId>build.buf.gen</groupId> |
161 | | - <artifactId>grpc-ecosystem_grpc-gateway_protocolbuffers_java</artifactId> |
162 | | - <version>27.2.0.1.20221127060915.a1ecdc58eccd</version> |
163 | | - </dependency> |
164 | | - |
165 | | - |
166 | 146 | </dependencies> |
167 | 147 | <properties> |
168 | 148 | <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding> |
|
0 commit comments