Uploaded image for project: 'camunda BPM'
  1. camunda BPM
  2. CAM-12075

Duplicate resource files when upgrading to version 7.13.0

    XMLWordPrintable

Details

    • Bug Report
    • Resolution: Duplicate
    • L3 - Default
    • None
    • 7.13.0
    • engine
    • None

    Description

      Hello guys.

      I am using the Camunda Engine embedded in a SpringBoot project. When upgrading to version 7.13.0, an error occurred while running the Maven duplicate-finder-maven-plugin.

      Found duplicate classes/resources in runtime classpath. Found duplicate and different resources in [org.camunda.bpm.model:camunda-bpmn-model:7.13.0, org.camunda.bpm.model:camunda-dmn-model:7.13.0]: DC.xsd DI.xsd
      

       
      The workaround was to add the following configuration to my pom.xml:
       

      <plugin>
         <groupId>org.basepom.maven</groupId>
         <artifactId>duplicate-finder-maven-plugin</artifactId>
         <configuration>
            <exceptions>
               <exception>
                  <conflictingDependencies>
                     <dependency>
                        <groupId>org.camunda.bpm.model</groupId>
                        <artifactId>camunda-bpmn-model</artifactId>
                     </dependency>
                     <dependency>
                        <groupId>org.camunda.bpm.model</groupId>
                        <artifactId>camunda-dmn-model</artifactId>
                     </dependency>
                  </conflictingDependencies>
                  <resources>
                     <resource>DC.xsd</resource>
                     <resource>DI.xsd</resource>
                  </resources>
               </exception>
            </exceptions>
         </configuration>
      </plugin>
      

      mgm-controller-panel

        This is the controller panel for Smart Panels app

        Attachments

          Issue Links

            Activity

              People

                Unassigned Unassigned
                georgebarbalho George Melo de Freitas Barbalho
                Votes:
                0 Vote for this issue
                Watchers:
                2 Start watching this issue

                Dates

                  Created:
                  Updated:
                  Resolved:

                  Salesforce