clean up dependencies on apache commons libs and move those dependencies to impoort-package where necessary to be prepared for bundle symbolic name changes coming up
This commit is contained in:
@@ -13,7 +13,6 @@ Require-Bundle: org.eclipse.core.runtime,
|
||||
org.eclipse.ui.views,
|
||||
org.json,
|
||||
org.eclipse.core.resources,
|
||||
org.apache.commons.lang,
|
||||
org.eclipse.jface,
|
||||
org.eclipse.ui.workbench,
|
||||
org.eclipse.jdt.core,
|
||||
@@ -22,6 +21,7 @@ Require-Bundle: org.eclipse.core.runtime,
|
||||
com.google.guava,
|
||||
org.springsource.ide.eclipse.commons.livexp,
|
||||
org.springsource.ide.eclipse.commons.frameworks.core
|
||||
Import-Package: org.apache.commons.lang3
|
||||
Bundle-ActivationPolicy: lazy
|
||||
Bundle-Vendor: Spring IDE Developers
|
||||
Bundle-Activator: org.springframework.ide.eclipse.beans.ui.live.LiveBeansUiPlugin
|
||||
|
||||
@@ -13,7 +13,7 @@ package org.springframework.ide.eclipse.beans.ui.live.model;
|
||||
import java.util.LinkedHashSet;
|
||||
import java.util.Set;
|
||||
|
||||
import org.apache.commons.lang.StringUtils;
|
||||
import org.apache.commons.lang3.StringUtils;
|
||||
|
||||
/**
|
||||
* @author Leo Dos Santos
|
||||
|
||||
Reference in New Issue
Block a user