NIFI-9564 This closes #5652. Removed unnecessary logback-classic test dependencies

Signed-off-by: Joe Witt <joewitt@apache.org>
This commit is contained in:
exceptionfactory 2022-01-12 10:48:56 -06:00 committed by Joe Witt
parent 6caffca811
commit 5054fc3ac6
No known key found for this signature in database
GPG Key ID: 9093BF854F811A1A
2 changed files with 0 additions and 11 deletions

View File

@ -85,10 +85,5 @@ language governing permissions and limitations under the License. -->
<artifactId>nifi-properties-loader</artifactId>
<version>1.16.0-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>ch.qos.logback</groupId>
<artifactId>logback-classic</artifactId>
<scope>test</scope>
</dependency>
</dependencies>
</project>

View File

@ -31,11 +31,5 @@ language governing permissions and limitations under the License. -->
<artifactId>jna-platform</artifactId>
<version>4.4.0</version>
</dependency>
<dependency>
<groupId>ch.qos.logback</groupId>
<artifactId>logback-classic</artifactId>
<scope>test</scope>
</dependency>
</dependencies>
</project>