Browse Source

Add missing jetty-xml dependency.

pull/1213/head
Florian Zschocke 1 year ago
parent
commit
5a641d8872
1 changed files with 1 additions and 0 deletions
  1. 1
    0
      build.moxie

+ 1
- 0
build.moxie View File

@@ -148,6 +148,7 @@ dependencies:
- compile 'org.eclipse.jetty:jetty-io:${jetty.version}' @jar
- compile 'org.eclipse.jetty:jetty-util:${jetty.version}' @jar
- compile 'org.eclipse.jetty:jetty-webapp:${jetty.version}' @jar
- compile 'org.eclipse.jetty:jetty-xml:${jetty.version}' @jar
- compile 'org.apache.wicket:wicket:${wicket.version}' :war !org.mockito
- compile 'org.apache.wicket:wicket-auth-roles:${wicket.version}' :war !org.mockito
- compile 'org.apache.wicket:wicket-extensions:${wicket.version}' :war !org.mockito

Loading…
Cancel
Save