pom.xml 816 字节
Newer Older
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 7
        <artifactId>apm-toolkit-activation</artifactId>
        <groupId>org.skywalking</groupId>
wu-sheng's avatar
wu-sheng 已提交
8
        <version>3.2.3-2017</version>
9 10 11
    </parent>
    <modelVersion>4.0.0</modelVersion>

P
pengys5 已提交
12
    <artifactId>apm-toolkit-opentracing-activation</artifactId>
13

Z
zhangxin 已提交
14 15
    <dependencies>
        <dependency>
P
pengys5 已提交
16 17
            <groupId>org.skywalking</groupId>
            <artifactId>apm-toolkit-opentracing</artifactId>
Z
zhangxin 已提交
18
            <version>${project.version}</version>
19
            <scope>provided</scope>
Z
zhangxin 已提交
20 21
        </dependency>
    </dependencies>
22
</project>