qbicsoftware / openbis-client-lib

MIT License
1 stars 4 forks source link

Version 1.1.3 is broken #24

Closed sven1103 closed 6 years ago

sven1103 commented 6 years ago

Using the library and creating an OpenBISClient instance produces this exception, which does not occur in version 1.1.2:

Caught: java.lang.NoClassDefFoundError: ch/systemsx/cisd/common/exceptions/InvalidSessionException
java.lang.NoClassDefFoundError: ch/systemsx/cisd/common/exceptions/InvalidSessionException
    at life.qbic.Query.main(Query.groovy:11)
Caused by: java.lang.ClassNotFoundException: ch.systemsx.cisd.common.exceptions.InvalidSessionException
    ... 1 more
chahuistle commented 6 years ago

Fixed in version 1.1.4 https://github.com/qbicsoftware/openbis-client-lib/releases/tag/1.1.4

chahuistle commented 6 years ago

the problem was that version 1.1.3 did not include any openBIS dependencies, but version 1.1.4 does.