diff --git a/application/pivot/daanse.pivot.bndrun b/application/pivot/daanse.pivot.bndrun
index 4f231be..831e34a 100644
--- a/application/pivot/daanse.pivot.bndrun
+++ b/application/pivot/daanse.pivot.bndrun
@@ -84,6 +84,7 @@
org.eclipse.daanse.olap.xmla.bridge;version='[0.0.1,0.0.2)',\
org.eclipse.daanse.rolap.core;version='[0.0.1,0.0.2)',\
org.eclipse.daanse.rolap.mapping.model;version='[0.0.1,0.0.2)',\
+ org.eclipse.daanse.sql.deparser.api;version='[0.0.1,0.0.2)',\
org.eclipse.daanse.sql.guard.api;version='[0.0.1,0.0.2)',\
org.eclipse.daanse.sql.guard.jsqltranspiler;version='[0.0.1,0.0.2)',\
org.eclipse.daanse.xmla.api;version='[0.0.1,0.0.2)',\
diff --git a/application/pivot/pom.xml b/application/pivot/pom.xml
index 4449ccc..41eb4cf 100644
--- a/application/pivot/pom.xml
+++ b/application/pivot/pom.xml
@@ -28,6 +28,13 @@
1.3.7
compile
+
+ org.eclipse.daanse
+ org.eclipse.daanse.sql.guard.api
+ 0.0.1-SNAPSHOT
+ compile
+
+
diff --git a/application/playground/daanse.playground.bndrun b/application/playground/daanse.playground.bndrun
index 6287d47..19bef92 100644
--- a/application/playground/daanse.playground.bndrun
+++ b/application/playground/daanse.playground.bndrun
@@ -145,6 +145,7 @@
org.eclipse.daanse.rolap.core;version='[0.0.1,0.0.2)',\
org.eclipse.daanse.rolap.mapping.model;version='[0.0.1,0.0.2)',\
org.eclipse.daanse.server.application.playground;version='[0.0.1,0.0.2)',\
+ org.eclipse.daanse.sql.deparser.api;version='[0.0.1,0.0.2)',\
org.eclipse.daanse.sql.guard.api;version='[0.0.1,0.0.2)',\
org.eclipse.daanse.sql.guard.jsqltranspiler;version='[0.0.1,0.0.2)',\
org.eclipse.daanse.webconsole.branding;version='[0.0.1,0.0.2)',\
diff --git a/application/probe/daanse.probe.bndrun b/application/probe/daanse.probe.bndrun
index 2df2b1b..8b152b9 100644
--- a/application/probe/daanse.probe.bndrun
+++ b/application/probe/daanse.probe.bndrun
@@ -53,7 +53,9 @@
bnd.identity;id='org.eclipse.daanse.rolap.documentation.common',\
bnd.identity;id='org.eclipse.daanse.olap.odc',\
bnd.identity;id='org.apache.felix.http.servlet-api',\
- bnd.identity;id='org.eclipse.daanse.jakarta.servlet.filter.auth.dummy.noauth'
+ bnd.identity;id='org.eclipse.daanse.jakarta.servlet.filter.auth.dummy.noauth',\
+ bnd.identity;id='org.eclipse.daanse.sql.deparser.api',\
+ bnd.identity;id='org.eclipse.daanse.sql.deparser.jsqlparser'
# This will help us keep -runbundles sorted
@@ -115,6 +117,8 @@
org.eclipse.daanse.rolap.mapping.model;version='[0.0.1,0.0.2)',\
org.eclipse.daanse.rolap.mapping.verifyer.api;version='[0.0.1,0.0.2)',\
org.eclipse.daanse.server.application.probe;version='[0.0.1,0.0.2)',\
+ org.eclipse.daanse.sql.deparser.api;version='[0.0.1,0.0.2)',\
+ org.eclipse.daanse.sql.deparser.jsqlparser;version='[0.0.1,0.0.2)',\
org.eclipse.daanse.sql.guard.api;version='[0.0.1,0.0.2)',\
org.eclipse.daanse.sql.guard.jsqltranspiler;version='[0.0.1,0.0.2)',\
org.eclipse.daanse.xmla.api;version='[0.0.1,0.0.2)',\
diff --git a/application/probe/pom.xml b/application/probe/pom.xml
index b59f4dd..b49a0ba 100644
--- a/application/probe/pom.xml
+++ b/application/probe/pom.xml
@@ -138,6 +138,34 @@
compile
+
+ org.eclipse.daanse
+ org.eclipse.daanse.sql.guard.jsqltranspiler
+ 0.0.1-SNAPSHOT
+ compile
+
+
+
+ org.eclipse.daanse
+ org.eclipse.daanse.sql.guard.api
+ 0.0.1-SNAPSHOT
+ compile
+
+
+
+ org.eclipse.daanse
+ org.eclipse.daanse.sql.deparser.api
+ 0.0.1-SNAPSHOT
+ compile
+
+
+
+ org.eclipse.daanse
+ org.eclipse.daanse.sql.deparser.jsqlparser
+ 0.0.1-SNAPSHOT
+ compile
+
+
org.slf4j
slf4j-api