Description
After running the Archetype and first start of Essentials the properties addon is added to the cms project:
<dependency>
<groupId>org.onehippo.forge.properties</groupId>
<artifactId>properties-addon-repository</artifactId>
<version>2.08.00</version>
</dependency>
The properties addon is deprecated and no longer supported. Either the resource-bundle plugin must be used are another solution.
If the properties addon is required we must reconsider deprecation and move or move the version definition to the parent pom.