| | |
| | | <groupId>net.java.jna</groupId> |
| | | <artifactId>jna</artifactId> |
| | | <version>1.0.0</version> |
| | | <scope>system</scope> |
| | | <systemPath>${project.basedir}/src/main/resources/lib/jna.jar</systemPath> |
| | | <!-- <scope>system</scope>--> |
| | | <!-- <systemPath>${project.basedir}/src/main/resources/lib/jna.jar</systemPath>--> |
| | | </dependency> |
| | | <dependency> |
| | | <groupId>net.java.examples</groupId> |
| | | <artifactId>examples</artifactId> |
| | | <version>1.0.0</version> |
| | | <scope>system</scope> |
| | | <systemPath>${project.basedir}/src/main/resources/lib/examples.jar</systemPath> |
| | | <!-- <scope>system</scope>--> |
| | | <!-- <systemPath>${project.basedir}/src/main/resources/lib/examples.jar</systemPath>--> |
| | | </dependency> |
| | | <dependency> |
| | | <groupId>org.springframework.boot</groupId> |
| | |
| | | <artifactId>lombok</artifactId> |
| | | <optional>true</optional> |
| | | </dependency> |
| | | <!-- https://mvnrepository.com/artifact/com.alibaba.fastjson2/fastjson2 --> |
| | | <dependency> |
| | | <groupId>com.alibaba.fastjson2</groupId> |
| | | <artifactId>fastjson2</artifactId> |
| | | <version>2.0.36</version> |
| | | </dependency> |
| | | |
| | | </dependencies> |
| | | |
| | | <build> |