Skip to content

Commit

Permalink
Fix RDF issues testing 4.1.0 RC 1 #412
Browse files Browse the repository at this point in the history
Fixed on 5 too
  • Loading branch information
ignazio1977 committed Jun 5, 2015
1 parent a67609b commit 7204fb6
Show file tree
Hide file tree
Showing 2 changed files with 30 additions and 0 deletions.
15 changes: 15 additions & 0 deletions distribution/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -63,6 +63,21 @@
<artifactId>owlapi-api</artifactId>
<version>${project.version}</version>
</dependency>
<dependency>
<groupId>com.fasterxml.jackson.core</groupId>
<artifactId>jackson-core</artifactId>
<version>2.5.1</version>
</dependency>
<dependency>
<groupId>com.fasterxml.jackson.core</groupId>
<artifactId>jackson-databind</artifactId>
<version>2.5.1</version>
</dependency>
<dependency>
<groupId>com.fasterxml.jackson.core</groupId>
<artifactId>jackson-annotations</artifactId>
<version>2.5.1</version>
</dependency>
</dependencies>

<build>
Expand Down
15 changes: 15 additions & 0 deletions osgidistribution/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -63,6 +63,21 @@
<artifactId>owlapi-api</artifactId>
<version>${project.version}</version>
</dependency>
<dependency>
<groupId>com.fasterxml.jackson.core</groupId>
<artifactId>jackson-core</artifactId>
<version>2.5.1</version>
</dependency>
<dependency>
<groupId>com.fasterxml.jackson.core</groupId>
<artifactId>jackson-databind</artifactId>
<version>2.5.1</version>
</dependency>
<dependency>
<groupId>com.fasterxml.jackson.core</groupId>
<artifactId>jackson-annotations</artifactId>
<version>2.5.1</version>
</dependency>
<dependency>
<groupId>${project.groupId}</groupId>
<artifactId>owlapi-compatibility</artifactId>
Expand Down

0 comments on commit 7204fb6

Please sign in to comment.