eclipse配置maven项目

eclipse配置maven项目时添加pom.xml信息后导入jar包结果程序各种出错,不能正常导入包了,谁知道什么原因啊,不胜感激!
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
4.0.0

com.scg
bigdata
0.0.1-SNAPSHOT
jar

bigdata
http://maven.apache.org


UTF-8




org.apache.hadoop

hadoop-common

2.8.1





org.apache.hadoop

hadoop-hdfs

2.8.1





org.apache.hadoop

hadoop-client

2.8.1




junit
junit
3.8.1
test



图片说明

maven 有个仓库,你把你需要的jar包放在maven仓库,在父类项目中pom.xml中添加jar包和版本