Files
pinpoint/profiler-optional/pom.xml
T
koo.taejin d8cf8d3eda 1.5.0 release #1240
changed version (1.5.0-SNAPSHOT -> 1.5.0)
2015-11-23 13:44:42 +09:00

43 lines
1.7 KiB
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/xsd/maven-4.0.0.xsd">
<modelVersion>4.0.0</modelVersion>
<parent>
<groupId>com.navercorp.pinpoint</groupId>
<artifactId>pom</artifactId>
<version>1.5.0</version>
</parent>
<artifactId>pinpoint-profiler-optional</artifactId>
<name>pinpoint-profiler-optional</name>
<description>pinpoint profiler optional package</description>
<properties>
<jdk.version>1.7</jdk.version>
<jdk.home>${env.JAVA_7_HOME}</jdk.home>
</properties>
<dependencies>
<dependency>
<groupId>com.navercorp.pinpoint</groupId>
<artifactId>pinpoint-profiler</artifactId>
<scope>provided</scope>
<exclusions>
<exclusion>
<groupId>com.navercorp.pinpoint</groupId>
<artifactId>pinpoint-commons</artifactId>
</exclusion>
<exclusion>
<groupId>com.navercorp.pinpoint</groupId>
<artifactId>pinpoint-bootstrap</artifactId>
</exclusion>
<exclusion>
<groupId>com.navercorp.pinpoint</groupId>
<artifactId>pinpoint-rpc</artifactId>
</exclusion>
<exclusion>
<groupId>com.navercorp.pinpoint</groupId>
<artifactId>pinpoint-thrift</artifactId>
</exclusion>
</exclusions>
</dependency>
</dependencies>
</project>