Uploaded image for project: '[Read Only] - Hippo Plugins'
  1. [Read Only] - Hippo Plugins
  2. HIPPLUG-630

Easy Forms has a dependency on an older version of jackson (7.8)

    XMLWordPrintable

Details

    • Bug
    • Status: Closed
    • High
    • Resolution: Fixed
    • None
    • None
    • plugins-easy-forms
    • None

    Description

      The site doesn't work with the current version.

      As a workaround, the dependency can be excluded:
      <dependency>
      <groupId>org.onehippo.forge</groupId>
      <artifactId>easy-forms-hst</artifactId>
      <exclusions>
      <exclusion>
      <groupId>org.codehaus.jackson</groupId>
      <artifactId>jackson-core-asl</artifactId>
      </exclusion>
      <exclusion>
      <groupId>org.codehaus.jackson</groupId>
      <artifactId>jackson-mapper-asl</artifactId>
      </exclusion>
      </exclusions>
      </dependency>

      Attachments

        Activity

          People

            Unassigned Unassigned
            svoortman Simon Voortman (Inactive)
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: