Live Center Dependencies

If you have installed the Live Center plug-in and want to use the Widget Framework to present Live Center-related content, then you need to include the following additional dependencies in your project POM files:

Additional site publication dependencies
<dependency>
  <groupId>com.escenic.widget-framework</groupId>
  <artifactId>wf-live-center-site</artifactId>
  <version>4.0.3-1</version>
  <type>pom</type>
</dependency>
<dependency>
  <groupId>com.escenic.widget-framework</groupId>
  <artifactId>widget-pack-live-center-site</artifactId>
  <version>4.0.3-1</version>
  <type>pom</type>
</dependency>
Additional blueprint dependencies
<dependency>
  <groupId>com.escenic.widget-framework</groupId>
  <artifactId>wf-live-center-blueprint</artifactId>
  <version>4.0.3-1</version>
  <type>pom</type>
</dependency>
<dependency>
  <groupId>com.escenic.widget-framework</groupId>
  <artifactId>widget-pack-live-center-blueprint</artifactId>
  <version>4.0.3-1</version>
  <type>pom</type>
</dependency>
Additional legacy all-in-one dependencies
<dependency>
  <groupId>com.escenic.widget-framework</groupId>
  <artifactId>wf-live-center-pack</artifactId>
  <version>4.0.3-1</version>
  <type>pom</type>
</dependency>
<dependency>
  <groupId>com.escenic.widget-framework</groupId>
  <artifactId>widget-pack-live-center</artifactId>
  <version>4.0.3-1</version>
  <type>pom</type>
</dependency>