forked from protegeproject/rdf-library
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
protegeproject#6 pom dependencies migrated from sesame to rdf4j
Signed-off-by: Jeen Broekstra <[email protected]>
- Loading branch information
1 parent
c59ae87
commit f2eece0
Showing
1 changed file
with
54 additions
and
49 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,7 @@ | ||
<?xml version="1.0" encoding="UTF-8"?> | ||
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd"> | ||
<project xmlns="http://maven.apache.org/POM/4.0.0" | ||
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" | ||
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd"> | ||
<modelVersion>4.0.0</modelVersion> | ||
|
||
<parent> | ||
|
@@ -34,89 +36,92 @@ | |
<email>[email protected]</email> | ||
</developer> | ||
</developers> | ||
|
||
<scm> | ||
<connection>scm:git:[email protected]:protegeproject/rdf-library.git</connection> | ||
<developerConnection>scm:git:[email protected]:protegeproject/rdf-library.git</developerConnection> | ||
<url>https://github.com/protegeproject/rdf-library</url> | ||
</scm> | ||
|
||
<properties> | ||
<sesame.version>2.7.12</sesame.version> | ||
<logback.version>1.1.3</logback.version> | ||
<slf4j.version>1.7.12</slf4j.version> | ||
<owlapi.version>4.2.8</owlapi.version> | ||
</properties> | ||
|
||
<dependencyManagement> | ||
<dependencies> | ||
<dependency> | ||
<groupId>org.eclipse.rdf4j</groupId> | ||
<artifactId>rdf4j-bom</artifactId> | ||
<version>2.4.1</version> | ||
<type>pom</type> | ||
<scope>import</scope> | ||
</dependency> | ||
</dependencies> | ||
</dependencyManagement> | ||
|
||
|
||
<dependencies> | ||
<dependency> | ||
<groupId>org.openrdf.sesame</groupId> | ||
<artifactId>sesame-repository-sail</artifactId> | ||
<version>${sesame.version}</version> | ||
<groupId>org.eclipse.rdf4j</groupId> | ||
<artifactId>rdf4j-repository-sail</artifactId> | ||
</dependency> | ||
|
||
<dependency> | ||
<groupId>org.openrdf.sesame</groupId> | ||
<artifactId>sesame-sail-memory</artifactId> | ||
<version>${sesame.version}</version> | ||
<groupId>org.eclipse.rdf4j</groupId> | ||
<artifactId>rdf4j-sail-memory</artifactId> | ||
</dependency> | ||
|
||
<dependency> | ||
<groupId>org.openrdf.sesame</groupId> | ||
<artifactId>sesame-rio-rdfxml</artifactId> | ||
<version>${sesame.version}</version> | ||
<groupId>org.eclipse.rdf4j</groupId> | ||
<artifactId>rdf4j-rio-rdfxml</artifactId> | ||
</dependency> | ||
|
||
<dependency> | ||
<groupId>org.openrdf.sesame</groupId> | ||
<artifactId>sesame-model</artifactId> | ||
<version>${sesame.version}</version> | ||
<groupId>org.eclipse.rdf4j</groupId> | ||
<artifactId>rdf4j-model</artifactId> | ||
</dependency> | ||
|
||
<dependency> | ||
<groupId>org.openrdf.sesame</groupId> | ||
<artifactId>sesame-queryparser-sparql</artifactId> | ||
<version>${sesame.version}</version> | ||
<groupId>org.eclipse.rdf4j</groupId> | ||
<artifactId>rdf4j-queryparser-sparql</artifactId> | ||
</dependency> | ||
|
||
<dependency> | ||
<groupId>org.openrdf.sesame</groupId> | ||
<artifactId>sesame-queryparser-serql</artifactId> | ||
<version>${sesame.version}</version> | ||
<groupId>org.eclipse.rdf4j</groupId> | ||
<artifactId>rdf4j-queryparser-serql</artifactId> | ||
</dependency> | ||
|
||
<dependency> | ||
<groupId>ch.qos.logback</groupId> | ||
<artifactId>logback-classic</artifactId> | ||
<version>${logback.version}</version> | ||
</dependency> | ||
|
||
<dependency> | ||
<groupId>ch.qos.logback</groupId> | ||
<artifactId>logback-core</artifactId> | ||
<version>${logback.version}</version> | ||
</dependency> | ||
|
||
<dependency> | ||
<groupId>org.slf4j</groupId> | ||
<artifactId>slf4j-api</artifactId> | ||
<version>${slf4j.version}</version> | ||
</dependency> | ||
|
||
<dependency> | ||
<groupId>net.sourceforge.owlapi</groupId> | ||
<artifactId>owlapi-osgidistribution</artifactId> | ||
<version>${owlapi.version}</version> | ||
</dependency> | ||
|
||
<dependency> | ||
<groupId>org.testng</groupId> | ||
<artifactId>testng</artifactId> | ||
<version>6.8.21</version> | ||
<scope>test</scope> | ||
</dependency> | ||
</dependencies> | ||
|
||
<build> | ||
<plugins> | ||
<plugin> | ||
|
@@ -157,7 +162,7 @@ | |
</executions> | ||
</plugin> | ||
|
||
<plugin> | ||
<plugin> | ||
<groupId>org.apache.felix</groupId> | ||
<artifactId>maven-bundle-plugin</artifactId> | ||
<version>3.0.1</version> | ||
|
@@ -166,24 +171,24 @@ | |
<instructions> | ||
<Bundle-SymbolicName>org.protege.owl.rdf;singleton:=true</Bundle-SymbolicName> | ||
<Bundle-Vendor>The Protege Development Team</Bundle-Vendor> | ||
<Embed-Dependency>sesame-queryparser-serql, sesame-queryparser-sparql</Embed-Dependency> | ||
<Embed-Dependency>rdf4j-queryparser-serql, | ||
rdf4j-queryparser-sparql</Embed-Dependency> | ||
<Export-Package> | ||
org.protege.owl.rdf*;version=${project.version}, | ||
info.aduna.*;version="2.7.0", | ||
org.openrdf.*;version="2.7.0", | ||
org.eclipse.rdf4j.*;version="2.4.1", | ||
org.slf4j.*, | ||
ch.qos.logback.*, | ||
com.fasterxml.jackson.core.*;version="2.5.1" | ||
</Export-Package> | ||
<Export-Service>org.openrdf.query.parser.QueryParserFactory</Export-Service> | ||
<Export-Service>org.eclipse.rdf4j.query.parser.QueryParserFactory</Export-Service> | ||
<Import-Package> | ||
!org.apache.commons.httpclient.*, | ||
!groovy.lang, | ||
!javax.jms, | ||
!javax.mail.*, | ||
!javax.servlet.*, | ||
!org.codehaus.*, | ||
!sun.reflect.*, | ||
!org.apache.commons.httpclient.*, | ||
!groovy.lang, | ||
!javax.jms, | ||
!javax.mail.*, | ||
!javax.servlet.*, | ||
!org.codehaus.*, | ||
!sun.reflect.*, | ||
* | ||
</Import-Package> | ||
</instructions> | ||
|
@@ -197,7 +202,7 @@ | |
</goals> | ||
</execution> | ||
</executions> | ||
</plugin> | ||
</plugin> | ||
|
||
<plugin> | ||
<groupId>org.apache.maven.plugins</groupId> | ||
|
@@ -218,18 +223,18 @@ | |
<suiteXmlFiles> | ||
<suiteXmlFile>src/test/resources/unit-tests.xml</suiteXmlFile> | ||
</suiteXmlFiles> | ||
</configuration> | ||
</configuration> | ||
</execution> | ||
</executions> | ||
</plugin> | ||
|
||
<plugin> | ||
<artifactId>maven-eclipse-plugin</artifactId> | ||
<version>2.9</version> | ||
<configuration> | ||
<pde>true</pde> | ||
</configuration> | ||
</plugin> | ||
</plugin> | ||
</plugins> | ||
</build> | ||
</project> |