Chime icon indicating copy to clipboard operation
Chime copied to clipboard

Could not find module: io.vertx.ceylon.core/3.5.3

Open myhtls opened this issue 7 years ago • 3 comments

hello,my pom.xml

vertx.version 3.5.3

  <dependency>
       <groupId>io.vertx</groupId>
       <artifactId>vertx-core</artifactId>
       <version>${vertx.version}</version>
   </dependency>

 <dependency>
     <groupId>io.vertx</groupId>
     <artifactId>vertx-lang-ceylon</artifactId>
     <version>${vertx.version}</version>
 </dependency>

 <dependency>
        <groupId>io.vertx</groupId>
        <artifactId>vertx-lang-kotlin</artifactId>
        <version>${vertx.version}</version>
  </dependency>

run: Deployment failed! com.redhat.ceylon.compiler.java.runtime.tools.ModuleNotFoundException: Could not find module: io.vertx.ceylon.core/3.5.3

myhtls avatar Aug 27 '18 06:08 myhtls

I'm seeing this also, is this still an open issue?

jclinto1 avatar Mar 01 '19 16:03 jclinto1

Me too... Could not find module: io.vertx.ceylon.core/3.5.4

paulewetzel avatar Feb 06 '20 05:02 paulewetzel

Same issue in vertx 3.7.0

AmarJagtap300 avatar Jul 17 '20 19:07 AmarJagtap300