From c5b1a331a238ef37818d8bcebca1226b9fe1a559 Mon Sep 17 00:00:00 2001 From: cjl <909710561@qq.com> Date: Thu, 28 Mar 2024 15:47:56 +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