mirror of https://github.com/apache/nifi.git
NIFI-10653 Removed duplicate dependency from minifi-assembly
This closes #6536 Signed-off-by: Mike Thomsen <mthomsen@apache.org>
This commit is contained in:
parent
0dc02e26d2
commit
e32993846e
|
@ -192,11 +192,6 @@ limitations under the License.
|
||||||
<artifactId>nifi-distributed-cache-services-nar</artifactId>
|
<artifactId>nifi-distributed-cache-services-nar</artifactId>
|
||||||
<type>nar</type>
|
<type>nar</type>
|
||||||
</dependency>
|
</dependency>
|
||||||
<dependency>
|
|
||||||
<groupId>org.apache.nifi</groupId>
|
|
||||||
<artifactId>nifi-distributed-cache-services-nar</artifactId>
|
|
||||||
<type>nar</type>
|
|
||||||
</dependency>
|
|
||||||
<dependency>
|
<dependency>
|
||||||
<groupId>org.apache.nifi</groupId>
|
<groupId>org.apache.nifi</groupId>
|
||||||
<artifactId>nifi-proxy-configuration-nar</artifactId>
|
<artifactId>nifi-proxy-configuration-nar</artifactId>
|
||||||
|
|
Loading…
Reference in New Issue