mirror of https://github.com/apache/nifi.git
NIFI-7290: omit transitive that is causing the build to fail and not needed for the test scope
This commit is contained in:
parent
be2929b8b0
commit
1343b00e0b
|
@ -90,6 +90,12 @@
|
|||
<artifactId>accumulo-minicluster</artifactId>
|
||||
<version>${accumulo.version}</version>
|
||||
<scope>test</scope>
|
||||
<exclusions>
|
||||
<exclusion>
|
||||
<groupId>org.hibernate.validator</groupId>
|
||||
<artifactId>hibernate-validator</artifactId>
|
||||
</exclusion>
|
||||
</exclusions>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>org.apache.nifi</groupId>
|
||||
|
|
Loading…
Reference in New Issue