error_jar must specify an absolute path but is ${tools.jar} in com.sun.xml.bind:jaxb-osgi:2.2.10
2021. 12. 13. 00:12ㆍETC/Other
그래들 작업을 하다가 아래와 같은 Error가 나서 어떻게 해결해야하는지 검색하였다. 한국어로 되어있는 곳이 없는거 같아서
내 블로그에 옮겼다.
해결방법은 간단하다 아래에 있는 그래들을 추가해주면 저 에러가 나오지 않는다! 끝! ㅋㅋㅋㅋㅋ
아주 간단한 해결법이다!
Errors occurred while build effective model from /Users/*****/.gradle/caches/modules-2/files-2.1/com.sun.xml.bind/jaxb-osgi/2.2.10/c926a537af564ec047ec6308df1d0d2a03364a86/jaxb-osgi-2.2.10.pom:
'dependencyManagement.dependencies.dependency.systemPath' for com.sun:tools:jar must specify an absolute path but is ${tools.jar} in com.sun.xml.bind:jaxb-osgi:2.2.10
implementation 'io.rest-assured:rest-assured:4.3.2'
implementation 'io.rest-assured:json-path:4.3.2'
compile group: 'com.sun.xml.bind', name: 'jaxb-osgi', version: '3.0.0-M5'
관련 블로그 : https://github.com/rest-assured/rest-assured/issues/1365
'ETC > Other' 카테고리의 다른 글
Process (1) | 2023.11.24 |
---|---|
tomcat 설정_인텔리J 유료버전 (0) | 2023.11.15 |
Jenkins plugin offline 설치 준비 (0) | 2021.09.15 |
dropbox 용량 늘리기(친구초대) (0) | 2017.06.04 |
오류) The server time zone value 'KST' is unrecognized or represents more than one time zone. (0) | 2016.09.16 |