Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorbroberts2019-08-25 23:49:57 +0000
committerBaily Roberts2019-08-26 00:09:38 +0000
commitc979639fb295308999c3cf77b1c3d690c34b958f (patch)
treecb307b6222ce0fa4647d6ebae46ada39d5630236
parent5bc36add2eaa9f2a0c24380cb69c56ecfba9909c (diff)
downloadorg.eclipse.osee-c979639fb295308999c3cf77b1c3d690c34b958f.tar.gz
org.eclipse.osee-c979639fb295308999c3cf77b1c3d690c34b958f.tar.xz
org.eclipse.osee-c979639fb295308999c3cf77b1c3d690c34b958f.zip
refactor: Add ccil to server feature
Change-Id: Ie3b022dbc12fa2d09e83586cd2322155088fc9e1 Signed-off-by: broberts <baily.e.roberts@boeing.com>
-rw-r--r--features/org.eclipse.osee.core.server.external.feature/feature.xml7
-rw-r--r--features/org.eclipse.osee.core.server.external.feature/pom.xml2
2 files changed, 9 insertions, 0 deletions
diff --git a/features/org.eclipse.osee.core.server.external.feature/feature.xml b/features/org.eclipse.osee.core.server.external.feature/feature.xml
index 7b2da0937d3..cdcd8485edf 100644
--- a/features/org.eclipse.osee.core.server.external.feature/feature.xml
+++ b/features/org.eclipse.osee.core.server.external.feature/feature.xml
@@ -37,6 +37,13 @@
<import plugin="org.eclipse.osgi.util"/>
<import plugin="com.fasterxml.jackson.jaxrs.jackson-jaxrs-base" version="2.9.2" match="greaterOrEqual" />
</requires>
+
+<plugin
+ id="org.ccil.cowan.tagsoup"
+ download-size="0"
+ install-size="0"
+ version="0.0.0"
+ unpack="false"/>
<plugin
id="org.objectweb.asm"
diff --git a/features/org.eclipse.osee.core.server.external.feature/pom.xml b/features/org.eclipse.osee.core.server.external.feature/pom.xml
index 0f703d443d5..4fcc655195a 100644
--- a/features/org.eclipse.osee.core.server.external.feature/pom.xml
+++ b/features/org.eclipse.osee.core.server.external.feature/pom.xml
@@ -47,6 +47,8 @@
<plugin id="org.apache.xerces" />
<plugin id="org.apache.xml.resolver" />
<plugin id="org.apache.xml.serializer" />
+ <plugin id="org.ccil.cowan.tagsoup" />
+
<plugin id="org.eclipse.core.net" />
<plugin id="org.eclipse.equinox.security" />
<plugin id="org.eclipse.jetty.http" />

Back to the top