mirror of https://github.com/apache/nifi.git
NIFI-60:
- Making service api artifiacts provided by default.
This commit is contained in:
parent
713312d9e5
commit
b87b75329d
|
@ -58,16 +58,19 @@
|
|||
<groupId>org.apache.nifi</groupId>
|
||||
<artifactId>distributed-cache-client-service-api</artifactId>
|
||||
<version>${project.version}</version>
|
||||
<scope>provided</scope>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>org.apache.nifi</groupId>
|
||||
<artifactId>ssl-context-service-api</artifactId>
|
||||
<version>${project.version}</version>
|
||||
<scope>provided</scope>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>org.apache.nifi</groupId>
|
||||
<artifactId>load-distribution-service-api</artifactId>
|
||||
<version>${project.version}</version>
|
||||
<scope>provided</scope>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>org.apache.nifi</groupId>
|
||||
|
|
Loading…
Reference in New Issue