Skip to content

Commit

Permalink
Declare back glassfish-jul-extension dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
pzygielo committed Jan 21, 2025
1 parent a4c576d commit cb6c0c0
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions appserver/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -680,6 +680,14 @@
</dependencies>
</dependencyManagement>

<dependencies>
<!-- Cannot be in nucleus-parent, because it is built under it -->
<dependency>
<groupId>org.glassfish.main</groupId>
<artifactId>glassfish-jul-extension</artifactId>
</dependency>
</dependencies>

<build>
<pluginManagement>
<plugins>
Expand Down

0 comments on commit cb6c0c0

Please sign in to comment.