mirror of https://github.com/apache/activemq.git
Fix log name in SharedFileLockerLoggingTest and enable runtime config module (local changed pushed by mistake)
This commit is contained in:
parent
25144cd1c8
commit
ebe6992fd6
|
@ -48,7 +48,7 @@ import org.slf4j.LoggerFactory;
|
|||
import static org.junit.Assert.assertTrue;
|
||||
|
||||
public class SharedFileLockerLoggingTest {
|
||||
private static final org.slf4j.Logger LOG = LoggerFactory.getLogger(SharedFileLockerLoopTest.class);
|
||||
private static final org.slf4j.Logger LOG = LoggerFactory.getLogger(SharedFileLockerLoggingTest.class);
|
||||
|
||||
@Rule
|
||||
public TemporaryFolder testFolder;
|
||||
|
|
2
pom.xml
2
pom.xml
|
@ -224,7 +224,7 @@
|
|||
<module>activemq-run</module>
|
||||
<module>activemq-shiro</module>
|
||||
<module>activemq-spring</module>
|
||||
<!-- <module>activemq-runtime-config</module> -->
|
||||
<module>activemq-runtime-config</module>
|
||||
<module>activemq-tooling</module>
|
||||
<module>activemq-web</module>
|
||||
<module>activemq-partition</module>
|
||||
|
|
Loading…
Reference in New Issue