Omaha #3206 edex changes related to new javax.serlvet FOSS project
Former-commit-id: c042671ecf12a6fa46e35d4954d23492f35b7c76
This commit is contained in:
parent
cc233ddcf7
commit
c875f17719
6 changed files with 20 additions and 0 deletions
|
@ -75,4 +75,10 @@
|
|||
install-size="0"
|
||||
version="0.0.0"/>
|
||||
|
||||
<plugin
|
||||
id="javax.servlet"
|
||||
download-size="0"
|
||||
install-size="0"
|
||||
version="0.0.0"/>
|
||||
|
||||
</feature>
|
||||
|
|
|
@ -41,4 +41,6 @@ Export-Package: com.raytheon.uf.edex.ogc.common,
|
|||
com.raytheon.uf.edex.ogc.common.time,
|
||||
com.raytheon.uf.edex.ogc.common.util
|
||||
Import-Package: com.raytheon.uf.common.localization,
|
||||
javax.servlet,
|
||||
javax.servlet.http,
|
||||
org.apache.cxf.helpers
|
||||
|
|
|
@ -51,3 +51,5 @@ Export-Package: com.raytheon.uf.edex.registry.ebxml.acp,
|
|||
com.raytheon.uf.edex.registry.ebxml.util.xpath,
|
||||
com.raytheon.uf.edex.registry.ebxml.web,
|
||||
com.raytheon.uf.edex.registry.events
|
||||
Import-Package: javax.servlet,
|
||||
javax.servlet.http
|
||||
|
|
|
@ -39,3 +39,5 @@ Export-Package: com.raytheon.uf.edex.wfs,
|
|||
com.raytheon.uf.edex.wfs.v1_1_0,
|
||||
com.raytheon.uf.edex.wfs.v2_0_0,
|
||||
com.raytheon.uf.edex.wfs.wxxm
|
||||
Import-Package: javax.servlet,
|
||||
javax.servlet.http
|
||||
|
|
|
@ -112,4 +112,10 @@
|
|||
install-size="0"
|
||||
version="0.0.0"/>
|
||||
|
||||
<plugin
|
||||
id="javax.servlet"
|
||||
download-size="0"
|
||||
install-size="0"
|
||||
version="0.0.0"/>
|
||||
|
||||
</feature>
|
||||
|
|
|
@ -13,3 +13,5 @@ Require-Bundle: org.eclipse.jetty,
|
|||
org.apache.commons.collections,
|
||||
org.slf4j,
|
||||
ch.qos.logback
|
||||
Import-Package: javax.servlet,
|
||||
javax.servlet.http
|
||||
|
|
Loading…
Add table
Reference in a new issue