Skip to content
This repository was archived by the owner on Aug 30, 2024. It is now read-only.

Commit b7f75e6

Browse files
update pom.xml to work with latest dependency versions and SQLcl 23.1.0
1 parent ecc8b22 commit b7f75e6

1 file changed

Lines changed: 12 additions & 3 deletions

File tree

standalone/pom.xml

Lines changed: 12 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,15 +6,15 @@
66
<!-- The Basics -->
77
<groupId>com.trivadis.plsql.formatter</groupId>
88
<artifactId>tvdformat</artifactId>
9-
<version>22.4.1-SNAPSHOT</version>
9+
<version>23.1.0-SNAPSHOT</version>
1010
<packaging>jar</packaging>
1111
<properties>
1212
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
1313
<jdk.version>11</jdk.version>
1414
<jdk.test.version>17</jdk.test.version>
15-
<sqlcl.version>22.4.0</sqlcl.version>
15+
<sqlcl.version>23.1.0</sqlcl.version>
1616
<graalvm.version>22.3.1</graalvm.version>
17-
<native.maven.plugin.version>0.9.20</native.maven.plugin.version>
17+
<native.maven.plugin.version>0.9.21</native.maven.plugin.version>
1818
<reflections.version>0.10.2</reflections.version>
1919
<slf4j.version>2.0.7</slf4j.version>
2020
<javassist.version>3.29.2-GA</javassist.version>
@@ -152,6 +152,15 @@
152152
</testResource>
153153
</testResources>
154154
<plugins>
155+
<plugin>
156+
<!-- workaround for https://issues.apache.org/jira/browse/MRESOURCES-269 -->
157+
<!-- see also https://issues.apache.org/jira/browse/MRESOURCES-237 -->
158+
<!-- need to copy content of file not symbolic link, still an issue in 3.3.1 -->
159+
<!-- cannot use <filtering>true</filtering> because windows-1252.sql failed with MalformedInputException -->
160+
<groupId>org.apache.maven.plugins</groupId>
161+
<artifactId>maven-resources-plugin</artifactId>
162+
<version>2.7</version>
163+
</plugin>
155164
<plugin>
156165
<groupId>org.apache.maven.plugins</groupId>
157166
<artifactId>maven-shade-plugin</artifactId>

0 commit comments

Comments
 (0)