소스 검색

Excluded transitive dependency on JAXB 2.0 from ActiveMQ

peter_backlund 18 년 전
부모
커밋
f05fe4e2a6
1개의 변경된 파일4개의 추가작업 그리고 0개의 파일을 삭제
  1. 4
    0
      dddsample/pom.xml

+ 4
- 0
dddsample/pom.xml 파일 보기

@@ -274,6 +274,10 @@
274 274
           <groupId>org.apache.activemq</groupId>
275 275
           <artifactId>activeio-core</artifactId>
276 276
         </exclusion>
277
+        <exclusion>
278
+          <groupId>javax.xml</groupId>
279
+          <artifactId>jaxb-api</artifactId>
280
+        </exclusion>
277 281
       </exclusions>
278 282
     </dependency>
279 283
     <dependency>