CamundaWebapp + Enteprise

Hi, I use camunda webapp (spring-boot-version), there is a way to use camunda webbapp with enteprise version?

What do I need to change in my pom.xml to enable extras plugins (license key,heatmap map,etc) ?

My configuration:

<dependencyManagement>
		<dependency>
			<groupId>org.camunda.bpm.extension.springboot</groupId>
			<artifactId>camunda-bpm-spring-boot-starter-bom</artifactId>
			<version>2.2.0-SNAPSHOT</version>
			<type>pom</type>
			<scope>import</scope>
		</dependency>
	</dependencies>
</dependencyManagement> 

<dependency>
	<groupId>org.camunda.bpm.extension.springboot</groupId>
	<artifactId>camunda-bpm-spring-boot-starter-webapp</artifactId>
</dependency>

Thanks.

Please check the maven-ee example: https://github.com/camunda/camunda-bpm-spring-boot-starter/tree/master/examples/example-webapp-ee