Skip to content

Commit

Permalink
Update pom.xml to add jetty
Browse files Browse the repository at this point in the history
  • Loading branch information
kizizu committed Jul 29, 2015
1 parent d37356b commit 5691bee
Showing 1 changed file with 6 additions and 8 deletions.
14 changes: 6 additions & 8 deletions plugins/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -25,11 +25,8 @@
<module>thrift</module>
<module>user</module>
<module>arcus</module>
<<<<<<< HEAD
<module>jetty</module>
=======
<module>google-httpclient</module>
>>>>>>> upstream/master
<module>jetty</module>
</modules>

<dependencies>
Expand Down Expand Up @@ -100,11 +97,12 @@
</dependency>
<dependency>
<groupId>com.navercorp.pinpoint</groupId>
<<<<<<< HEAD
<artifactId>pinpoint-jetty-plugin</artifactId>
=======
<artifactId>pinpoint-google-httpclient-plugin</artifactId>
>>>>>>> upstream/master
<version>${project.version}</version>
</dependency>
<dependency>
<groupId>com.navercorp.pinpoint</groupId>
<artifactId>pinpoint-jetty-plugin</artifactId>
<version>${project.version}</version>
</dependency>
</dependencies>
Expand Down

0 comments on commit 5691bee

Please # to comment.