-
Notifications
You must be signed in to change notification settings - Fork 146
Open
Description
[WARNING] The POM for com.github.rainmanhhh.ez-vertx-parent:ez-vertx-core:jar:1.0.13-SNAPSHOT is missing, no dependency information available
Cannot resolve com.github.rainmanhhh.ez-vertx-parent:ez-vertx-core:1.0.13-SNAPSHOT
my pom.xml:
<?xml version="1.0" encoding="UTF-8"?>
<project xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xmlns="http://maven.apache.org/POM/4.0.0"
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<parent>
<groupId>com.github.rainmanhhh</groupId>
<artifactId>ez-vertx-parent</artifactId>
<version>1.0.3-SNAPSHOT</version>
</parent>
<artifactId>ez-vertx-test-spring-boot-starter</artifactId>
<version>1.0.0-SNAPSHOT</version>
<dependencies>
<dependency>
<groupId>com.github.rainmanhhh.ez-vertx-parent</groupId>
<artifactId>ez-vertx-core</artifactId>
<version>1.0.13-SNAPSHOT</version>
</dependency>
</dependencies>
<modelVersion>4.0.0</modelVersion>
<name>spring-boot-starter-vertx-core</name>
<repositories>
<repository>
<id>jitpack</id>
<url>https://jitpack.io</url>
</repository>
</repositories>
</project>Metadata
Metadata
Assignees
Labels
No labels