Closed rampatra closed 3 years ago
It looks like web3j-besu module is not included in maven depedency.
Yes, I have included all three now and it's working:
<dependencies>
<dependency>
<groupId>org.web3j</groupId>
<artifactId>core</artifactId>
<version>4.8.4</version>
</dependency>
<dependency>
<groupId>org.web3j</groupId>
<artifactId>besu</artifactId>
<version>4.8.4</version>
</dependency>
<dependency>
<groupId>org.web3j</groupId>
<artifactId>eea</artifactId>
<version>4.8.4</version>
</dependency>
</dependencies>
I thought just adding the core dependency would include everything.
I am using web3j (v4.8.4) in my maven project and these classes (marked in red) aren't found in the jar. Any ideas?