mirror of
https://github.com/wahyd4/pinpoint.git
synced 2026-08-09 04:46:06 +10:00
40 lines
1.6 KiB
XML
40 lines
1.6 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>pinpoint</artifactId>
|
|
<version>1.7.0-SNAPSHOT</version>
|
|
</parent>
|
|
|
|
<artifactId>pinpoint-profiler-optional</artifactId>
|
|
<name>pinpoint-profiler-optional</name>
|
|
<packaging>pom</packaging>
|
|
<description>pinpoint profiler optional package</description>
|
|
|
|
<modules>
|
|
<module>profiler-optional-jdk6</module>
|
|
<module>profiler-optional-jdk7</module>
|
|
<module>profiler-optional-jdk8</module>
|
|
<module>profiler-optional-parent</module>
|
|
</modules>
|
|
|
|
<dependencies>
|
|
<dependency>
|
|
<groupId>com.navercorp.pinpoint</groupId>
|
|
<artifactId>pinpoint-profiler-optional-jdk6</artifactId>
|
|
<version>${project.version}</version>
|
|
</dependency>
|
|
<dependency>
|
|
<groupId>com.navercorp.pinpoint</groupId>
|
|
<artifactId>pinpoint-profiler-optional-jdk7</artifactId>
|
|
<version>${project.version}</version>
|
|
</dependency>
|
|
<!-- Not required yet -->
|
|
<!--<dependency>-->
|
|
<!--<groupId>com.navercorp.pinpoint</groupId>-->
|
|
<!--<artifactId>pinpoint-profiler-optional-jdk7</artifactId>-->
|
|
<!--<version>${project.version}</version>-->
|
|
<!--</dependency>-->
|
|
</dependencies>
|
|
|
|
</project> |