Skip to content

Commit

Permalink
Fix log name in SharedFileLockerLoggingTest and enable runtime config…
Browse files Browse the repository at this point in the history
… module (local changed pushed by mistake)
  • Loading branch information
jbonofre committed Apr 18, 2022
1 parent 25144cd commit ebe6992
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@
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;
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -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>
Expand Down

0 comments on commit ebe6992

Please sign in to comment.