Skip to content

Commit

Permalink
turn elk module back on in this branch (ref #16)
Browse files Browse the repository at this point in the history
  • Loading branch information
darmbrust committed Oct 24, 2020
1 parent bd52093 commit fd28969
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions komet/application/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -45,11 +45,11 @@
<groupId>org.openjfx</groupId>
<artifactId>javafx-fxml</artifactId>
</dependency>
<!--dependency>
<dependency>
<groupId>sh.isaac.provider</groupId>
<artifactId>classifier-elk</artifactId>
<version>${project.version}</version>
</dependency-->
</dependency>
<dependency>
<groupId>${project.groupId}</groupId>
<artifactId>batch</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion provider/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,6 @@
<module>identifier</module>
<module>qa</module>
<module>xslt-provider</module>
<!--module>classifier-elk</module-->
<module>classifier-elk</module>
</modules>
</project>

0 comments on commit fd28969

Please sign in to comment.