mirror of
https://github.com/ysoftdevs/DependencyCheck.git
synced 2026-04-30 04:04:30 +02:00
fixed merge issue
This commit is contained in:
@@ -538,4 +538,11 @@
|
||||
<gav regex="true">^org\.apache\.james:apache-mime4j-core:.*$</gav>
|
||||
<cpe>cpe:/a:jcore:jcore</cpe>
|
||||
</suppress>
|
||||
<suppress base="true">
|
||||
<notes><![CDATA[
|
||||
False positive
|
||||
]]></notes>
|
||||
<gav regex="true">^javax\.servlet:servlet-api:.*$</gav>
|
||||
<cpe>cpe:/a:sun:one_application_server</cpe>
|
||||
</suppress>
|
||||
</suppressions>
|
||||
|
||||
@@ -44,10 +44,6 @@ public abstract class BaseDBTestCase extends BaseTest {
|
||||
|
||||
private final static Logger LOGGER = LoggerFactory.getLogger(BaseDBTestCase.class);
|
||||
|
||||
// @BeforeClass
|
||||
// public static void setUpClass() throws Exception {
|
||||
// BaseTest.setUpClass();
|
||||
// }
|
||||
@Before
|
||||
public void setUpDb() throws Exception {
|
||||
ensureDBExists();
|
||||
|
||||
Reference in New Issue
Block a user