Merge pull request #5014 from eclipse/jetty-9.4.x-5012-badJaasTestDependency

Issue #5012 - Remove unneeded dependency for test-jaas-webapp
This commit is contained in:
Simone Bordet 2020-07-02 09:44:26 +02:00 committed by GitHub
commit 5510d7a9b1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 0 additions and 7 deletions

View File

@ -50,13 +50,6 @@
</securityHandler>
</webAppConfig>
</configuration>
<dependencies>
<dependency>
<groupId>mysql</groupId>
<artifactId>mysql-connector-java</artifactId>
<version>5.1.19</version>
</dependency>
</dependencies>
</plugin>
<plugin>
<groupId>org.apache.maven.plugins</groupId>