iovka / shex-java

Validation of Shape Expression Schemas
GNU Lesser General Public License v3.0
10 stars 6 forks source link

update jena version? #6

Closed goodb closed 5 years ago

goodb commented 5 years ago

I'm trying to integrate shex-java into an existing project and have a conflict. shex-java is on version 3.0.0 of Jena and my existing project needs the current 3.11.0 . I can resolve, but perhaps it would be good to update the Jena version in the project pom?

shex-jena seems to be okay running 3.11.0 when I test it.

jdusart commented 5 years ago

Yes, there shouldn't be any problem since the only place I am using Jena in the project is in the test. I will update it in the next release.

jdusart commented 5 years ago

I have released version 1.2.3 with jena updated at version 3.11.0.