创建maven项目过程中的报错

问题遇到的现象和发生背景

在eclipse中创建maven项目,遇到了下面的问题,是在运行pom.xml出现的问题,查找资料也找不到解决方法

用代码块功能插入代码,请勿粘贴截图



 cn.dh
  hadoopDemo
  0.0.1-SNAPSHOT
  
      
          org.apache.hadoop
          hadoop-common
          2.7.4
      
      
          org.apache.hadoop
          hadoop-hdfs
          2.7.4
      
      
          org.apache.hadoop
          hadoop-client
          2.7.4
      
      
          junit
          junit
          RELEASE
      

###### 运行结果及报错内容 
SLF4J: Class path contains multiple SLF4J bindings.
SLF4J: Found binding in [jar:file:/E:/文件存储/eclipse-java-2020-06-R-win32-x86_64/eclipse/plugins/org.eclipse.m2e.maven.runtime.slf4j.simple_1.16.0.20200610-1735/jars/slf4j-simple-1.7.5.jar!/org/slf4j/impl/StaticLoggerBinder.class]
SLF4J: Found binding in [file:/E:/文件存储/eclipse-java-2020-06-R-win32-x86_64/eclipse/configuration/org.eclipse.osgi/5/0/.cp/org/slf4j/impl/StaticLoggerBinder.class]
SLF4J: See http://www.slf4j.org/codes.html#multiple_bindings for an explanation.
SLF4J: Actual binding is of type [org.slf4j.impl.SimpleLoggerFactory]
SLF4J: Class path contains multiple SLF4J bindings.
SLF4J: Found binding in [jar:file:/E:/文件存储/eclipse-java-2020-06-R-win32-x86_64/eclipse/plugins/org.eclipse.m2e.maven.runtime.slf4j.simple_1.16.0.20200610-1735/jars/slf4j-simple-1.7.5.jar!/org/slf4j/impl/StaticLoggerBinder.class]
SLF4J: Found binding in [file:/E:/文件存储/eclipse-java-2020-06-R-win32-x86_64/eclipse/configuration/org.eclipse.osgi/5/0/.cp/org/slf4j/impl/StaticLoggerBinder.class]
SLF4J: See http://www.slf4j.org/codes.html#multiple_bindings for an explanation.
SLF4J: Actual binding is of type [org.slf4j.impl.SimpleLoggerFactory]

我的解答思路和尝试过的方法

代码是教程复制的

推荐你使用阿里的脚手架搭建项目,然后导入到Eclipse,官网地址:https://start.aliyun.com/bootstrap.html