Skip to content

Commit

Permalink
codeine-222 server is not using default values of command parameters …
Browse files Browse the repository at this point in the history
…if not given by API
  • Loading branch information
rezra3 committed Mar 4, 2018
1 parent 8eb985d commit 6ba4d9e
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -246,5 +246,11 @@
<version>1.9.5</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>javax.servlet</groupId>
<artifactId>javax.servlet-api</artifactId>
<version>3.1.0</version>
<scope>provided</scope>
</dependency>
</dependencies>
</project>

0 comments on commit 6ba4d9e

Please sign in to comment.