diff --git a/bundle/pom.xml b/bundle/pom.xml index e5d399334..6a3522917 100644 --- a/bundle/pom.xml +++ b/bundle/pom.xml @@ -84,6 +84,11 @@ <artifactId>mosaic-application</artifactId> <version>${mosaic.version}</version> </dependency> + <dependency> + <groupId>org.eclipse.mosaic</groupId> + <artifactId>mosaic-cell</artifactId> + <version>${mosaic.version}</version> + </dependency> <dependency> <groupId>org.eclipse.mosaic</groupId> <artifactId>mosaic-environment</artifactId>