티스토리 뷰
maven compile 하던중 아래와 같은 에러를 만나게 되는 경우가 있다.
[ERROR] Failed to execute goal on project pushApp: Could not resolve dependencies for project co.kr.softcast.MobilePush:pushApp:jar:1.0-SNAPSHOT: The following artifacts could not be resolved: com.sun.jdmk:jmxtools:jar:1.2.1, com.sun.jmx:jmxri:jar:1.2.1: Failure to find com.sun.jdmk:jmxtools:jar:1.2.1 in http://repo1.maven.org/maven2/ was cached in the local repository, resolution will not be reattempted until the update interval of remote-repos has elapsed or updates are forced -> [Help 1]
FROM
<dependency>
<groupid>log4j</groupid>
<artifactid>log4j</artifactid>
<version>1.2.15</version>
</dependency>
TO
<dependency>
<groupid>log4j</groupid>
<artifactid>log4j</artifactid>
<version>1.2.14</version>
</dependency>
<
dependency
>
<
groupId
>log4j</
groupId
>
<
artifactId
>log4j</
artifactId
>
<
version
>1.2.15</
version
>
<
exclusions
>
<
exclusion
>
<
groupId
>javax.mail</
groupId
>
<
artifactId
>mail</
artifactId
>
</
exclusion
>
<
exclusion
>
<
groupId
>javax.jms</
groupId
>
<
artifactId
>jms</
artifactId
>
</
exclusion
>
<
exclusion
>
<
groupId
>com.sun.jdmk</
groupId
>
<
artifactId
>jmxtools</
artifactId
>
</
exclusion
>
<
exclusion
>
<
groupId
>com.sun.jmx</
groupId
>
<
artifactId
>jmxri</
artifactId
>
</
exclusion
>
</
exclusions
>
</
dependency
>
'Developer' 카테고리의 다른 글
mongodump 사용법 ( db backup ) (0) | 2012.11.16 |
---|---|
MongoDB connection pooling (0) | 2012.11.15 |
[maven] repository (artifactory) installation guide (0) | 2012.11.07 |
[ NFS ] Network File System 설치 (0) | 2012.10.17 |
[ glusterFS ] installation guide (2) | 2012.10.12 |
- Total
- Today
- Yesterday
- 베트남
- Python Django
- 조동사
- Python
- it
- redis
- k8s
- 영작
- JBOSS
- 비교구문
- mongoDB
- 도덕경
- 대명사 구문
- 여행
- NGINX
- hdfs
- nodejs
- 스페인 여행
- AWS
- hadoop
- ubuntu
- 비지니스 영어
- 영문법
- PostgreSQL
- memcached
- 가정법
- 해외여행
- Business English
- maven
- 다낭
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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 | 31 |