fuliqi
2024-08-31 6221c8b5df5eb0ee62dce79048c9c3f0dc3d0fc1
ycl-server/pom.xml
@@ -17,6 +17,21 @@
    </properties>
    <dependencies>
        <!--视频处理-->
        <dependency>
            <groupId>org.bytedeco</groupId>
            <artifactId>javacv-platform</artifactId>
            <version>1.5.7</version>
        </dependency>
        <!--netty-->
        <dependency>
            <groupId>io.netty</groupId>
            <artifactId>netty-all</artifactId>
        </dependency>
        <!-- 代码生成-->
        <dependency>
            <groupId>com.ycl</groupId>
@@ -43,6 +58,7 @@
            <groupId>org.springframework.boot</groupId>
            <artifactId>spring-boot-starter-test</artifactId>
        </dependency>
        <!-- 验证码 -->
        <dependency>
@@ -119,4 +135,4 @@
        </plugins>
        <finalName>${project.artifactId}</finalName>
    </build>
</project>
</project>