Versions Compared

Key

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

...

  • change parent/version from 2.1.5 to 2.1.6
  • change properties/syncope.version from 2.1.5 to 2.1.6

In core and console pom.xml:

  • Replace the old jstl dependency:

    Code Block
    languagexml
    titlejstl dependency
    <dependency>
      <groupId>javax.servlet</groupId>
      <artifactId>jstl</artifactId>
    </dependency>


    with taglibs-standard-impl one:

    Code Block
    languagexml
    titletaglibs-standard-impl dependency
    <dependency>
      <groupId>org.apache.taglibs</groupId>
      <artifactId>taglibs-standard-impl</artifactId>
    </dependency>


Files

Replace the following files with their 2.1.6 counterparts (if found, re-apply any customization previously made; otherwise, skip):

...