Skip to content
This repository has been archived by the owner on Jul 13, 2022. It is now read-only.

Commit

Permalink
IDE-1393 switch from Require-Bundle javax.servlet 2.5.0 to Import-Pac…
Browse files Browse the repository at this point in the history
…kage javax.servlet(.http) 3.1.0

Signed-off-by: nickboldt <nboldt@redhat.com>
  • Loading branch information
nickboldt committed Nov 18, 2016
1 parent 5aa479c commit 2f50e26
Showing 1 changed file with 2 additions and 1 deletion.
Expand Up @@ -29,7 +29,6 @@ Require-Bundle: org.eclipse.core.resources,
org.springframework.ide.eclipse.beans.ui.editor,
org.springsource.ide.eclipse.commons.core,
org.springframework.ide.eclipse.config.core,
javax.servlet;bundle-version="2.5.0",
org.eclipse.ui.workbench.texteditor,
org.springsource.ide.eclipse.commons.ui
Bundle-ActivationPolicy: lazy
Expand All @@ -51,4 +50,6 @@ Export-Package: org.springframework.ide.eclipse.quickfix,
Import-Package: org.eclipse.core.runtime,
org.eclipse.core.runtime.jobs,
org.eclipse.osgi.util,
javax.servlet;version="3.1.0",
javax.servlet.http;version="3.1.0",
org.osgi.framework

0 comments on commit 2f50e26

Please sign in to comment.