Skip to content

Commit

Permalink
Merge pull request #1201 from ontodev/elk-0.6.0
Browse files Browse the repository at this point in the history
Update Elk to 0.6.0 in pom.xml
  • Loading branch information
jamesaoverton authored May 28, 2024
2 parents cc104fa + ffddd20 commit 1fbb189
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 7 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
- Add `--enforce-obo-format`, `--exclude-named-classes` and `--include-subclass-of` features to relax command [#1060, #1183]
- Updated obographs to [version 0.3.1](https://github.com/geneontology/obographs/releases/tag/v0.3.1)
- Updated OWL API to 3.5.29. This includes a major update to OBO Format which now supports [IDSPACE declarations](https://github.com/owlcs/owlapi/pull/1102) (non-OBO Foundry prefixes).
- Updated Elk to version 0.6.0, see [here](https://github.com/liveontologies/elk-reasoner/issues/48#issuecomment-2130090254).

### Fixed
- '--annotate-with-source true' does not work with extract --method subset [#1160]
Expand Down
10 changes: 3 additions & 7 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -212,14 +212,10 @@
<version>2.0.13</version>
</dependency>
<dependency>
<groupId>au.csiro</groupId>
<artifactId>elk-owlapi4</artifactId>
<version>0.5.0</version>
<groupId>io.github.liveontologies</groupId>
<artifactId>elk-owlapi</artifactId>
<version>0.6.0</version>
<exclusions>
<exclusion>
<groupId>log4j</groupId>
<artifactId>log4j</artifactId>
</exclusion>
<exclusion>
<groupId>net.sourceforge.owlapi</groupId>
<artifactId>owlapi-apibinding</artifactId>
Expand Down

0 comments on commit 1fbb189

Please sign in to comment.