Commit 0b288446 authored by Andy Wilkinson's avatar Andy Wilkinson

Merge pull request #7022 from Kazuki Shimizu

* gh-7022:
  Add dependency management for jetty-proxy
parents 22b33908 c90eac51
......@@ -1566,6 +1566,11 @@
<artifactId>jetty-plus</artifactId>
<version>${jetty.version}</version>
</dependency>
<dependency>
<groupId>org.eclipse.jetty</groupId>
<artifactId>jetty-proxy</artifactId>
<version>${jetty.version}</version>
</dependency>
<dependency>
<groupId>org.eclipse.jetty</groupId>
<artifactId>jetty-security</artifactId>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment