mirror of https://github.com/apache/nifi.git
NIFI-10156 Remove unnecessary commons-lang3 dependency from c2-protocol-api
This closes #6148 Signed-off-by: David Handermann <exceptionfactory@apache.org>
This commit is contained in:
parent
b1b20968d6
commit
5980625014
|
@ -33,9 +33,5 @@ limitations under the License.
|
|||
<artifactId>c2-protocol-component-api</artifactId>
|
||||
<version>1.17.0-SNAPSHOT</version>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>org.apache.commons</groupId>
|
||||
<artifactId>commons-lang3</artifactId>
|
||||
</dependency>
|
||||
</dependencies>
|
||||
</project>
|
||||
|
|
Loading…
Reference in New Issue