<?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><!-- http://search.maven.org/solrsearch/select?q=g%3A%22top.fastsql%22%20AND%20a%3A%22fastsql%22&rows=20&wt=json --><groupId>top.fastsql</groupId><artifactId>fastsql</artifactId><version>1.3.3</version><name>fastsql</name><description>FastSQL is a lightweight database operate library.</description><url>http://fastsql.top/</url><parent><groupId>org.sonatype.oss</groupId><artifactId>oss-parent</artifactId><version>7</version></parent><dependencies><dependency><groupId>org.springframework</groupId><artifactId>spring-jdbc</artifactId><version>4.3.16.RELEASE</version></dependency><dependency><groupId>org.eclipse.persistence</groupId><artifactId>javax.persistence</artifactId><version>2.2.0</version></dependency><dependency><groupId>org.slf4j</groupId><artifactId>slf4j-api</artifactId><version>1.7.25</version></dependency><!-- https://mvnrepository.com/artifact/com.github.jsqlparser/jsqlparser --><dependency><groupId>com.github.jsqlparser</groupId><artifactId>jsqlparser</artifactId><version>1.1</version></dependency><!-- https://mvnrepository.com/artifact/org.slf4j/slf4j-simple --><dependency><groupId>org.slf4j</groupId><artifactId>slf4j-simple</artifactId><version>1.7.25</version><scope>test</scope></dependency><dependency><groupId>junit</groupId><artifactId>junit</artifactId><version>4.12</version><scope>test</scope></dependency><dependency><groupId>mysql</groupId><artifactId>mysql-connector-java</artifactId><version>5.1.38</version><scope>test</scope></dependency></dependencies><licenses><license><name>The Apache Software License, Version 2.0</name><url>http://www.apache.org/licenses/LICENSE-2.0.txt</url></license></licenses><developers><developer><name>chenjazz</name><email>chenjazz@foxmail.com</email></developer></developers><scm><connection>scm:git:git@github.com:fast-sql/FastSQL.git</connection><developerConnection>scm:git:git@github.com:fast-sql/FastSQL.git</developerConnection><url>git@github.com:fast-sql/FastSQL.git</url></scm><!--https://oss.sonatype.org/#nexus-search;quick~fastsql--><!-- 上传到staging 可能发生文件不全的情况,需要多上传几次就好了 --><!--<distributionManagement>--><!--<snapshotRepository>--><!--<id>oss</id>--><!--<url>https://oss.sonatype.org/content/repositories/snapshots/</url>--><!--</snapshotRepository>--><!--<repository>--><!--<id>oss</id>--><!--<url>https://oss.sonatype.org/service/local/staging/deploy/maven2/</url>--><!--</repository>--><!--</distributionManagement>--><!--<distributionManagement>--><!--<repository>--><!--<id>nexus</id>--><!--<name>Nexus Release Repository</name>--><!--<url>http://192.168.0.223:8081/repository/maven-releases/</url>--><!--</repository>--><!--</distributionManagement>--><build><plugins><plugin><groupId>org.apache.maven.plugins</groupId><artifactId>maven-compiler-plugin</artifactId><configuration><source>1.8</source><target>1.8</target></configuration></plugin><!-- Source --><!--<plugin>--><!--<groupId>org.apache.maven.plugins</groupId>--><!--<artifactId>maven-source-plugin</artifactId>--><!--<version>2.2.1</version>--><!--<executions>--><!--<execution>--><!--<phase>package</phase>--><!--<goals>--><!--<goal>jar-no-fork</goal>--><!--</goals>--><!--</execution>--><!--</executions>--><!--</plugin>--><!--Javadoc--><!--<plugin>--><!--<groupId>org.apache.maven.plugins</groupId>--><!--<artifactId>maven-javadoc-plugin</artifactId>--><!--<version>2.9.1</version>--><!--<executions>--><!--<execution>--><!--<phase>package</phase>--><!--<goals>--><!--<goal>jar</goal>--><!--</goals>--><!--</execution>--><!--</executions>--><!--</plugin>--><!-- GPG --><!--<plugin>--><!--<groupId>org.apache.maven.plugins</groupId>--><!--<artifactId>maven-gpg-plugin</artifactId>--><!--<version>1.5</version>--><!--<executions>--><!--<execution>--><!--<phase>verify</phase>--><!--<goals>--><!--<goal>sign</goal>--><!--</goals>--><!--</execution>--><!--</executions>--><!--</plugin>--></plugins></build></project>
此处可能存在不合适展示的内容,页面不予展示。您可通过相关编辑功能自查并修改。
如您确认内容无涉及 不当用语 / 纯广告导流 / 暴力 / 低俗色情 / 侵权 / 盗版 / 虚假 / 无价值内容或违法国家有关法律法规的内容,可点击提交进行申诉,我们将尽快为您处理。