it's all modules baby

This commit is contained in:
Ceki Gulcu 2017-03-23 23:57:53 +01:00
parent 1c13755b25
commit eba2e24a8e
3 changed files with 11 additions and 2 deletions

View File

@ -0,0 +1,7 @@
module org.slf4j.log4j_over_slf4j.test {
requires org.slf4j;
requires org.slf4j.log4j_over_slf4j;
requires java.logging;
requires org.slf4j.jul;
requires junit;
}

View File

@ -22,7 +22,7 @@
* WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
*
*/
package org.apache.log4j;
package org.apache.log4j.test;
import static org.junit.Assert.assertEquals;
@ -30,6 +30,8 @@ import org.junit.After;
import org.junit.Before;
import org.junit.Test;
import org.apache.log4j.NDC;
/**
* @author Ceki Gülcü
*/

View File

@ -22,7 +22,7 @@
* WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
*
*/
package org.apache.log4j;
package org.apache.log4j.test;
import org.apache.log4j.Logger;