From 723d38375c45d24737bfef6f33a9686254abf99b Mon Sep 17 00:00:00 2001 From: liusheng <337615773@qq.com> Date: 星期四, 17 十月 2024 13:42:27 +0800 Subject: [PATCH] 代码提交 --- smartor/pom.xml | 55 ++++++++++++++++++++++++++++++++++++++++++++++++++++++- 1 files changed, 54 insertions(+), 1 deletions(-) diff --git a/smartor/pom.xml b/smartor/pom.xml index 7babc73..ba50b0b 100644 --- a/smartor/pom.xml +++ b/smartor/pom.xml @@ -77,7 +77,60 @@ <artifactId>javase</artifactId> <version>3.5.1</version> </dependency> + + <dependency> + <groupId>com.alibaba.nls</groupId> + <artifactId>nls-sdk-recognizer</artifactId> + <version>2.2.1</version> + </dependency> + <dependency> + <groupId>com.alibaba.nls</groupId> + <artifactId>nls-sdk-recognizer</artifactId> + <version>2.2.1</version> + <scope>compile</scope> + </dependency> + + <dependency> + <groupId>com.alibaba.nls</groupId> + <artifactId>nls-sdk-tts</artifactId> + <version>2.2.1</version> + </dependency> + + <!-- https://mvnrepository.com/artifact/ca.uhn.hapi/hapi-base --> + <dependency> + <groupId>ca.uhn.hapi</groupId> + <artifactId>hapi-base</artifactId> + <version>2.3</version> + </dependency> + <!-- https://mvnrepository.com/artifact/ca.uhn.hapi/hapi-structures-v24 --> + <dependency> + <groupId>ca.uhn.hapi</groupId> + <artifactId>hapi-structures-v24</artifactId> + <version>2.3</version> + </dependency> + + <dependency> + <groupId>com.googlecode.json-simple</groupId> + <artifactId>json-simple</artifactId> + <version>1.1.1</version> + </dependency> + + <!-- rabbitmq 渚濊禆--> + <dependency> + <groupId>org.springframework.boot</groupId> + <artifactId>spring-boot-starter-amqp</artifactId> + </dependency> + <dependency> + <groupId>org.apache.axis</groupId> + <artifactId>axis</artifactId> + <version>1.4</version> + </dependency> + <dependency> + <groupId>org.apache.axis</groupId> + <artifactId>axis-jaxrpc</artifactId> + <version>1.4</version> + </dependency> </dependencies> -</project> \ No newline at end of file +</project> -- Gitblit v1.9.3