Skip to content
This repository was archived by the owner on Dec 17, 2018. It is now read-only.
This repository was archived by the owner on Dec 17, 2018. It is now read-only.

Failed to include maven dependency to libraft #47

@dzlab

Description

@dzlab

I'm trying to include libraft in my project, by adding the following maven dependency:

<dependency>
  <groupId>io.libraft</groupId>
  <artifactId>libraft-agent</artifactId>
  <version>0.1.1</version>
</dependency>

When I issue mvn install, the project's build fail with missing dependencies to el-api:jar:2.2.+, slf4j-api:jar:1.7.+, guava:jar:14.0.+. I also see the following in the logs:

[WARNING] The POM for org.glassfish.web:el-impl:jar:2.2.+ is missing, no dependency information available
[WARNING] The POM for javax.el:el-api:jar:2.2.+ is missing, no dependency information available
[WARNING] The POM for org.slf4j:slf4j-api:jar:1.7.+ is missing, no dependency information available
[WARNING] The POM for com.google.guava:guava:jar:14.0.+ is missing, no dependency information available
[WARNING] The POM for org.slf4j:log4j-over-slf4j:jar:1.7.+ is missing, no dependency information available

Why those '+' next to the jar files?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions