NIFI-7287: Move services-api dependency from Prometheus reporting task to its NAR

Signed-off-by: Matthew Burgess <mattyb149@apache.org>

This closes #4162
This commit is contained in:
Matthew Burgess 2020-03-26 10:23:11 -04:00
parent c79473baf5
commit be2929b8b0
No known key found for this signature in database
GPG Key ID: 05D3DEB8126DAD24
2 changed files with 6 additions and 6 deletions

View File

@ -26,6 +26,12 @@
<source.skip>true</source.skip>
</properties>
<dependencies>
<dependency>
<groupId>org.apache.nifi</groupId>
<artifactId>nifi-standard-services-api-nar</artifactId>
<version>1.12.0-SNAPSHOT</version>
<type>nar</type>
</dependency>
<dependency>
<groupId>org.apache.nifi</groupId>
<artifactId>nifi-prometheus-reporting-task</artifactId>

View File

@ -87,12 +87,6 @@
<artifactId>nifi-ssl-context-service-api</artifactId>
<version>1.12.0-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>org.apache.nifi</groupId>
<artifactId>nifi-standard-services-api-nar</artifactId>
<version>1.12.0-SNAPSHOT</version>
<type>nar</type>
</dependency>
<dependency>
<groupId>org.eclipse.jetty</groupId>
<artifactId>jetty-continuation</artifactId>