<?xml version="1.0" encoding="UTF-8"?>
<beans xmlns="http://www.springframework.org/schema/beans"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="
http://www.springframework.org/schema/beans
http://www.springframework.org/schema/beans/spring-beans-3.0.xsd
http://www.springframework.org/schema/context
http://www.springframework.org/schema/util/spring-util-3.0.xsd">
<dependency>
<groupId>org.codehaus.jackson</groupId>
<artifactId>jackson-core-asl</artifactId>
<version>1.9.7</version>
</dependency>
<dependency>
<groupId>org.codehaus.jackson</groupId>
<artifactId>jackson-mapper-asl</artifactId>
<version>1.9.0</version>
</dependency>
我收到一个错误:
(“cvc-complex-type.2.4.a:发现以元素'依赖'开头的无效内容。'{“http://www.springframework.org/schema/beans”之一:import,“http:// www.springframework.org/schema/beans":别名, "http://www.springframework.org/schema/beans":bean, WC[##other:"http://www.springframework.org/schema/豆”]}' 是
预期的。)
我已被包含(jackson-mapper-asl 和 jackson-core-asl)到我的工作空间中的库中,但没有得到为什么会发生此错误,请帮助。