Просмотр исходного кода

Excluded transitive dependency on JAXB 2.0 from ActiveMQ

peter_backlund 18 лет назад
Родитель
Сommit
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>