Skip to content

Commit

Permalink
Merge pull request #1970 from Mailaender/rm-jsonld
Browse files Browse the repository at this point in the history
Remove JSON-LD
  • Loading branch information
eselmeister authored Nov 25, 2024
2 parents f395833 + 3c3d3bd commit 6dba37a
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 15 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -224,10 +224,6 @@
id="org.apache.commons.commons-collections4"
version="0.0.0"/>

<plugin
id="com.github.jsonld-java"
version="0.0.0"/>

<plugin
id="wrapped.org.apache.httpcomponents.httpclient-cache"
version="0.0.0"/>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,6 @@ Require-Bundle: org.eclipse.core.runtime,
wrapped.org.apache.httpcomponents.httpclient;bundle-version="4.5.14",
wrapped.org.apache.httpcomponents.httpcore;bundle-version="4.4.16",
org.slf4j.api;bundle-version="1.7.30",
com.github.jsonld-java;bundle-version="0.13.4",
wrapped.org.apache.httpcomponents.httpclient-cache;bundle-version="4.5.14",
org.eclipse.chemclipse.logging;bundle-version="0.9.0",
org.eclipse.chemclipse.model;bundle-version="0.9.0",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -260,15 +260,5 @@
</dependency>
</dependencies>
</location>
<location includeDependencyDepth="none" includeDependencyScopes="compile" includeSource="true" missingManifest="generate" type="Maven">
<dependencies>
<dependency>
<groupId>com.github.jsonld-java</groupId>
<artifactId>jsonld-java</artifactId>
<version>0.13.4</version>
<type>jar</type>
</dependency>
</dependencies>
</location>
</locations>
</target>

0 comments on commit 6dba37a

Please sign in to comment.