Skip to content

Commit

Permalink
Remove ALPN jars from dependencies block.
Browse files Browse the repository at this point in the history
These aren't needed since the full dependency is declared directly on the plugin below.
  • Loading branch information
JakeWharton committed Jan 5, 2015
1 parent 7dcdb51 commit 36b844c
Showing 1 changed file with 0 additions and 10 deletions.
10 changes: 0 additions & 10 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -79,16 +79,6 @@
<groupId>junit</groupId>
<artifactId>junit</artifactId>
<version>${junit.version}</version>
</dependency>
<dependency>
<groupId>org.mortbay.jetty.alpn</groupId>
<artifactId>alpn-jdk7-boot</artifactId>
<version>${alpn.jdk7.version}</version>
</dependency>
<dependency>
<groupId>org.mortbay.jetty.alpn</groupId>
<artifactId>alpn-jdk8-boot</artifactId>
<version>${alpn.jdk8.version}</version>
</dependency>
<dependency>
<groupId>org.bouncycastle</groupId>
Expand Down

0 comments on commit 36b844c

Please sign in to comment.