| | |
| | | <groupId>org.springframework</groupId> |
| | | <artifactId>spring-web</artifactId> |
| | | </dependency> |
| | | <dependency> |
| | | <groupId>net.sf</groupId> |
| | | <artifactId>jni4net</artifactId> |
| | | <version>0.8.8.0</version> |
| | | <scope>system</scope> |
| | | <systemPath>${basedir}/src/main/resources/jni/jni4net.j-0.8.8.0.jar</systemPath> |
| | | </dependency> |
| | | <!-- <dependency>--> |
| | | <!-- <groupId>net.sf</groupId>--> |
| | | <!-- <artifactId>jni4net</artifactId>--> |
| | | <!-- <version>0.8.8.0</version>--> |
| | | <!-- <scope>system</scope>--> |
| | | <!-- <systemPath>${basedir}/src/main/resources/jni/jni4net.j-0.8.8.0.jar</systemPath>--> |
| | | <!-- </dependency>--> |
| | | |
| | | <dependency> |
| | | <groupId>com.led</groupId> |
| | | <artifactId>show</artifactId> |
| | | <version>0.0.1</version> |
| | | <scope>system</scope> |
| | | <systemPath>${basedir}/src/main/resources/jni/LedShow.j4n.jar</systemPath> |
| | | </dependency> |
| | | <!-- <dependency>--> |
| | | <!-- <groupId>com.led</groupId>--> |
| | | <!-- <artifactId>show</artifactId>--> |
| | | <!-- <version>0.0.1</version>--> |
| | | <!-- <scope>system</scope>--> |
| | | <!-- <systemPath>${basedir}/src/main/resources/jni/LedShow.j4n.jar</systemPath>--> |
| | | <!-- </dependency>--> |
| | | </dependencies> |
| | | |
| | | <build> |