Giter VIP home page Giter VIP logo

data-streaming-kafka-quarkus's People

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar

data-streaming-kafka-quarkus's Issues

Failure to find com.redhat.quarkus:quarkus-universe-bom:pom:1.3.2.Final-redhat-00001 in https://repo.maven.apache.org/maven2

I'm trying to run the quarkus-kafka-streaming app but I'm currently getting the following error. Do I need to update something?

[INFO] Scanning for projects...
[ERROR] [ERROR] Some problems were encountered while processing the POMs:
[ERROR] Non-resolvable import POM: Failure to find com.redhat.quarkus:quarkus-universe-bom:pom:1.3.2.Final-redhat-00001 in https://repo.maven.apache.org/maven2 was cached in the local repository, resolution will not be reattempted until the update interval of central has elapsed or updates are forced @ line 23, column 19
[ERROR] 'dependencies.dependency.version' for io.quarkus:quarkus-resteasy:jar is missing. @ line 33, column 17
[ERROR] 'dependencies.dependency.version' for io.quarkus:quarkus-junit5:jar is missing. @ line 37, column 17
[ERROR] 'dependencies.dependency.version' for io.rest-assured:rest-assured:jar is missing. @ line 42, column 17
[ERROR] 'dependencies.dependency.version' for io.quarkus:quarkus-kafka-client:jar is missing. @ line 47, column 17
[ERROR] 'dependencies.dependency.version' for io.quarkus:quarkus-spring-web:jar is missing. @ line 51, column 17
[ERROR] 'dependencies.dependency.version' for io.quarkus:quarkus-kafka-streams:jar is missing. @ line 55, column 17
 @ 
[ERROR] The build could not read 1 project -> [Help 1]
[ERROR]   
[ERROR]   The project org.acme:quarkus-kafka-streaming:1.0.0-SNAPSHOT (/Users/mariahito/Desktop/quarkus-apps/kafka-docker/data-streaming-kafka-quarkus/quarkus-kafka-streaming/pom.xml) has 7 errors
[ERROR]     Non-resolvable import POM: Failure to find com.redhat.quarkus:quarkus-universe-bom:pom:1.3.2.Final-redhat-00001 in https://repo.maven.apache.org/maven2 was cached in the local repository, resolution will not be reattempted until the update interval of central has elapsed or updates are forced @ line 23, column 19 -> [Help 2]
[ERROR]     'dependencies.dependency.version' for io.quarkus:quarkus-resteasy:jar is missing. @ line 33, column 17
[ERROR]     'dependencies.dependency.version' for io.quarkus:quarkus-junit5:jar is missing. @ line 37, column 17
[ERROR]     'dependencies.dependency.version' for io.rest-assured:rest-assured:jar is missing. @ line 42, column 17
[ERROR]     'dependencies.dependency.version' for io.quarkus:quarkus-kafka-client:jar is missing. @ line 47, column 17
[ERROR]     'dependencies.dependency.version' for io.quarkus:quarkus-spring-web:jar is missing. @ line 51, column 17
[ERROR]     'dependencies.dependency.version' for io.quarkus:quarkus-kafka-streams:jar is missing. @ line 55, column 17
[ERROR] 
[ERROR] To see the full stack trace of the errors, re-run Maven with the -e switch.
[ERROR] Re-run Maven using the -X switch to enable full debug logging.
[ERROR] 
[ERROR] For more information about the errors and possible solutions, please read the following articles:
[ERROR] [Help 1] http://cwiki.apache.org/confluence/display/MAVEN/ProjectBuildingException
[ERROR] [Help 2] http://cwiki.apache.org/confluence/display/MAVEN/UnresolvableModelException
(base) Marias-MBP:quarkus-kafka-streaming mariahito$ ./mvnw quarkus:dev
[INFO] Scanning for projects...
[ERROR] [ERROR] Some problems were encountered while processing the POMs:
[ERROR] Non-resolvable import POM: Failure to find com.redhat.quarkus:quarkus-universe-bom:pom:1.3.2.Final-redhat-00001 in https://repo.maven.apache.org/maven2 was cached in the local repository, resolution will not be reattempted until the update interval of central has elapsed or updates are forced @ line 23, column 19
[ERROR] 'dependencies.dependency.version' for io.quarkus:quarkus-resteasy:jar is missing. @ line 33, column 17
[ERROR] 'dependencies.dependency.version' for io.quarkus:quarkus-junit5:jar is missing. @ line 37, column 17
[ERROR] 'dependencies.dependency.version' for io.rest-assured:rest-assured:jar is missing. @ line 42, column 17
[ERROR] 'dependencies.dependency.version' for io.quarkus:quarkus-kafka-client:jar is missing. @ line 47, column 17
[ERROR] 'dependencies.dependency.version' for io.quarkus:quarkus-spring-web:jar is missing. @ line 51, column 17
[ERROR] 'dependencies.dependency.version' for io.quarkus:quarkus-kafka-streams:jar is missing. @ line 55, column 17
 @ 
[ERROR] The build could not read 1 project -> [Help 1]
[ERROR]   
[ERROR]   The project org.acme:quarkus-kafka-streaming:1.0.0-SNAPSHOT (/Users/mariahito/Desktop/quarkus-apps/kafka-docker/data-streaming-kafka-quarkus/quarkus-kafka-streaming/pom.xml) has 7 errors
[ERROR]     Non-resolvable import POM: Failure to find com.redhat.quarkus:quarkus-universe-bom:pom:1.3.2.Final-redhat-00001 in https://repo.maven.apache.org/maven2 was cached in the local repository, resolution will not be reattempted until the update interval of central has elapsed or updates are forced @ line 23, column 19 -> [Help 2]
[ERROR]     'dependencies.dependency.version' for io.quarkus:quarkus-resteasy:jar is missing. @ line 33, column 17
[ERROR]     'dependencies.dependency.version' for io.quarkus:quarkus-junit5:jar is missing. @ line 37, column 17
[ERROR]     'dependencies.dependency.version' for io.rest-assured:rest-assured:jar is missing. @ line 42, column 17
[ERROR]     'dependencies.dependency.version' for io.quarkus:quarkus-kafka-client:jar is missing. @ line 47, column 17
[ERROR]     'dependencies.dependency.version' for io.quarkus:quarkus-spring-web:jar is missing. @ line 51, column 17
[ERROR]     'dependencies.dependency.version' for io.quarkus:quarkus-kafka-streams:jar is missing. @ line 55, column 17
[ERROR] 
[ERROR] To see the full stack trace of the errors, re-run Maven with the -e switch.
[ERROR] Re-run Maven using the -X switch to enable full debug logging.
[ERROR] 
[ERROR] For more information about the errors and possible solutions, please read the following articles:
[ERROR] [Help 1] http://cwiki.apache.org/confluence/display/MAVEN/ProjectBuildingException
[ERROR] [Help 2] http://cwiki.apache.org/confluence/display/MAVEN/UnresolvableModelException

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.