Skip to content

Commit

Permalink
update hyperfoil dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
willr3 committed Jun 25, 2021
1 parent c6a0402 commit a86f0f6
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -157,12 +157,12 @@
<dependency>
<groupId>io.hyperfoil.tools</groupId>
<artifactId>yaup</artifactId>
<version>0.8.5</version>
<version>0.8.6</version>
</dependency>
<dependency>
<groupId>io.hyperfoil.tools</groupId>
<artifactId>parse</artifactId>
<version>0.1.5</version>
<version>0.1.6</version>
</dependency>
<dependency>
<groupId>org.slf4j</groupId>
Expand Down
12 changes: 12 additions & 0 deletions src/test/java/io/hyperfoil/tools/qdup/cmd/impl/ParseTest.java
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
package io.hyperfoil.tools.qdup.cmd.impl;

import io.hyperfoil.tools.qdup.SshTestBase;
import org.junit.Test;

public class ParseTest extends SshTestBase {

@Test
public void fromYaml(){

}
}

0 comments on commit a86f0f6

Please sign in to comment.