|
1 | 1 | <?xml version="1.0" encoding="UTF-8"?> |
| 2 | +<!-- |
| 3 | + Licensed to the Apache Software Foundation (ASF) under one or more |
| 4 | + contributor license agreements. See the NOTICE file distributed with |
| 5 | + this work for additional information regarding copyright ownership. |
| 6 | + The ASF licenses this file to You under the Apache License, Version 2.0 |
| 7 | + (the "License"); you may not use this file except in compliance with |
| 8 | + the License. You may obtain a copy of the License at |
| 9 | +
|
| 10 | + http://www.apache.org/licenses/LICENSE-2.0 |
| 11 | +
|
| 12 | + Unless required by applicable law or agreed to in writing, software |
| 13 | + distributed under the License is distributed on an "AS IS" BASIS, |
| 14 | + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. |
| 15 | + See the License for the specific language governing permissions and |
| 16 | + limitations under the License. |
| 17 | + --> |
2 | 18 | <project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"> |
3 | 19 |
|
4 | 20 | <modelVersion>4.0.0</modelVersion> |
5 | 21 |
|
6 | 22 | <parent> |
7 | 23 | <groupId>org.apache.dubbo</groupId> |
8 | 24 | <artifactId>dubbo-parent</artifactId> |
9 | | - <version>2.7.1-SNAPSHOT</version> |
| 25 | + <version>${revision}</version> |
10 | 26 | </parent> |
11 | 27 |
|
12 | 28 | <groupId>org.apache.dubbo</groupId> |
13 | 29 | <artifactId>dubbo-bom</artifactId> |
14 | | - <version>2.7.1-SNAPSHOT</version> |
15 | 30 | <packaging>pom</packaging> |
16 | 31 |
|
17 | 32 | <name>dubbo-bom</name> |
|
158 | 173 | <artifactId>dubbo-rpc-injvm</artifactId> |
159 | 174 | <version>${project.version}</version> |
160 | 175 | </dependency> |
| 176 | + <dependency> |
| 177 | + <groupId>org.apache.dubbo</groupId> |
| 178 | + <artifactId>dubbo-rpc-jsonrpc</artifactId> |
| 179 | + <version>${project.version}</version> |
| 180 | + </dependency> |
161 | 181 | <dependency> |
162 | 182 | <groupId>org.apache.dubbo</groupId> |
163 | 183 | <artifactId>dubbo-rpc-rmi</artifactId> |
|
303 | 323 | <artifactId>dubbo-serialization-protostuff</artifactId> |
304 | 324 | <version>${project.version}</version> |
305 | 325 | </dependency> |
| 326 | + <dependency> |
| 327 | + <groupId>org.apache.dubbo</groupId> |
| 328 | + <artifactId>dubbo-serialization-avro</artifactId> |
| 329 | + <version>${project.version}</version> |
| 330 | + </dependency> |
306 | 331 | <dependency> |
307 | 332 | <groupId>org.apache.dubbo</groupId> |
308 | 333 | <artifactId>dubbo-compatible</artifactId> |
|
0 commit comments