Notice
Recent Posts
Recent Comments
Link
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
1 | 2 | |||||
3 | 4 | 5 | 6 | 7 | 8 | 9 |
10 | 11 | 12 | 13 | 14 | 15 | 16 |
17 | 18 | 19 | 20 | 21 | 22 | 23 |
24 | 25 | 26 | 27 | 28 | 29 | 30 |
Tags
- SPC
- NPM
- tomcat
- Spring
- Android
- plugin
- es6
- 보조정렬
- Kotlin
- SSL
- xPlatform
- R
- table
- mybatis
- hadoop
- Java
- Eclipse
- SQL
- window
- vaadin
- mapreduce
- Sqoop
- JavaScript
- GIT
- Python
- react
- 공정능력
- IntelliJ
- MSSQL
- Express
Archives
- Today
- Total
DBILITY
repo1.maven.org/maven2/ during a previous attempt. This failure was cached in the local repository and resolution is not reattempted until the update interval of mvn2 has elapsed or updates are forced 본문
intellij
repo1.maven.org/maven2/ during a previous attempt. This failure was cached in the local repository and resolution is not reattempted until the update interval of mvn2 has elapsed or updates are forced
DBILITY 2022. 7. 5. 17:13반응형
다음과 같은 오류가 발생했다. 라이브러리 local repository에 다 있는데..
com.microsoft.sqlserver:sqljdbc4:pom:4.0 was not found in https://repo1.maven.org/maven2/ during a previous attempt. This failure was cached in the local repository and resolution is not reattempted until the update interval of mvn2 has elapsed or updates are forced.
project compile target version은 1.7 intellij maven version이 3.8.1이고 업데이트시 wrapper를 쓰면 업데이트는 되는데..
개발환경에 별도로 maven 3.2.5, 3.3.9가 준비되어 있는 이유가 있었다.오랜만에 하다보니...
1.7을 지원하는 버전으로 변경하니 된다.....아 이제 그만 해야 하는 나이인가..
https://maven.apache.org/docs/history.html
반응형
'intellij' 카테고리의 다른 글
intellij You are running `create-react-app` 4.0.3, which is behind the latest release (5.0.1). (0) | 2023.01.18 |
---|---|
intellij semantic highlighting off (0) | 2022.11.14 |
git local repository creation (0) | 2022.06.08 |
intellij react create app error until ver. IDEA 2022.1.1 (0) | 2022.05.17 |
intellij spring boot devtools setting (0) | 2022.02.18 |
Comments