Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

  • change parent/version from 2.1.1 to 2.1.2
  • change properties/syncope.version from 2.1.1 to 2.1.2

In core/pom.xml, replace

Code Block
languagexml
         <dependency>
          <groupId>org.apache.syncope.core</groupId>
          <artifactId>syncope-core-workflow-flowable</artifactId>
           <version>${syncope.version}</version>
         </dependency>

with

Code Block
languagexml
        <dependency>
          <groupId>org.apache.syncope.ext.flowable</groupId>
          <artifactId>syncope-ext-flowable-rest-cxf</artifactId>
          <version>${syncope.version}</version>
        </dependency>


         <dependency>-          <groupId>org.apache.syncope.core</groupId>-          <artifactId>syncope-core-workflow-flowable</artifactId>+          <groupId>org.apache.syncope.ext.flowable</groupId>+          <artifactId>syncope-ext-flowable-rest-cxf</artifactId>           <version>${syncope.version}</version>       </dependency>