forked from red-soft-ru/redexpert
-
Notifications
You must be signed in to change notification settings - Fork 0
/
pom.xml
29 lines (29 loc) · 1.27 KB
/
pom.xml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
<?xml version="1.0" encoding="UTF-8"?>
<project xmlns="http://maven.apache.org/POM/4.0.0"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<modelVersion>4.0.0</modelVersion>
<properties>
<antlr.version>4.7</antlr.version>
<jaybird3.version>3.0.36</jaybird3.version>
<jaybird4.version>4.0.30</jaybird4.version>
<jaybird5.version>5.0.18</jaybird5.version>
</properties>
<groupId>org.executequery</groupId>
<artifactId>RedExpert-parent</artifactId>
<packaging>pom</packaging>
<version>2024.09</version>
<modules>
<module>modules/plugins/fbplugin</module>
<module>modules/plugins/fbclient-3</module>
<module>modules/plugins/fbclient-4</module>
<module>modules/plugins/fbclient-5</module>
<module>modules/plugins/fbplugin-impl</module>
<module>modules/plugins/fbplugin-impl5</module>
<module>modules/plugins/sql-parser</module>
<module>modules/plugins/sqlLexer</module>
<module>modules/plugins/trace-parser</module>
<module>modules/plugins/procedure-parser</module>
<module>modules/redexpert</module>
</modules>
</project>