Skip to content
Snippets Groups Projects
Commit 7550e482 authored by Philip Makedonski's avatar Philip Makedonski
Browse files

- rollback dependency removals (make CI fail for some reason, builds fine locally)

parent 7362d806
No related branches found
No related tags found
1 merge request!5* reduce sizes through external dependencies
Pipeline #3315 passed
......@@ -61,6 +61,9 @@
<unit id="org.opentest4j" version="1.2.0.v20211018-1956"/>
<unit id="org.apache.xmlbeans" version="3.1.0.v20221112-0806"/>
<unit id="org.apache.commons.compress" version="1.21.0.v20211103-2100"/>
<unit id="com.fasterxml.jackson.core.jackson-core" version="2.13.2.v20220426-1653"/>
<unit id="com.fasterxml.jackson.core.jackson-databind" version="2.13.2.v20220426-1653"/>
<unit id="com.fasterxml.jackson.core.jackson-annotations" version="2.13.2.v20220426-1653"/>
</location>
<location includeAllPlatforms="false" includeConfigurePhase="true" includeMode="planner" includeSource="true" type="InstallableUnit">
<repository location="https://top.etsi.org/top-extras/updatesite/stable"/>
......
......@@ -14,4 +14,8 @@ Require-Bundle: org.eclipse.core.runtime,
org.eclipse.emf,
org.eclipse.emf.ecore,
org.etsi.mts.tdl.model,
junit-jupiter-api
junit-jupiter-api,
com.fasterxml.jackson.core.jackson-core,
com.fasterxml.jackson.core.jackson-databind,
com.fasterxml.jackson.core.jackson-annotations
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment