File tree Expand file tree Collapse file tree 3 files changed +54
-0
lines changed
Expand file tree Collapse file tree 3 files changed +54
-0
lines changed Original file line number Diff line number Diff line change 88
99 <properties >
1010 <dropwizard .version>0.7.1</dropwizard .version>
11+ <newrelic .version>3.20.0</newrelic .version>
1112 </properties >
1213 <build >
1314 <plugins >
168169 <artifactId >dropwizard-elasticsearch</artifactId >
169170 <version >0.8.0-1</version >
170171 </dependency >
172+ <dependency >
173+ <groupId >com.newrelic.agent.java</groupId >
174+ <artifactId >newrelic-java</artifactId >
175+ <version >${newrelic.version} </version >
176+ <scope >provided</scope >
177+ <type >zip</type >
178+ </dependency >
179+ <dependency >
180+ <groupId >com.newrelic.agent.java</groupId >
181+ <artifactId >newrelic-agent</artifactId >
182+ <version >${newrelic.version} </version >
183+ </dependency >
184+ <dependency >
185+ <groupId >com.newrelic.agent.java</groupId >
186+ <artifactId >newrelic-api</artifactId >
187+ <version >${newrelic.version} </version >
188+ </dependency >
171189 </dependencies >
172190 <distributionManagement >
173191 <!-- for deployment on the build server -->
Original file line number Diff line number Diff line change 88
99 <properties >
1010 <dropwizard .version>0.7.1</dropwizard .version>
11+ <newrelic .version>3.20.0</newrelic .version>
1112 </properties >
1213 <build >
1314 <plugins >
168169 <artifactId >dropwizard-elasticsearch</artifactId >
169170 <version >0.8.0-1</version >
170171 </dependency >
172+ <dependency >
173+ <groupId >com.newrelic.agent.java</groupId >
174+ <artifactId >newrelic-java</artifactId >
175+ <version >${newrelic.version} </version >
176+ <scope >provided</scope >
177+ <type >zip</type >
178+ </dependency >
179+ <dependency >
180+ <groupId >com.newrelic.agent.java</groupId >
181+ <artifactId >newrelic-agent</artifactId >
182+ <version >${newrelic.version} </version >
183+ </dependency >
184+ <dependency >
185+ <groupId >com.newrelic.agent.java</groupId >
186+ <artifactId >newrelic-api</artifactId >
187+ <version >${newrelic.version} </version >
188+ </dependency >
171189 </dependencies >
172190 <distributionManagement >
173191 <!-- for deployment on the build server -->
Original file line number Diff line number Diff line change 88
99 <properties >
1010 <dropwizard .version>0.7.1</dropwizard .version>
11+ <newrelic .version>3.20.0</newrelic .version>
1112 </properties >
1213 <build >
1314 <plugins >
168169 <artifactId >dropwizard-elasticsearch</artifactId >
169170 <version >0.8.0-1</version >
170171 </dependency >
172+ <dependency >
173+ <groupId >com.newrelic.agent.java</groupId >
174+ <artifactId >newrelic-java</artifactId >
175+ <version >${newrelic.version} </version >
176+ <scope >provided</scope >
177+ <type >zip</type >
178+ </dependency >
179+ <dependency >
180+ <groupId >com.newrelic.agent.java</groupId >
181+ <artifactId >newrelic-agent</artifactId >
182+ <version >${newrelic.version} </version >
183+ </dependency >
184+ <dependency >
185+ <groupId >com.newrelic.agent.java</groupId >
186+ <artifactId >newrelic-api</artifactId >
187+ <version >${newrelic.version} </version >
188+ </dependency >
171189 </dependencies >
172190 <distributionManagement >
173191 <!-- for deployment on the build server -->
You can’t perform that action at this time.
0 commit comments