Aklakan commented on issue #3232:
URL: https://github.com/apache/jena/issues/3232#issuecomment-2927658027
I checked with @SimonBin and the most likely reason is that in our setup we
also place the dependency below on the class of fuseki. This dependency is only
in `test` scope in `jena-geosparql` for licensing reasons. In our setup we
effectively set it to compile. We haven't tested this on our side yet, but we
expect that adding this jar file with dependencies to fuseki's class path makes
this transformations work:
`jena-geosparql/pom.xml`
```xml
<dependency>
<groupId>org.apache.sis.non-free</groupId>
<artifactId>sis-embedded-data</artifactId>
<version>${ver.sis}</version>
<!-- <scope>test</scope> -->
</dependency>
```
--
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]