Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
a3845 opened this issue Jan 16, 2021 · 1 comment
Open

Comments

@a3845
Copy link

a3845 commented Jan 16, 2021

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 a3845 changed the title Cannot use in3 in Java Cannot use in3 in Java with the pom.xml file stanzas in the directions Jan 16, 2021
@leonardotc
Copy link
Contributor

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants