|
| 1 | +<?xml version="1.0" encoding="UTF-8"?> |
| 2 | +<!-- |
| 3 | +
|
| 4 | + Licensed to the Apache Software Foundation (ASF) under one |
| 5 | + or more contributor license agreements. See the NOTICE file |
| 6 | + distributed with this work for additional information |
| 7 | + regarding copyright ownership. The ASF licenses this file |
| 8 | + to you under the Apache License, Version 2.0 (the |
| 9 | + "License"); you may not use this file except in compliance |
| 10 | + with the License. You may obtain a copy of the License at |
| 11 | +
|
| 12 | + http://www.apache.org/licenses/LICENSE-2.0 |
| 13 | +
|
| 14 | + Unless required by applicable law or agreed to in writing, |
| 15 | + software distributed under the License is distributed on an |
| 16 | + "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY |
| 17 | + KIND, either express or implied. See the License for the |
| 18 | + specific language governing permissions and limitations |
| 19 | + under the License. |
| 20 | +
|
| 21 | +--> |
| 22 | +<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"> |
| 23 | + <modelVersion>4.0.0</modelVersion> |
| 24 | + <parent> |
| 25 | + <groupId>org.apache.iotdb</groupId> |
| 26 | + <artifactId>iotdb-client</artifactId> |
| 27 | + <version>2.0.7-SNAPSHOT</version> |
| 28 | + </parent> |
| 29 | + <artifactId>iotdb-subscription</artifactId> |
| 30 | + <name>IoTDB: Client: Subscription</name> |
| 31 | + <dependencies> |
| 32 | + <dependency> |
| 33 | + <groupId>org.apache.iotdb</groupId> |
| 34 | + <artifactId>pipe-api</artifactId> |
| 35 | + <version>2.0.7-SNAPSHOT</version> |
| 36 | + </dependency> |
| 37 | + <dependency> |
| 38 | + <groupId>org.apache.iotdb</groupId> |
| 39 | + <artifactId>isession</artifactId> |
| 40 | + <version>2.0.7-SNAPSHOT</version> |
| 41 | + </dependency> |
| 42 | + <dependency> |
| 43 | + <groupId>org.apache.iotdb</groupId> |
| 44 | + <artifactId>iotdb-session</artifactId> |
| 45 | + <version>2.0.7-SNAPSHOT</version> |
| 46 | + </dependency> |
| 47 | + <dependency> |
| 48 | + <groupId>org.apache.iotdb</groupId> |
| 49 | + <artifactId>service-rpc</artifactId> |
| 50 | + <version>2.0.7-SNAPSHOT</version> |
| 51 | + </dependency> |
| 52 | + <dependency> |
| 53 | + <groupId>org.apache.iotdb</groupId> |
| 54 | + <artifactId>iotdb-thrift-commons</artifactId> |
| 55 | + <version>2.0.7-SNAPSHOT</version> |
| 56 | + </dependency> |
| 57 | + <dependency> |
| 58 | + <groupId>org.apache.iotdb</groupId> |
| 59 | + <artifactId>iotdb-thrift</artifactId> |
| 60 | + <version>2.0.7-SNAPSHOT</version> |
| 61 | + </dependency> |
| 62 | + <dependency> |
| 63 | + <groupId>org.apache.tsfile</groupId> |
| 64 | + <artifactId>common</artifactId> |
| 65 | + <version>${tsfile.version}</version> |
| 66 | + </dependency> |
| 67 | + <dependency> |
| 68 | + <groupId>org.apache.tsfile</groupId> |
| 69 | + <artifactId>tsfile</artifactId> |
| 70 | + <version>${tsfile.version}</version> |
| 71 | + </dependency> |
| 72 | + <dependency> |
| 73 | + <groupId>org.slf4j</groupId> |
| 74 | + <artifactId>slf4j-api</artifactId> |
| 75 | + </dependency> |
| 76 | + <dependency> |
| 77 | + <groupId>org.apache.thrift</groupId> |
| 78 | + <artifactId>libthrift</artifactId> |
| 79 | + </dependency> |
| 80 | + </dependencies> |
| 81 | +</project> |
0 commit comments