kongdeqiang
13 小时以前 35f6a685e3976972f226f032cd9fc36fb646c77c
pom.xml
@@ -120,7 +120,41 @@
            <groupId>com.ruim.ifsp</groupId>
            <artifactId>signature</artifactId>
            <version>1.1.0.6</version>
            <scope>system</scope>
            <!-- 路径对应项目中JAR的位置(比如放在resources/lib下,这里要调整实际路径) -->
            <systemPath>${project.basedir}/ifsp-signature-1.1.0.6.jar</systemPath>
        </dependency>
        <dependency>
            <groupId>org.eclipse.paho</groupId>
            <artifactId>org.eclipse.paho.client.mqttv3</artifactId>
            <version>1.0.2</version>
        </dependency>
        <dependency>
            <groupId>com.github.xiaoymin</groupId>
            <artifactId>knife4j-openapi3-spring-boot-starter</artifactId>
            <version>4.0.0</version>
        </dependency>
        <dependency>
            <groupId>org.springdoc</groupId>
            <artifactId>springdoc-openapi-ui</artifactId>
            <version>1.6.14</version>
        </dependency>
        <dependency>
            <groupId>com.led</groupId>
            <artifactId>ledshow</artifactId>
            <version>1.0.0</version>
            <scope>system</scope>
            <!-- 路径对应项目中JAR的位置(比如放在resources/lib下,这里要调整实际路径) -->
            <systemPath>${project.basedir}/LedShow.j4n.jar</systemPath>
        </dependency>
        <dependency>
            <groupId>net.sf</groupId>
            <artifactId>jni4net</artifactId>
            <version>0.8.8.0</version>
            <scope>system</scope>
            <systemPath>${project.basedir}/jni4net.j-0.8.8.0.jar</systemPath>
        </dependency>
    </dependencies>
    <build>