java - ivy 无法解析 org.springframework 依赖项

标签 java eclipse spring ivy

我想使用 Ivy Eclipse 插件来解决 spring-oxm 依赖。

<dependency org="org.springframework" name="spring-oxm" rev="3.2.2.RELEASE" />

但是我得到以下错误:

Some projects fail to be resolved Impossible to resolve dependencies of my class name unresolved dependency: org.restlet.jee#org.restlet;2.1.1: not found unresolved dependency: org.restlet.jee#org.restlet.ext.servlet;2.1.1: not found

我用谷歌搜索,人们说 reSTLet-2.1.1 不再存在。我不知道如何解决这个问题。

最佳答案

它在这个 repo 中可用 http://maven.restlet.org/org/restlet/jee/org.restlet/2.1.1/

可能您需要在您的 Ivy 设置或您正在使用的任何存储库中添加此存储库。

关于java - ivy 无法解析 org.springframework 依赖项,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/15892240/

相关文章:

java - 使用ConcurrentHashMap解决数据不一致问题

java - 标准java web应用目录结构与Eclipse生成的目录结构的区别

spring - 如何防止 Spring 在上下文刷新时实例化原型(prototype)作用域 bean?

java - PrintWriter 对象不会将文本文档中的所有行打印到输出文件中

Java - Swing GUI 在 Windows 7 中呈现不正确

java - "Integration"Rails ' ActiveRecord and Java' s Hibernate 之间

java - 在spring和eclipse中演示微服务不起作用

java - jarsigner 无法在 java 中工作,因此构建失败

java - eclipseoxy中的 cucumber eclipse插件

java - Spring Boot - @Convert不调用convertToDatabaseColumn方法