Rothamsted / knetbuilder

KnetBuilder data integration platform for building knowledge graphs. Previously known as ondex.
https://knetminer.com
MIT License
12 stars 11 forks source link

OVTK2 Dependencies I cannot find anywhere #11

Closed marco-brandizi closed 7 years ago

marco-brandizi commented 7 years ago

I've problems with these dependencies in the ovtk2 module:

>       <!--  dependency>
> <groupId>net.sourceforge.ondex.webservices</groupId>
>          <artifactId>soapgraph</artifactId>
>          <version>0.5.0</version>
>       </dependency>
>
>       <dependency>
> <groupId>net.sourceforge.ondex.webservices</groupId>
>          <artifactId>webservice-client</artifactId>
>          <version>0.5.0</version>
>       </dependency>
>
>       <dependency>
> <groupId>net.sourceforge.ondex.taverna</groupId>
>          <artifactId>taverna-api</artifactId>
>          <version>0.5.0</version>
>       </dependency -->

The 0.5.0 version used to be in our Nexus, but they've disappeared (probably because of some cleaning operation). I cannot find them anywhere else (in particular, I cannot find the sources).

What are they for? Can we remove them from ONDEX? At the moment I see several Java classes that import them, but they all seem to be menu items and other invocation elements.

marco-brandizi commented 7 years ago

I've removed these dependencies.

marco-brandizi commented 7 years ago

I'm closing this, we don't use those deps anymore. Reopen in case of unlikely problems.