updating to 0.0.1
This commit is contained in:
parent
e01146b753
commit
cc3b394bd7
|
@ -31,7 +31,7 @@
|
||||||
</excludes>
|
</excludes>
|
||||||
<forkCount>3</forkCount>
|
<forkCount>3</forkCount>
|
||||||
<reuseForks>false</reuseForks>
|
<reuseForks>false</reuseForks>
|
||||||
<argLine>-Xmx500m -Xms500m -XX:MaxPermSize=256m
|
<argLine>-Xmx500m -Xms500m -XX:MaxPermSize=256m -Dorg.jboss.byteman.verbose=true -Djavaagent.enableAnnotations
|
||||||
-javaagent:${M2_REPO}/com/datadoghq/dd-java-agent/${project.version}/dd-java-agent-${project.version}.jar</argLine>
|
-javaagent:${M2_REPO}/com/datadoghq/dd-java-agent/${project.version}/dd-java-agent-${project.version}.jar</argLine>
|
||||||
<workingDirectory>target/FORK_DIRECTORY_${surefire.forkNumber}</workingDirectory>
|
<workingDirectory>target/FORK_DIRECTORY_${surefire.forkNumber}</workingDirectory>
|
||||||
</configuration>
|
</configuration>
|
||||||
|
@ -614,6 +614,34 @@
|
||||||
</exclusion>
|
</exclusion>
|
||||||
</exclusions>
|
</exclusions>
|
||||||
</dependency>
|
</dependency>
|
||||||
|
<dependency>
|
||||||
|
<groupId>org.elasticsearch.client</groupId>
|
||||||
|
<artifactId>rest</artifactId>
|
||||||
|
<version>5.4.0</version>
|
||||||
|
<scope>test</scope>
|
||||||
|
<exclusions>
|
||||||
|
<exclusion>
|
||||||
|
<artifactId>httpasyncclient</artifactId>
|
||||||
|
<groupId>org.apache.httpcomponents</groupId>
|
||||||
|
</exclusion>
|
||||||
|
<exclusion>
|
||||||
|
<artifactId>httpcore-nio</artifactId>
|
||||||
|
<groupId>org.apache.httpcomponents</groupId>
|
||||||
|
</exclusion>
|
||||||
|
<exclusion>
|
||||||
|
<artifactId>httpcore</artifactId>
|
||||||
|
<groupId>org.apache.httpcomponents</groupId>
|
||||||
|
</exclusion>
|
||||||
|
<exclusion>
|
||||||
|
<artifactId>commons-codec</artifactId>
|
||||||
|
<groupId>commons-codec</groupId>
|
||||||
|
</exclusion>
|
||||||
|
<exclusion>
|
||||||
|
<artifactId>commons-logging</artifactId>
|
||||||
|
<groupId>commons-logging</groupId>
|
||||||
|
</exclusion>
|
||||||
|
</exclusions>
|
||||||
|
</dependency>
|
||||||
<dependency>
|
<dependency>
|
||||||
<groupId>org.apache.logging.log4j</groupId>
|
<groupId>org.apache.logging.log4j</groupId>
|
||||||
<artifactId>log4j-api</artifactId>
|
<artifactId>log4j-api</artifactId>
|
||||||
|
|
|
@ -5,7 +5,7 @@
|
||||||
<parent>
|
<parent>
|
||||||
<groupId>com.datadoghq</groupId>
|
<groupId>com.datadoghq</groupId>
|
||||||
<artifactId>dd-trace-java</artifactId>
|
<artifactId>dd-trace-java</artifactId>
|
||||||
<version>1.0-SNAPSHOT</version>
|
<version>0.0.1-SNAPSHOT</version>
|
||||||
</parent>
|
</parent>
|
||||||
|
|
||||||
<artifactId>dd-java-agent</artifactId>
|
<artifactId>dd-java-agent</artifactId>
|
||||||
|
@ -14,7 +14,6 @@
|
||||||
|
|
||||||
|
|
||||||
<properties>
|
<properties>
|
||||||
<ot.dd-trace.version>1.0-SNAPSHOT</ot.dd-trace.version>
|
|
||||||
<ot.agent.version>0.0.12</ot.agent.version>
|
<ot.agent.version>0.0.12</ot.agent.version>
|
||||||
<ot.contrib.webservlet.version>0.0.8</ot.contrib.webservlet.version>
|
<ot.contrib.webservlet.version>0.0.8</ot.contrib.webservlet.version>
|
||||||
<ot.contrib.mongo.version>0.0.1</ot.contrib.mongo.version>
|
<ot.contrib.mongo.version>0.0.1</ot.contrib.mongo.version>
|
||||||
|
|
|
@ -6,7 +6,7 @@
|
||||||
<parent>
|
<parent>
|
||||||
<groupId>com.datadoghq</groupId>
|
<groupId>com.datadoghq</groupId>
|
||||||
<artifactId>dd-trace-examples</artifactId>
|
<artifactId>dd-trace-examples</artifactId>
|
||||||
<version>1.0-SNAPSHOT</version>
|
<version>0.0.1-SNAPSHOT</version>
|
||||||
</parent>
|
</parent>
|
||||||
|
|
||||||
<artifactId>async-tracing</artifactId>
|
<artifactId>async-tracing</artifactId>
|
||||||
|
@ -14,9 +14,7 @@
|
||||||
|
|
||||||
<url>http://maven.apache.org</url>
|
<url>http://maven.apache.org</url>
|
||||||
|
|
||||||
<properties>
|
|
||||||
<ot.dd-trace.version>1.0-SNAPSHOT</ot.dd-trace.version>
|
|
||||||
</properties>
|
|
||||||
|
|
||||||
<dependencies>
|
<dependencies>
|
||||||
|
|
||||||
|
|
|
@ -6,7 +6,7 @@
|
||||||
<parent>
|
<parent>
|
||||||
<groupId>com.datadoghq</groupId>
|
<groupId>com.datadoghq</groupId>
|
||||||
<artifactId>dd-trace-examples</artifactId>
|
<artifactId>dd-trace-examples</artifactId>
|
||||||
<version>1.0-SNAPSHOT</version>
|
<version>0.0.1-SNAPSHOT</version>
|
||||||
</parent>
|
</parent>
|
||||||
|
|
||||||
<artifactId>dropwizard-mongo-client</artifactId>
|
<artifactId>dropwizard-mongo-client</artifactId>
|
||||||
|
@ -46,7 +46,7 @@
|
||||||
<dependency>
|
<dependency>
|
||||||
<groupId>com.datadoghq</groupId>
|
<groupId>com.datadoghq</groupId>
|
||||||
<artifactId>dd-java-agent</artifactId>
|
<artifactId>dd-java-agent</artifactId>
|
||||||
<version>1.0-SNAPSHOT</version>
|
<version>${ot.dd-trace.version}</version>
|
||||||
</dependency>
|
</dependency>
|
||||||
</dependencies>
|
</dependencies>
|
||||||
|
|
||||||
|
|
|
@ -5,7 +5,7 @@
|
||||||
<parent>
|
<parent>
|
||||||
<artifactId>dd-trace-java</artifactId>
|
<artifactId>dd-trace-java</artifactId>
|
||||||
<groupId>com.datadoghq</groupId>
|
<groupId>com.datadoghq</groupId>
|
||||||
<version>1.0-SNAPSHOT</version>
|
<version>0.0.1-SNAPSHOT</version>
|
||||||
</parent>
|
</parent>
|
||||||
<modelVersion>4.0.0</modelVersion>
|
<modelVersion>4.0.0</modelVersion>
|
||||||
|
|
||||||
|
|
|
@ -6,7 +6,7 @@
|
||||||
<parent>
|
<parent>
|
||||||
<groupId>com.datadoghq</groupId>
|
<groupId>com.datadoghq</groupId>
|
||||||
<artifactId>dd-trace-examples</artifactId>
|
<artifactId>dd-trace-examples</artifactId>
|
||||||
<version>1.0-SNAPSHOT</version>
|
<version>0.0.1-SNAPSHOT</version>
|
||||||
</parent>
|
</parent>
|
||||||
|
|
||||||
<artifactId>spring-boot-jdbc</artifactId>
|
<artifactId>spring-boot-jdbc</artifactId>
|
||||||
|
|
|
@ -6,7 +6,7 @@
|
||||||
<parent>
|
<parent>
|
||||||
<groupId>com.datadoghq</groupId>
|
<groupId>com.datadoghq</groupId>
|
||||||
<artifactId>dd-trace-java</artifactId>
|
<artifactId>dd-trace-java</artifactId>
|
||||||
<version>1.0-SNAPSHOT</version>
|
<version>0.0.1-SNAPSHOT</version>
|
||||||
</parent>
|
</parent>
|
||||||
|
|
||||||
<artifactId>dd-trace</artifactId>
|
<artifactId>dd-trace</artifactId>
|
||||||
|
|
26
pom.xml
26
pom.xml
|
@ -5,12 +5,14 @@
|
||||||
|
|
||||||
<groupId>com.datadoghq</groupId>
|
<groupId>com.datadoghq</groupId>
|
||||||
<artifactId>dd-trace-java</artifactId>
|
<artifactId>dd-trace-java</artifactId>
|
||||||
<version>1.0-SNAPSHOT</version>
|
<version>0.0.1-SNAPSHOT</version>
|
||||||
<packaging>pom</packaging>
|
<packaging>pom</packaging>
|
||||||
|
|
||||||
<properties>
|
<properties>
|
||||||
<opentracing.version>0.22.0</opentracing.version>
|
<opentracing.version>0.22.0</opentracing.version>
|
||||||
<java.version>1.7</java.version>
|
<java.version>1.7</java.version>
|
||||||
|
<ot.dd-trace.version>0.0.1-SNAPSHOT</ot.dd-trace.version>
|
||||||
|
|
||||||
</properties>
|
</properties>
|
||||||
|
|
||||||
<licenses>
|
<licenses>
|
||||||
|
@ -92,17 +94,17 @@
|
||||||
<!--</execution>-->
|
<!--</execution>-->
|
||||||
<!--</executions>-->
|
<!--</executions>-->
|
||||||
<!--</plugin>-->
|
<!--</plugin>-->
|
||||||
<!-- <plugin> -->
|
<!-- <plugin> -->
|
||||||
<!-- <groupId>org.sonatype.plugins</groupId> -->
|
<!-- <groupId>org.sonatype.plugins</groupId> -->
|
||||||
<!-- <artifactId>nexus-staging-maven-plugin</artifactId> -->
|
<!-- <artifactId>nexus-staging-maven-plugin</artifactId> -->
|
||||||
<!-- <version>1.6.3</version> -->
|
<!-- <version>1.6.3</version> -->
|
||||||
<!-- <extensions>true</extensions> -->
|
<!-- <extensions>true</extensions> -->
|
||||||
<!-- <configuration> -->
|
<!-- <configuration> -->
|
||||||
<!-- <serverId>ossrh</serverId> -->
|
<!-- <serverId>ossrh</serverId> -->
|
||||||
<!-- <nexusUrl>https://oss.sonatype.org/</nexusUrl> -->
|
<!-- <nexusUrl>https://oss.sonatype.org/</nexusUrl> -->
|
||||||
<!-- <autoReleaseAfterClose>true</autoReleaseAfterClose> -->
|
<!-- <autoReleaseAfterClose>true</autoReleaseAfterClose> -->
|
||||||
<!-- </configuration> -->
|
<!-- </configuration> -->
|
||||||
<!-- </plugin> -->
|
<!-- </plugin> -->
|
||||||
</plugins>
|
</plugins>
|
||||||
</build>
|
</build>
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue