Skip to content

Commit

Permalink
Needed to add java.util.logging to jboss.modules.system.pkg to avoid …
Browse files Browse the repository at this point in the history
…CNFE

Signed-off-by: Scott M Stark <[email protected]>
  • Loading branch information
starksm64 committed Feb 17, 2022
1 parent 17d349c commit 2fe69bd
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions container/jbosgi/embedded/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -96,6 +96,7 @@
<configuration>
<systemPropertyVariables>
<java.util.logging.manager>org.jboss.logmanager.LogManager</java.util.logging.manager>
<jboss.modules.system.pkgs>java.util.logging</jboss.modules.system.pkgs>
<test.archive.directory>${project.build.directory}/test-libs</test.archive.directory>
<log4j.configuration>file://${basedir}/src/test/resources/logging.properties</log4j.configuration>
</systemPropertyVariables>
Expand Down

0 comments on commit 2fe69bd

Please sign in to comment.