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>

...

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

...

In console/pom.xml, add

Code Block
languagexml
        <dependency>
          <groupId>org.apache.syncope.ext.flowable</groupId>

...


          <artifactId>syncope-ext-flowable-

...

client-

...

console</artifactId>
          <version>${syncope.version}</

...

version>
        </dependency>

as first child of the <dependencies> element in the all profile.