Skip to content

Commit 4eab088

Browse files
dbulahovstbischof
authored andcommitted
add jsqlparser dependancy
Signed-off-by: dbulahov <[email protected]>
1 parent 02d03eb commit 4eab088

File tree

5 files changed

+42
-1
lines changed

5 files changed

+42
-1
lines changed

application/pivot/daanse.pivot.bndrun

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -84,6 +84,7 @@
8484
org.eclipse.daanse.olap.xmla.bridge;version='[0.0.1,0.0.2)',\
8585
org.eclipse.daanse.rolap.core;version='[0.0.1,0.0.2)',\
8686
org.eclipse.daanse.rolap.mapping.model;version='[0.0.1,0.0.2)',\
87+
org.eclipse.daanse.sql.deparser.api;version='[0.0.1,0.0.2)',\
8788
org.eclipse.daanse.sql.guard.api;version='[0.0.1,0.0.2)',\
8889
org.eclipse.daanse.sql.guard.jsqltranspiler;version='[0.0.1,0.0.2)',\
8990
org.eclipse.daanse.xmla.api;version='[0.0.1,0.0.2)',\

application/pivot/pom.xml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,13 @@
2828
<version>1.3.7</version>
2929
<scope>compile</scope>
3030
</dependency>
31+
<dependency>
32+
<groupId>org.eclipse.daanse</groupId>
33+
<artifactId>org.eclipse.daanse.sql.guard.api</artifactId>
34+
<version>0.0.1-SNAPSHOT</version>
35+
<scope>compile</scope>
36+
</dependency>
37+
3138
</dependencies>
3239

3340
<build>

application/playground/daanse.playground.bndrun

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -145,6 +145,7 @@
145145
org.eclipse.daanse.rolap.core;version='[0.0.1,0.0.2)',\
146146
org.eclipse.daanse.rolap.mapping.model;version='[0.0.1,0.0.2)',\
147147
org.eclipse.daanse.server.application.playground;version='[0.0.1,0.0.2)',\
148+
org.eclipse.daanse.sql.deparser.api;version='[0.0.1,0.0.2)',\
148149
org.eclipse.daanse.sql.guard.api;version='[0.0.1,0.0.2)',\
149150
org.eclipse.daanse.sql.guard.jsqltranspiler;version='[0.0.1,0.0.2)',\
150151
org.eclipse.daanse.webconsole.branding;version='[0.0.1,0.0.2)',\

application/probe/daanse.probe.bndrun

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,9 @@
5353
bnd.identity;id='org.eclipse.daanse.rolap.documentation.common',\
5454
bnd.identity;id='org.eclipse.daanse.olap.odc',\
5555
bnd.identity;id='org.apache.felix.http.servlet-api',\
56-
bnd.identity;id='org.eclipse.daanse.jakarta.servlet.filter.auth.dummy.noauth'
56+
bnd.identity;id='org.eclipse.daanse.jakarta.servlet.filter.auth.dummy.noauth',\
57+
bnd.identity;id='org.eclipse.daanse.sql.deparser.api',\
58+
bnd.identity;id='org.eclipse.daanse.sql.deparser.jsqlparser'
5759

5860

5961
# This will help us keep -runbundles sorted
@@ -115,6 +117,8 @@
115117
org.eclipse.daanse.rolap.mapping.model;version='[0.0.1,0.0.2)',\
116118
org.eclipse.daanse.rolap.mapping.verifyer.api;version='[0.0.1,0.0.2)',\
117119
org.eclipse.daanse.server.application.probe;version='[0.0.1,0.0.2)',\
120+
org.eclipse.daanse.sql.deparser.api;version='[0.0.1,0.0.2)',\
121+
org.eclipse.daanse.sql.deparser.jsqlparser;version='[0.0.1,0.0.2)',\
118122
org.eclipse.daanse.sql.guard.api;version='[0.0.1,0.0.2)',\
119123
org.eclipse.daanse.sql.guard.jsqltranspiler;version='[0.0.1,0.0.2)',\
120124
org.eclipse.daanse.xmla.api;version='[0.0.1,0.0.2)',\

application/probe/pom.xml

Lines changed: 28 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -138,6 +138,34 @@
138138
<scope>compile</scope>
139139
</dependency>
140140

141+
<dependency>
142+
<groupId>org.eclipse.daanse</groupId>
143+
<artifactId>org.eclipse.daanse.sql.guard.jsqltranspiler</artifactId>
144+
<version>0.0.1-SNAPSHOT</version>
145+
<scope>compile</scope>
146+
</dependency>
147+
148+
<dependency>
149+
<groupId>org.eclipse.daanse</groupId>
150+
<artifactId>org.eclipse.daanse.sql.guard.api</artifactId>
151+
<version>0.0.1-SNAPSHOT</version>
152+
<scope>compile</scope>
153+
</dependency>
154+
155+
<dependency>
156+
<groupId>org.eclipse.daanse</groupId>
157+
<artifactId>org.eclipse.daanse.sql.deparser.api</artifactId>
158+
<version>0.0.1-SNAPSHOT</version>
159+
<scope>compile</scope>
160+
</dependency>
161+
162+
<dependency>
163+
<groupId>org.eclipse.daanse</groupId>
164+
<artifactId>org.eclipse.daanse.sql.deparser.jsqlparser</artifactId>
165+
<version>0.0.1-SNAPSHOT</version>
166+
<scope>compile</scope>
167+
</dependency>
168+
141169
<dependency>
142170
<groupId>org.slf4j</groupId>
143171
<artifactId>slf4j-api</artifactId>

0 commit comments

Comments
 (0)