in3 icon indicating copy to clipboard operation
in3 copied to clipboard

Cannot use in3 in Java with the pom.xml file stanzas in the directions

Open a3845 opened this issue 3 years ago • 1 comments

Steps to reproduce

Update a working pom.xml file according to the directions here https://github.com/blockchainsllc/in3/packages/72045?version=v2.5.4

Run "mvn install"

Expected behavior

I want to see the above command succeed with no errors. Then I expect Java programs with "import in3.*;" will compile.

Actual behavior

I see this error message:

Could not resolve dependencies for project org.foobar:jar:0.1.0: Could not find artifact it.slock:in3:jar:2.5.4 in central (https://repo.maven.apache.org/maven2)

Java programs with "import in3.*;" do not compile.

System configuration

Ubuntu 18.04. Maven 3.6.0. Java 11.0.9.1.

Incubed version

I tried multiple different versions.

Request

How do I run "mvn install" to get in3 to be installed so my Java programs will be able to use Incubed?

Incubed Configuration

Chain

a3845 avatar Jan 16 '21 15:01 a3845

Hello @a3845

At the moment our jar is not on maven central. As far as project goes, the current solution is explained on #16 and should work. Please, do keep in mind two things: we will add soon(ish) the jar to maven central and there was a change in the package, this is the correct one it.blockchainsllc.in3.

leonardotc avatar Jan 19 '21 11:01 leonardotc