add feature quartz to the installed bundles
diff --git a/org.eclipse.osbp.technologystack.feature/feature.xml b/org.eclipse.osbp.technologystack.feature/feature.xml
index 24d83ef..73daf90 100644
--- a/org.eclipse.osbp.technologystack.feature/feature.xml
+++ b/org.eclipse.osbp.technologystack.feature/feature.xml
@@ -115,6 +115,10 @@
          version="0.0.0"/>
 
    <includes
+         id="org.eclipse.osbp.dependencies.feature.quartz"
+         version="0.0.0"/>
+
+   <includes
          id="org.eclipse.osbp.dependencies.feature.sirius"
          version="0.0.0"/>
 
diff --git a/org.eclipse.osbp.technologystack.feature/pom.xml b/org.eclipse.osbp.technologystack.feature/pom.xml
index 0c03c44..264d572 100644
--- a/org.eclipse.osbp.technologystack.feature/pom.xml
+++ b/org.eclipse.osbp.technologystack.feature/pom.xml
@@ -139,6 +139,12 @@
 		</dependency>
 		<dependency>
 			<groupId>org.eclipse.osbp.dependencies</groupId>
+			<artifactId>org.eclipse.osbp.dependencies.feature.quartz</artifactId>
+			<version>2.2.1-SNAPSHOT</version>
+			<type>eclipse-feature</type>
+		</dependency>
+		<dependency>
+			<groupId>org.eclipse.osbp.dependencies</groupId>
 			<artifactId>org.eclipse.osbp.dependencies.feature.sirius</artifactId>
 			<version>4.1.1-SNAPSHOT</version>
 			<type>eclipse-feature</type>