pom.xml 781 字节
Newer Older
P
pengys5 已提交
1 2 3 4 5
<?xml version="1.0" encoding="UTF-8"?>
<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">
    <parent>
P
pengys5 已提交
6
        <artifactId>apm-collector-cluster-new</artifactId>
P
pengys5 已提交
7
        <groupId>org.skywalking</groupId>
wu-sheng's avatar
wu-sheng 已提交
8
        <version>3.2-2017</version>
P
pengys5 已提交
9 10 11
    </parent>
    <modelVersion>4.0.0</modelVersion>

P
pengys5 已提交
12
    <artifactId>cluster-standalone</artifactId>
13
    <packaging>jar</packaging>
P
pengys5 已提交
14

15 16
    <dependencies>
        <dependency>
P
pengys5 已提交
17
            <groupId>org.skywalking</groupId>
P
pengys5 已提交
18
            <artifactId>client-h2</artifactId>
19 20 21
            <version>${project.version}</version>
        </dependency>
    </dependencies>
P
pengys5 已提交
22
</project>