Skip to content

Commit 6c725af

Browse files
committed
Add grizzly-http-server test dep.
1 parent 5a7fe10 commit 6c725af

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

pom.xml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -492,6 +492,12 @@
492492
<version>2.3.5</version>
493493
<optional>true</optional>
494494
</dependency>
495+
<dependency>
496+
<groupId>org.glassfish.grizzly</groupId>
497+
<artifactId>grizzly-http-server</artifactId>
498+
<version>2.3.5</version>
499+
<scope>test</scope>
500+
</dependency>
495501
</dependencies>
496502
</profile>
497503
<profile>

0 commit comments

Comments
 (0)