Exclude OSGi dependencies
This commit is contained in:
parent
0cff29fa2a
commit
3615ed1658
1 changed files with 19 additions and 21 deletions
40
dependencies/pom.xml
vendored
40
dependencies/pom.xml
vendored
|
@ -192,27 +192,6 @@
|
||||||
<artifactId>semargl-rdfa</artifactId>
|
<artifactId>semargl-rdfa</artifactId>
|
||||||
<version>0.6.1</version>
|
<version>0.6.1</version>
|
||||||
</dependency>
|
</dependency>
|
||||||
<dependency>
|
|
||||||
<groupId>com.github.jsonld-java</groupId>
|
|
||||||
<artifactId>jsonld-java</artifactId>
|
|
||||||
<version>0.8.3</version>
|
|
||||||
</dependency>
|
|
||||||
<!-- Force updated Jackson core used by dependencies, otherwise we get an incompatible version -->
|
|
||||||
<dependency>
|
|
||||||
<groupId>com.fasterxml.jackson.core</groupId>
|
|
||||||
<artifactId>jackson-core</artifactId>
|
|
||||||
<version>2.7.4</version>
|
|
||||||
</dependency>
|
|
||||||
<!-- dependency>
|
|
||||||
<groupId>com.fasterxml.jackson.datatype</groupId>
|
|
||||||
<artifactId>jackson-datatype-json-org</artifactId>
|
|
||||||
<version>2.7.4</version>
|
|
||||||
</dependency -->
|
|
||||||
<!-- dependency>
|
|
||||||
<groupId>com.fasterxml.jackson.datatype</groupId>
|
|
||||||
<artifactId>jackson-datatype-jsr353</artifactId>
|
|
||||||
<version>2.7.4</version>
|
|
||||||
</dependency -->
|
|
||||||
<!-- Needed for ORCID? -->
|
<!-- Needed for ORCID? -->
|
||||||
<dependency>
|
<dependency>
|
||||||
<groupId>org.apache.httpcomponents</groupId>
|
<groupId>org.apache.httpcomponents</groupId>
|
||||||
|
@ -308,4 +287,23 @@
|
||||||
<version>1.4</version>
|
<version>1.4</version>
|
||||||
</dependency>
|
</dependency>
|
||||||
</dependencies>
|
</dependencies>
|
||||||
|
|
||||||
|
<dependencyManagement>
|
||||||
|
<dependencies>
|
||||||
|
<dependency>
|
||||||
|
<groupId>com.github.jsonld-java</groupId>
|
||||||
|
<artifactId>jsonld-java</artifactId>
|
||||||
|
<exclusions>
|
||||||
|
<exclusion>
|
||||||
|
<groupId>org.apache.httpcomponents</groupId>
|
||||||
|
<artifactId>httpclient-osgi</artifactId>
|
||||||
|
</exclusion>
|
||||||
|
<exclusion>
|
||||||
|
<groupId>org.apache.httpcomponents</groupId>
|
||||||
|
<artifactId>httpcore-osgi</artifactId>
|
||||||
|
</exclusion>
|
||||||
|
</exclusions>
|
||||||
|
</dependency>
|
||||||
|
</dependencies>
|
||||||
|
</dependencyManagement>
|
||||||
</project>
|
</project>
|
||||||
|
|
Loading…
Add table
Reference in a new issue