Skip to content

Commit 082362b

Browse files
committed
- problem with TablesNamesFinder: finds with - alias instead of tablenames
1 parent 6ba5eca commit 082362b

File tree

1 file changed

+14
-15
lines changed

1 file changed

+14
-15
lines changed

pom.xml

Lines changed: 14 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
2-
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
2+
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
33
<modelVersion>4.0.0</modelVersion>
44
<groupId>net.sf.jsqlparser</groupId>
55
<artifactId>jsqlparser</artifactId>
@@ -14,12 +14,11 @@
1414
</dependencies>
1515

1616
<distributionManagement>
17-
<!-- use the following if you're not using a snapshot version. -->
1817
<repository>
1918
<id>wumpz-releases</id>
2019
<url>${wumpz.releases.repo.url}</url>
2120
</repository>
22-
<snapshotRepository>
21+
<snapshotRepository>
2322
<id>wumpz-snapshots</id>
2423
<url>${wumpz.snapshots.repo.url}</url>
2524
</snapshotRepository>
@@ -34,7 +33,7 @@
3433
<source>1.6</source>
3534
<target>1.6</target>
3635
<showWarnings>true</showWarnings>
37-
<encoding>${project.build.sourceEncoding}</encoding>
36+
<encoding>${project.build.sourceEncoding}</encoding>
3837
</configuration>
3938
</plugin>
4039
<plugin>
@@ -61,17 +60,17 @@
6160
</sourceIncludes>
6261
</configuration>
6362
</plugin>
64-
<plugin>
65-
<groupId>org.apache.maven.plugins</groupId>
66-
<artifactId>maven-resources-plugin</artifactId>
67-
<version>2.4.3</version>
68-
<configuration>
69-
<encoding>${project.build.sourceEncoding}</encoding>
70-
</configuration>
71-
</plugin>
63+
<plugin>
64+
<groupId>org.apache.maven.plugins</groupId>
65+
<artifactId>maven-resources-plugin</artifactId>
66+
<version>2.4.3</version>
67+
<configuration>
68+
<encoding>${project.build.sourceEncoding}</encoding>
69+
</configuration>
70+
</plugin>
7271
</plugins>
7372
</build>
74-
<properties>
75-
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
76-
</properties>
73+
<properties>
74+
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
75+
</properties>
7776
</project>

0 commit comments

Comments
 (0)