2017-10-26 6 views
0

, 나는Hibernate Validator 6.0.4와 함께 Wildfly 11을 패치하는 방법 (JSR 380)? 워드 프로세서에서 <a href="https://docs.jboss.org/hibernate/stable/validator/reference/en-US/html_single/#_updating_hibernate_validator_in_wildfly" rel="nofollow noreferrer">these</a>의 지시에 따라

그러나, 나는SourceForge에 패치 파일을 찾을 수없는 최대 절전 모드 검사기 6.0.4. (JSR 380 참조 구현)와 제이보스 (11)을 패치하는 것을 시도하고있다. wildfly-11.0.0.Final-patch.zip이 아닌 배포 패키지 만있는 것 같습니다. 실종 됐나요? 어디서 구할 수 있니?

또는 어떻게 Maven으로 파일을 가져올 수 있습니까?

답변

0

나는 그것을 발견 : 나는, 새로운 더미 받는다는 프로젝트를 만들어 내 POM에 의존성을 추가 받는다는 설치 실행 :

이 패치 파일은 \ 저장소를 .m2에 다운로드 한
<dependency> 
    <groupId>org.hibernate.validator</groupId> 
    <artifactId>hibernate-validator-modules</artifactId> 
    <version>6.0.4.Final</version> 
    <classifier>wildfly-11.0.0.Final-patch</classifier> 
    <type>zip</type> 
</dependency> 

\ 조직 \ 최대 절전 모드 \ validator \ hibernate-validator-modules \ 6.0.4. 최종