Skip to content

Commit

Permalink
add built-in polardbx-parser-2.6.jar
Browse files Browse the repository at this point in the history
  • Loading branch information
lulu2panpan committed Oct 25, 2022
1 parent 5cef8cc commit de5e7f6
Show file tree
Hide file tree
Showing 2 changed files with 24 additions and 1 deletion.
Binary file added lib/polardbx-parser-2.6.jar
Binary file not shown.
25 changes: 24 additions & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
<apache.version>3.8.1</apache.version>
<jdbc.version>5.1.49</jdbc.version>
<druid.version>1.0.25.2018030201</druid.version>
<polardbx-parser.version>5.4.15-SNAPSHOT</polardbx-parser.version>
<polardbx-parser.version>2.6</polardbx-parser.version>
<fastjson.version>1.2.50_noneautotype</fastjson.version>
<lombok.version>1.18.0</lombok.version>
<spring.version>5.3.20</spring.version>
Expand Down Expand Up @@ -325,6 +325,29 @@
</dependency>
</dependencies>
</plugin>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-install-plugin</artifactId>
<version>3.0.1</version>
<executions>
<execution>
<id>install-external</id>
<phase>clean</phase>
<configuration>
<file>${basedir}/lib/polardbx-parser-2.6.jar</file>
<repositoryLayout>default</repositoryLayout>
<groupId>com.alibaba.polardbx</groupId>
<artifactId>polardbx-parser</artifactId>
<version>2.6</version>
<packaging>jar</packaging>
<generatePom>true</generatePom>
</configuration>
<goals>
<goal>install-file</goal>
</goals>
</execution>
</executions>
</plugin>
</plugins>
</build>

Expand Down

0 comments on commit de5e7f6

Please sign in to comment.