OyvindLGjesdal commented on issue #3738:
URL: https://github.com/apache/jena/issues/3738#issuecomment-3862453672
```
mvn dependency:copy
-D'artifact=org.apache.jena:jena-serviceenhancer:6.0.0:pom'
-Dmdep.stripVersion=true -D'outputDirectory=/home/fuseki' &&
mvn dependency:copy-dependencies -f jena-serviceenhancer.pom
-DincludeScope=compile -DoutputDirectory={{ fuseki_base }}/extra &&
mvn dependency:copy
-D'artifact=org.apache.jena:jena-serviceenhancer:6.0.0:jar'
-DoutputDirectory={{ fuseki_base }}/extra
````
Works for me. pulling guava pom instead of the dependencies of
jena-serviceenhancer may also work with less jars in the extra folder.
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]