Skip to content

Commit 415c3e3

Browse files
committed
update to a fixed version of ssh2nio
1 parent f0f4ea9 commit 415c3e3

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -455,7 +455,7 @@
455455
<dependency>
456456
<groupId>org.aksw.thirdparty.com.sshtools</groupId>
457457
<artifactId>vfs2nio</artifactId>
458-
<version>0.0.1-2</version>
458+
<version>0.0.1-3-SNAPSHOT</version>
459459
</dependency>
460460
<dependency>
461461
<groupId>org.apache.commons</groupId>

rdf-processing-toolkit-cli/src/main/java/org/aksw/sparql_integrate/cli/cmd/CmdSparqlIntegrateMain.java

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -92,6 +92,7 @@ public class CmdSparqlIntegrateMain
9292
@Option(names = { "--split" }, description="Create corresponding output files for each file argument with SPARQL queries")
9393
public String splitFolder = null;
9494

95+
/** ARQ Mixin provides options related to ARQ such as --set and --explain */
9596
@Mixin
9697
public CmdMixinArq arqConfig = new CmdMixinArq();
9798

0 commit comments

Comments
 (0)