Skip to content

Commit

Permalink
Adding missing dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
rubij committed Oct 12, 2020
1 parent 6146596 commit 6ee46dc
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions keywords/java/step-library-kw-monitoring-system/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,11 @@
<groupId>ch.exense.step.library</groupId>
<artifactId>step-library-kw-system</artifactId>
<version>${project.version}</version>
</dependency>
<dependency>
<groupId>ch.exense.step</groupId>
<artifactId>step-functions-base-functions</artifactId>
<version>3.14.0</version>
</dependency>
<dependency>
<groupId>org.codehaus.groovy</groupId>
Expand Down

0 comments on commit 6ee46dc

Please sign in to comment.