18 lines
471 B
Java
18 lines
471 B
Java
/*
|
|
* To change this license header, choose License Headers in Project Properties.
|
|
* To change this template file, choose Tools | Templates
|
|
* and open the template in the editor.
|
|
*/
|
|
package org.libreccm.wildfly;
|
|
|
|
/**
|
|
* Does nothing, only reuquired to get the Maven JAR working.
|
|
*
|
|
* To be removed when other classes are added to this module.
|
|
*
|
|
* @author <a href="mailto:jens.pelzetter@googlemail.com">Jens Pelzetter</a>
|
|
*/
|
|
public class LibreCcmWildfly {
|
|
|
|
}
|