Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
luigi-asprino committed Nov 18, 2024
1 parent beb4239 commit 5115c33
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions sparql-anything-cli/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -220,8 +220,8 @@
<artifactId>maven-compiler-plugin</artifactId>
<version>3.8.0</version>
<configuration>
<source>11</source>
<target>11</target>
<source>17</source>
<target>17</target>
</configuration>
</plugin>
</plugins>
Expand Down
4 changes: 2 additions & 2 deletions sparql-anything-fuseki/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -206,8 +206,8 @@
<artifactId>maven-compiler-plugin</artifactId>
<version>3.8.0</version>
<configuration>
<source>11</source>
<target>11</target>
<source>17</source>
<target>17</target>
</configuration>
</plugin>

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@
package io.github.sparqlanything.fuseki;

import io.github.sparqlanything.engine.FacadeX;
import io.github.sparqlanything.json.JSONTriplifier;
import io.github.sparqlanything.model.Triplifier;
import org.apache.commons.cli.CommandLine;
import org.apache.commons.cli.CommandLineParser;
Expand Down Expand Up @@ -101,7 +102,6 @@ public void stop() {
}

public static void main(String[] args) {

logger.info("sparql.anything endpoint");
Options options = new Options();

Expand Down

0 comments on commit 5115c33

Please sign in to comment.