瀏覽代碼

Fix compile error when using Jetty 7.5

Class Constraint was moved from package org.eclipse.jetty.http.security
in Jetty 7.5 to package org.eclipse.jetty.util.security in Jetty 7.6.
Hence also import package org.eclipse.jetty.security, then also Jetty
7.5, coming with Indigo, can be used to run JGit HTTP tests.

Change-Id: I26c38ec9f51b0a4fb62e1aa9f2266ada7bb2fa0c
Signed-off-by: Matthias Sohn <matthias.sohn@sap.com>
tags/v2.0.0.201206130900-r
Matthias Sohn 12 年之前
父節點
當前提交
0c6e7d7127
共有 1 個檔案被更改,包括 1 行新增0 行删除
  1. 1
    0
      org.eclipse.jgit.http.test/META-INF/MANIFEST.MF

+ 1
- 0
org.eclipse.jgit.http.test/META-INF/MANIFEST.MF 查看文件

@@ -10,6 +10,7 @@ Import-Package: javax.servlet;version="[2.5.0,3.0.0)",
javax.servlet.http;version="[2.5.0,3.0.0)",
org.eclipse.jetty.continuation;version="[7.1.0,8.0.0)",
org.eclipse.jetty.http;version="[7.1.0,8.0.0)",
org.eclipse.jetty.http.security;version="[7.1.0,8.0.0)",
org.eclipse.jetty.io;version="[7.1.0,8.0.0)",
org.eclipse.jetty.security;version="[7.1.0,8.0.0)",
org.eclipse.jetty.security.authentication;version="[7.1.0,8.0.0)",

Loading…
取消
儲存