Skip to content

Commit ddbf41f

Browse files
Rakesh RecharlaRakesh Recharla
authored andcommitted
2 parents 8b63d36 + 46fcad4 commit ddbf41f

File tree

3 files changed

+54
-0
lines changed

3 files changed

+54
-0
lines changed

service/run-config/dev/pom.xml

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@
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>
@@ -168,6 +169,23 @@
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 -->

service/run-config/prod/pom.xml

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@
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>
@@ -168,6 +169,23 @@
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 -->

service/run-config/qa/pom.xml

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@
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>
@@ -168,6 +169,23 @@
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 -->

0 commit comments

Comments
 (0)