mirror of https://github.com/apache/nifi.git
NIFI-12476 Exclude nifi-framework-core from minifi-bootstrap
Signed-off-by: Ferenc Erdei <erdei.ferenc90@gmail.com> This closes #8128.
This commit is contained in:
parent
1d06185f13
commit
effbb76baa
|
@ -90,6 +90,12 @@ limitations under the License.
|
|||
<groupId>org.apache.nifi.minifi</groupId>
|
||||
<artifactId>minifi-commons-framework</artifactId>
|
||||
<version>2.0.0-SNAPSHOT</version>
|
||||
<exclusions>
|
||||
<exclusion>
|
||||
<groupId>org.apache.nifi</groupId>
|
||||
<artifactId>nifi-framework-core</artifactId>
|
||||
</exclusion>
|
||||
</exclusions>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>org.eclipse.jetty</groupId>
|
||||
|
|
Loading…
Reference in New Issue