EdgeRules throws descriptive error on invalid rule
[aai/aai-common.git] / aai-core / pom.xml
index e7a4b92..7248f49 100644 (file)
             <groupId>com.att.nsa</groupId>
             <artifactId>dmaapClient</artifactId>
             <version>0.2.12</version>
+            <exclusions>
+                               <exclusion>
+                                       <groupId>com.att.aft</groupId>
+                                       <artifactId>dme2</artifactId>
+                               </exclusion>
+                       </exclusions>
         </dependency>
         <dependency>
             <groupId>org.apache.camel</groupId>
                 <version>0.7.7.201606060606</version>
                 <configuration>
                     <dumpOnExit>true</dumpOnExit>
+                    <excludes>
+                        <exclude>**/domain/**</exclude>
+                    </excludes>
                 </configuration>
                 <executions>
                     <execution>