Versions Compared

Key

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

...

  1. Update Slice version inĀ pom.xml and set it to 4.1.0, e.g.:

    Code Block
    ...
    <dependency>
        <groupId>com.cognifide.slice</groupId>
        <artifactId>slice-core-api</artifactId>
        <version>4.1.0</version>
    </dependency>
    ...

    2. If your injector has a parent injector set to "slice", you need to remove this inheritance and include all modules on your own. See writing activator section on how to do this.