Skip to content

Commit

Permalink
Include ELK in the distribution.
Browse files Browse the repository at this point in the history
Bundle the ELK plugon (0.5.0 build from csiro.au) along with its puli
dependency.
  • Loading branch information
gouttegd committed Jan 6, 2023
1 parent e749d83 commit dea142a
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -185,6 +185,18 @@
<version>2.0.10</version>
</dependency>

<dependency>
<groupId>au.csiro</groupId>
<artifactId>elk-protege</artifactId>
<version>0.5.0</version>
</dependency>

<dependency>
<groupId>org.liveontologies</groupId>
<artifactId>puli</artifactId>
<version>0.1.0</version>
</dependency>

</dependencies>


Expand Down

0 comments on commit dea142a

Please sign in to comment.