pom.xml 857 字节
Newer Older
A
ascrutae 已提交
1 2 3 4 5
<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>
        <artifactId>spring-plugins</artifactId>
        <groupId>org.skywalking</groupId>
wu-sheng's avatar
wu-sheng 已提交
6
        <version>3.2.3-2017</version>
A
ascrutae 已提交
7 8 9
    </parent>
    <modelVersion>4.0.0</modelVersion>

A
ascrutae 已提交
10
    <artifactId>apm-resttemplate-4.3.x-plugin</artifactId>
A
ascrutae 已提交
11 12 13 14 15 16 17 18 19
    <packaging>jar</packaging>

    <name>resttemplate-4.3.x-plugin</name>
    <url>http://maven.apache.org</url>

    <dependencies>
        <dependency>
            <groupId>org.springframework</groupId>
            <artifactId>spring-web</artifactId>
A
ascrutae 已提交
20
            <version>4.3.10.RELEASE</version>
A
ascrutae 已提交
21 22 23 24
            <scope>provided</scope>
        </dependency>
    </dependencies>
</project>