Default 10 Application

To enable this extension, add its factory as a dependency by pasting the following element into the dependencies section of your alakai system POM. Make sure to populate the version tag with the desired version (check repository for the latest available version).

<dependency>
  <groupId>org.bluestemsoftware.open.eoa.ext.application.default10</groupId>
  <artifactId>default-10-application</artifactId>
  <version>VERSION</version>
  <scope>runtime</scope>
  <type>eoa-factory</type>
</dependency>