Skip to content

Commit

Permalink
Merge pull request #1739 from emeroad/TraceV2/#1732_extract_serializer
Browse files Browse the repository at this point in the history
#1734 Extract Seralization in XxxBo
  • Loading branch information
emeroad committed May 3, 2016
2 parents 30fe8a3 + ff26dde commit 6c650fb
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions plugins/tomcat/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,11 @@
<name>pinpoint-tomcat-plugin</name>
<packaging>jar</packaging>

<properties>
<jdk.version>1.7</jdk.version>
<jdk.home>${env.JAVA_7_HOME}</jdk.home>
</properties>

<dependencies>
<dependency>
<groupId>com.navercorp.pinpoint</groupId>
Expand Down

0 comments on commit 6c650fb

Please # to comment.