mirror of
https://github.com/ysoftdevs/DependencyCheck.git
synced 2026-03-20 16:24:11 +01:00
added package-info
Former-commit-id: be01f5e10b7550bfb180af62d111574a3d988079
This commit is contained in:
@@ -1,4 +1,4 @@
|
|||||||
/**
|
/**
|
||||||
* This package includes the Ant task definitions.
|
* This package includes the a slf4j logging implementation that wraps the Ant logger.
|
||||||
*/
|
*/
|
||||||
package org.owasp.dependencycheck.taskdefs;
|
package org.owasp.dependencycheck.taskdefs;
|
||||||
|
|||||||
@@ -0,0 +1,4 @@
|
|||||||
|
/**
|
||||||
|
* This package contains the static binder for the slf4j-ant logger.
|
||||||
|
*/
|
||||||
|
package org.slf4j.impl;
|
||||||
@@ -0,0 +1,4 @@
|
|||||||
|
/**
|
||||||
|
* This package contains the the slf4j adapter that wraps the maven logger.
|
||||||
|
*/
|
||||||
|
package org.owasp.dependencycheck.maven.slf4j;
|
||||||
@@ -0,0 +1,4 @@
|
|||||||
|
/**
|
||||||
|
* This package contains the static binder for the slf4j-maven logger.
|
||||||
|
*/
|
||||||
|
package org.slf4j.impl;
|
||||||
Reference in New Issue
Block a user