| | |
| | | <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding> |
| | | <spring.boot.version>2.1.2.RELEASE</spring.boot.version> |
| | | <spring.version>5.1.1.RELEASE</spring.version> |
| | | <dorado.version>7.6.0-SNAPSHOT</dorado.version> |
| | | <dorado.version>7.5.16</dorado.version> |
| | | <druid.version>1.2.8</druid.version> |
| | | <mysql.version>5.1.45</mysql.version> |
| | | <fastjson.version>2.0.10</fastjson.version> |
| | |
| | | <systemPath>${project.basedir}/src/main/resources/lib/examples.jar</systemPath> |
| | | </dependency> |
| | | |
| | | <!-- <dependency>--> |
| | | <!-- <groupId>net.java.dev.jna</groupId>--> |
| | | <!-- <artifactId>jna</artifactId>--> |
| | | <!-- <version>4.2.1</version>--> |
| | | <!-- </dependency>--> |
| | | <!-- <dependency>--> |
| | | <!-- <groupId>com.sun.jna</groupId>--> |
| | | <!-- <artifactId>jna</artifactId>--> |
| | | <!-- <version>3.0.9</version>--> |
| | | <!-- <scope>system</scope>--> |
| | | <!-- <systemPath>${project.basedir}/src/main/resources/lib/jna.jar</systemPath>--> |
| | | <!-- </dependency>--> |
| | | |
| | | <dependency> |
| | | <groupId>com.sun.jna</groupId> |
| | | <artifactId>jna</artifactId> |
| | | <version>3.0.9</version> |
| | | <scope>system</scope> |
| | | <systemPath>${project.basedir}/src/main/resources/lib/jna.jar</systemPath> |
| | | </dependency> |
| | | |
| | | <!-- <dependency>--> |
| | | <!-- <groupId>com.sun.jna</groupId>--> |
| | | <!-- <artifactId>jna</artifactId>--> |
| | | <!-- <version>3.0.9</version>--> |
| | | <!-- </dependency>--> |
| | | |
| | | |
| | | |
| | |
| | | |
| | | |
| | | <build> |
| | | |
| | | <plugins> |
| | | <plugin> |
| | | <groupId>org.apache.maven.plugins</groupId> |
| | |
| | | <encoding>UTF-8</encoding> |
| | | </configuration> |
| | | </plugin> |
| | | <plugin> |
| | | <groupId>org.springframework.boot</groupId> |
| | | <artifactId>spring-boot-maven-plugin</artifactId> |
| | | <executions> |
| | | <execution> |
| | | <goals> |
| | | <goal>repackage</goal> |
| | | </goals> |
| | | </execution> |
| | | </executions> |
| | | </plugin> |
| | | <!-- <plugin>--> |
| | | <!-- <groupId>org.springframework.boot</groupId>--> |
| | | <!-- <artifactId>spring-boot-maven-plugin</artifactId>--> |