maven 搜索依赖,无法搜到org.springframework.security 5
搜索spring,像org.springframework.batch和org.springframework.data能都出来,但是org.springframewor...
搜索spring,像org.springframework.batch和org.springframework.data能都出来,但是org.springframework.security却不在搜索结果里
这是怎么回事呢?
虽然搜索不到,但是直接在pom.xml里加上依赖,却可以下载到啊。
比如:
<dependency>
<groupId>org.springframework.security</groupId>
<artifactId>spring-security-core</artifactId>
<version>3.1.0.RELEASE}</version>
</dependency>
直接这么写却能下载到依赖,搜索却是搜索不到!
今天莫名其妙的又好了,看到有update indexs,不知道是不是之前没更新仓库索引的原因 展开
这是怎么回事呢?
虽然搜索不到,但是直接在pom.xml里加上依赖,却可以下载到啊。
比如:
<dependency>
<groupId>org.springframework.security</groupId>
<artifactId>spring-security-core</artifactId>
<version>3.1.0.RELEASE}</version>
</dependency>
直接这么写却能下载到依赖,搜索却是搜索不到!
今天莫名其妙的又好了,看到有update indexs,不知道是不是之前没更新仓库索引的原因 展开
展开全部
<dependencies>
<dependency>
<groupId>org.springframework.security</groupId>
<artifactId>spring-security-web</artifactId>
<version>3.2.4.RELEASE</version>
</dependency>
<dependency>
<groupId>org.springframework.security</groupId>
<artifactId>spring-security-config</artifactId>
<version>3.2.4.RELEASE</version>
</dependency>
</dependencies>
追问
你没明白我的意思,我是说,直接像你这么写是可以的,但是Select Dependency却不起作用,搜不到org.springframework.security,但是像org.springframework.batch和org.springframework.data都能搜索到。
这样我就无法知道最新版本以及历史版本有哪些
已赞过
已踩过<
评论
收起
你对这个回答的评价是?
展开全部
缺少jar包
追问
手动写的能下载到,应该不是没jar包吧?
追答
你看看不就知道有没有了?
已赞过
已踩过<
评论
收起
你对这个回答的评价是?
推荐律师服务:
若未解决您的问题,请您详细描述您的问题,通过百度律临进行免费专业咨询