| | |
| | | <tomcat.version>9.0.31</tomcat.version> |
| | | <hutool.version>5.3.1</hutool.version> |
| | | <mapstruct.version>1.3.1.Final</mapstruct.version> |
| | | <ijapy.version>2.7.8</ijapy.version> |
| | | </properties> |
| | | |
| | | <dependencies> |
| | | |
| | | <dependency> |
| | | <groupId>org.mapstruct</groupId> |
| | | <artifactId>mapstruct</artifactId> |
| | |
| | | <artifactId>xml-apis</artifactId> |
| | | <version>1.4.01</version> |
| | | </dependency> |
| | | |
| | | <dependency> |
| | | <groupId>com.github.javen205</groupId> |
| | | <artifactId>IJPay-AliPay</artifactId> |
| | | <version>${ijapy.version}</version> |
| | | </dependency> |
| | | |
| | | <dependency> |
| | | <groupId>com.sunlight</groupId> |
| | | <artifactId>tron-sdk</artifactId> |
| | | <version>1.0-SNAPSHOT</version> |
| | | <scope>system</scope> |
| | | <systemPath>${basedir}/lib/tron-sdk-1.0.jar</systemPath> |
| | | </dependency> |
| | | |
| | | <dependency> |
| | | <groupId>org.tron.trident</groupId> |
| | | <artifactId>abi</artifactId> |
| | | <version>0.3.0</version> |
| | | <scope>system</scope> |
| | | <systemPath>${basedir}/lib/abi-0.3.0.jar</systemPath> |
| | | </dependency> |
| | | <dependency> |
| | | <groupId>org.tron.trident</groupId> |
| | | <artifactId>utils</artifactId> |
| | | <version>0.3.0</version> |
| | | <scope>system</scope> |
| | | <systemPath>${basedir}/lib/utils-0.3.0.jar</systemPath> |
| | | </dependency> |
| | | |
| | | <dependency> |
| | | <groupId>org.tron.trident</groupId> |
| | | <artifactId>core</artifactId> |
| | | <version>0.3.0</version> |
| | | <scope>system</scope> |
| | | <systemPath>${basedir}/lib/core-0.3.0.jar</systemPath> |
| | | </dependency> |
| | | |
| | | <dependency> |
| | | <groupId>org.springframework.boot</groupId> |
| | | <artifactId>spring-boot-starter-amqp</artifactId> |
| | | </dependency> |
| | | |
| | | <!-- jave 核心依赖 --> |
| | | <dependency> |
| | | <groupId>ws.schild</groupId> |
| | | <artifactId>jave-core</artifactId> |
| | | <version>2.4.6</version> |
| | | </dependency> |
| | | |
| | | <!-- 根据不同操作系统引入不同FFmpeg包 --> |
| | | |
| | | <!-- window32位 FFmpeg --> |
| | | <dependency> |
| | | <groupId>ws.schild</groupId> |
| | | <artifactId>jave-native-win32</artifactId> |
| | | <version>2.4.6</version> |
| | | </dependency> |
| | | <!-- window64位 FFmpeg --> |
| | | <dependency> |
| | | <groupId>ws.schild</groupId> |
| | | <artifactId>jave-native-win64</artifactId> |
| | | <version>2.4.6</version> |
| | | </dependency> |
| | | <!-- linux64位 FFmpeg --> |
| | | <dependency> |
| | | <groupId>ws.schild</groupId> |
| | | <artifactId>jave-native-linux64</artifactId> |
| | | <version>2.4.6</version> |
| | | </dependency> |
| | | <!-- macos64位 FFmpeg --> |
| | | <dependency> |
| | | <groupId>ws.schild</groupId> |
| | | <artifactId>jave-native-osx64</artifactId> |
| | | <version>2.4.6</version> |
| | | </dependency> |
| | | </dependencies> |
| | | |
| | | <build> |
| | |
| | | <plugin> |
| | | <groupId>org.springframework.boot</groupId> |
| | | <artifactId>spring-boot-maven-plugin</artifactId> |
| | | <configuration> |
| | | <includeSystemScope>true</includeSystemScope> |
| | | </configuration> |
| | | </plugin> |
| | | <plugin> |
| | | <groupId>org.apache.maven.plugins</groupId> |