Skip to content

Commit

Permalink
fix new dependency in maven for jcommander
Browse files Browse the repository at this point in the history
  • Loading branch information
lukeis committed Oct 7, 2015
1 parent 042060d commit 796b801
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions maven/server/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,11 @@
<name>selenium-server</name>

<dependencies>
<dependency>
<groupId>com.beust</groupId>
<artifactId>jcommander</artifactId>
<version>1.48</version>
</dependency>
<dependency>
<groupId>org.bouncycastle</groupId>
<artifactId>bcprov-jdk15on</artifactId>
Expand Down

0 comments on commit 796b801

Please sign in to comment.