This worked for me, don't know if it is a good practice. I created a
directory 'local-repo' in base project and this in zeppelin-zengine pom.xml
<repositories>
<repository>
<id>local-repo</id>
<url>file://${project.parent.basedir}/local-repo</url>
</repository>
</repositories>
and also the dependency part
<dependency>
<groupId>org.ipfs</groupId>
<artifactId>api</artifactId>
<version>0.0.1-SNAPSHOT</version>
</dependency>
On Tue, Jun 7, 2016 at 10:43 AM, onkar shedge <[email protected]>
wrote:
> The java-ipfs-api is not present in the central maven repository. And I
> want to add it as a dependency in zeppelin-zengine. So how should i add it ?
>
> 1] https://github.com/ipfs/java-ipfs-api
>
> Regards,
> Onkar Shedge.
>