ActiveMQ in Action 源码

修改了pom文件的依赖的版本号,不然报错,忽略测试错误.

<plugin>

        <groupId>org.apache.maven.plugins</groupId>

        <artifactId>maven-surefire-plugin</artifactId>

        <configuration>

          <failIfNoTests>false</failIfNoTests>

          <testFailureIgnore>true</testFailureIgnore> 

        </configuration>

      </plugin>

编译成功.

 

猜你喜欢

转载自jackyin5918.iteye.com/blog/1945209