Skip to content

Commit

Permalink
Explicit jul's type
Browse files Browse the repository at this point in the history
  • Loading branch information
pzygielo authored and dmatej committed Sep 2, 2022
1 parent 178534f commit 87a7d54
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
3 changes: 2 additions & 1 deletion appserver/extras/embedded/all/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -1667,6 +1667,7 @@
<groupId>org.glassfish.main</groupId>
<artifactId>glassfish-jul-extension</artifactId>
<version>${project.version}</version>
<type>glassfish-jar</type>
<optional>true</optional>
</dependency>
</dependencies>
Expand Down Expand Up @@ -1705,7 +1706,7 @@
<excludeTransitive>true</excludeTransitive>
<includeScope>compile</includeScope>
<includeScope>runtime</includeScope>
<includeTypes>jar</includeTypes>
<includeTypes>jar,glassfish-jar</includeTypes>
<includes>**/*.class</includes>
</configuration>
</execution>
Expand Down
1 change: 1 addition & 0 deletions appserver/extras/embedded/all/src/assembly/package.xml
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,7 @@
</unpackOptions>
<includes>
<include>*:*:jar:*</include>
<include>*:*:glassfish-jar:*</include>
</includes>
</dependencySet>
</dependencySets>
Expand Down

0 comments on commit 87a7d54

Please sign in to comment.