You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@drill.apache.org by Charles Givre <cg...@gmail.com> on 2019/11/25 15:24:46 UTC

Repo Question

Hello all, 
I've been working on DRILL-7233: Format Plugin for HDF5 [1] which has a dependency on the JHDF5 library which is hosted here [2].  I've included a reference to this external repo in my plugin's pom.xml [3].  Until recently, there were no issues in building the plugin, however when I submitted some changes, the build fails because it cannot find the dependency.  You can see the dependency is still there (nothing has changed) so I'm not quite sure why this is happening.  Any suggestions?  Should I just include this dependency's code with the plugin as was done in a few other plugins in the contrib folder?
Thanks,
--C 


[1]: https://github.com/apache/drill/pull/1778 <https://github.com/apache/drill/pull/1778>
[2]: https://maven.scijava.org/content/repositories/public/cisd/jhdf5/14.12.6/ <https://maven.scijava.org/content/repositories/public/cisd/jhdf5/14.12.6/>
[3]: https://github.com/apache/drill/blob/3f794f5afe56de892410ab313aa57e092e54dc61/contrib/format-hdf5/pom.xml#L35-L41 <https://github.com/apache/drill/blob/3f794f5afe56de892410ab313aa57e092e54dc61/contrib/format-hdf5/pom.xml#L35-L41>