Skip to content

Commit

Permalink
Added default grizzly-npn JAR to support old domain.xml files.
Browse files Browse the repository at this point in the history
  • Loading branch information
MattGill98 committed Nov 19, 2018
1 parent 25b5af9 commit bb670bd
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions nucleus/packager/nucleus-grizzly/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -89,6 +89,14 @@
<!-- Copy all the required npn-bootstrap jars here -->
<configuration>
<artifactItems>
<!-- Default NPN Bootstrap Jar for old domain.xml files -->
<artifactItem>
<groupId>org.glassfish.grizzly</groupId>
<artifactId>grizzly-npn-bootstrap</artifactId>
<version>1.8.1</version>
<destFileName>grizzly-npn-bootstrap.jar</destFileName>
</artifactItem>
<!-- Other versioned NPN Bootstrap Jars referenced in new domain.xml (since 5.184) -->
<artifactItem>
<groupId>org.glassfish.grizzly</groupId>
<artifactId>grizzly-npn-bootstrap</artifactId>
Expand Down

0 comments on commit bb670bd

Please sign in to comment.