From 3faca3fc0bb178afd9cf17222bee14e1c8722f6b Mon Sep 17 00:00:00 2001
From: swb <jpy123456>
Date: Thu, 04 Jul 2024 17:02:26 +0800
Subject: [PATCH] fix:尘负荷排名补充提交
---
screen-api/pom.xml | 30 ++++++++++++++++++++++++++++++
1 files changed, 30 insertions(+), 0 deletions(-)
diff --git a/screen-api/pom.xml b/screen-api/pom.xml
index 9a39a17..3c34250 100644
--- a/screen-api/pom.xml
+++ b/screen-api/pom.xml
@@ -135,6 +135,36 @@
<artifactId>hutool-all</artifactId>
<version>5.3.0</version>
</dependency>
+
+ <dependency>
+ <groupId>org.jsoup</groupId>
+ <artifactId>jsoup</artifactId>
+ <version>1.15.1</version>
+ </dependency>
+ <dependency>
+ <groupId>com.squareup.okhttp3</groupId>
+ <artifactId>okhttp</artifactId>
+ <version>3.14.0</version>
+ </dependency>
+ <dependency>
+ <groupId>net.java.dev.jna</groupId>
+ <artifactId>jna</artifactId>
+ <version>4.2.1</version>
+ </dependency>
+ <dependency>
+ <groupId>net.sourceforge.tess4j</groupId>
+ <artifactId>tess4j</artifactId>
+ <version>4.5.1</version>
+ </dependency>
+ <dependency>
+ <groupId>org.openpnp</groupId>
+ <artifactId>opencv</artifactId>
+ <version>3.2.0-1</version>
+ </dependency>
+
+
+
+
</dependencies>
<build>
--
Gitblit v1.8.0