mirror of
https://github.com/wahyd4/pinpoint.git
synced 2026-08-09 21:06:54 +10:00
28 lines
993 B
XML
28 lines
993 B
XML
<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/maven-v4_0_0.xsd">
|
|
<modelVersion>4.0.0</modelVersion>
|
|
<parent>
|
|
<groupId>com.navercorp.pinpoint</groupId>
|
|
<artifactId>pom</artifactId>
|
|
<relativePath>../..</relativePath>
|
|
<version>1.5.3-SNAPSHOT</version>
|
|
</parent>
|
|
|
|
<artifactId>pinpoint-spring-plugin</artifactId>
|
|
<name>pinpoint-spring-plugin</name>
|
|
<packaging>jar</packaging>
|
|
|
|
<dependencies>
|
|
<dependency>
|
|
<groupId>com.navercorp.pinpoint</groupId>
|
|
<artifactId>pinpoint-bootstrap-core</artifactId>
|
|
<scope>provided</scope>
|
|
</dependency>
|
|
<dependency>
|
|
<groupId>com.navercorp.pinpoint</groupId>
|
|
<artifactId>pinpoint-test</artifactId>
|
|
<scope>test</scope>
|
|
</dependency>
|
|
</dependencies>
|
|
</project>
|