Setting up a Legacy All-in-one Publication

To set up a legacy publication that contains both site and blueprint resources, declare the following dependencies in the publication POM file:

<dependency>
  <groupId>com.escenic.widget-framework</groupId>
  <artifactId>widget-framework-core</artifactId>
  <version>3.8.0.183277</version>
  <type>pom</type>
</dependency>

<dependency>
  <groupId>com.escenic.widget-framework</groupId>
  <artifactId>widget-pack-core</artifactId>
  <version>3.8.0.183277</version>
  <type>pom</type>
</dependency>