Could not resolve dependencies for project com.message :Message -Verification9-mapper:jar:0.0 .1 -SNAPSHOT:
Failed to read artifact descriptor for com.message :Message -Verification9-pojo:jar:0.0 .1 -SNAPSHOT:
Could not find artifact com.message :Message -Verification1:pom:0.0 .1 -SNAPSHOT in nexus-aliyun (http:
<project xmlns ="http://maven.apache.org/POM/4.0.0" xmlns:xsi ="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation ="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" >
<modelVersion > 4.0.0</modelVersion >
<parent >
<groupId > com.issCollege</groupId >
<artifactId > BanbiShop-parent</artifactId >
<version > 0.0.1-SNAPSHOT</version >
</parent >
<groupId > com.message</groupId >
<artifactId > Message-Verification1</artifactId >
>
<packaging > pom</packaging >
<dependencies >
<dependency >
<groupId > com.issCollege</groupId >
<artifactId > BanbiShop-common</artifactId >
<version > 0.0.1-SNAPSHOT</version >
</dependency >
</dependencies >
<build >
<plugins >
<plugin >
<groupId > org.apache.tomcat.maven</groupId >
<artifactId > tomcat7-maven-plugin</artifactId >
<configuration >
<port > 9990</port >
<path > /user</path >
<uriEncoding > UTF-8</uriEncoding >
<finalName > mgr</finalName >
<server > tomcat7</server >
</configuration >
</plugin >
</plugins >
</build >
<modules >
<module > Message-Verification9-pojo</module >
<module > Message-Verification9-mapper</module >
<module > Message-Verification9-service</module >
<module > Message-Verification9-web</module >
</modules >
</project >