Skip to content

Commit

Permalink
yegor256#953 Grizzly updated
Browse files Browse the repository at this point in the history
  • Loading branch information
fabriciofx committed Jan 24, 2019
1 parent 29deb3e commit 5fee57b
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -128,12 +128,6 @@ SOFTWARE.
<version>1.17.1</version>
<optional>true</optional>
</dependency>
<dependency>
<groupId>org.glassfish.grizzly</groupId>
<artifactId>grizzly-http-servlet-server</artifactId>
<version>2.4.3.1</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>com.jcabi</groupId>
<artifactId>jcabi-xml</artifactId>
Expand Down Expand Up @@ -174,6 +168,12 @@ SOFTWARE.
<groupId>org.projectlombok</groupId>
<artifactId>lombok</artifactId>
</dependency>
<dependency>
<groupId>org.glassfish.grizzly</groupId>
<artifactId>grizzly-http-servlet-server</artifactId>
<version>2.4.4</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.glassfish</groupId>
<artifactId>javax.json</artifactId>
Expand Down

0 comments on commit 5fee57b

Please sign in to comment.