1 Star 0 Fork 96

gfansenhua/mulanbay-server

forked from mulanbay/mulanbay-server 
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
pom.xml 4.22 KB
一键复制 编辑 原始数据 按行查看 历史
牧羊人 提交于 2023-10-09 09:43 . ahanlp升级到1.3版本
<?xml version="1.0" encoding="UTF-8"?>
<project xmlns="http://maven.apache.org/POM/4.0.0"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<parent>
<artifactId>mulanbay</artifactId>
<groupId>cn.mulanbay</groupId>
<version>4.0</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<artifactId>mulanbay-ai</artifactId>
<dependencies>
<dependency>
<groupId>cn.mulanbay</groupId>
<artifactId>mulanbay-common</artifactId>
<version>${mulanbay.version}</version>
</dependency>
<dependency>
<groupId>cn.mulanbay</groupId>
<artifactId>mulanbay-business</artifactId>
<version>${mulanbay.version}</version>
</dependency>
<!--机器学习 start -->
<!--JPMML处理-pmml start -->
<dependency>
<groupId>org.jpmml</groupId>
<artifactId>pmml-evaluator</artifactId>
<version>1.6.4</version>
</dependency>
<dependency>
<groupId>org.jpmml</groupId>
<artifactId>pmml-evaluator-extension</artifactId>
<version>1.5.16</version>
<exclusions>
<exclusion>
<groupId>org.jpmml</groupId>
<artifactId>pmml-evaluator</artifactId>
</exclusion>
</exclusions>
</dependency>
<!--JPMML处理-pmml end -->
<!--JPMML处理-xml start -->
<dependency>
<groupId>javax.xml.bind</groupId>
<artifactId>jaxb-api</artifactId>
<version>2.3.0</version>
</dependency>
<dependency>
<groupId>com.sun.xml.bind</groupId>
<artifactId>jaxb-core</artifactId>
<version>3.0.2</version>
<exclusions>
<exclusion>
<groupId>jakarta.xml.bind</groupId>
<artifactId>jakarta.xml.bind-api</artifactId>
</exclusion>
</exclusions>
</dependency>
<dependency>
<groupId>org.glassfish.jaxb</groupId>
<artifactId>jaxb-runtime</artifactId>
<version>3.0.2</version>
</dependency>
<dependency>
<groupId>jakarta.xml.bind</groupId>
<artifactId>jakarta.xml.bind-api</artifactId>
<version>3.0.1</version>
</dependency>
<dependency>
<groupId>jakarta.activation</groupId>
<artifactId>jakarta.activation-api</artifactId>
<version>2.1.0</version>
</dependency>
<dependency>
<groupId>com.sun.xml.bind</groupId>
<artifactId>jaxb-impl</artifactId>
<version>3.0.2</version>
</dependency>
<!--JPMML处理-xml end -->
<!--机器学习end -->
<dependency>
<groupId>org.springframework</groupId>
<artifactId>spring-beans</artifactId>
<version>${spring.version}</version>
</dependency>
<dependency>
<groupId>org.springframework</groupId>
<artifactId>spring-context</artifactId>
<version>${spring.version}</version>
</dependency>
<dependency>
<groupId>org.springframework</groupId>
<artifactId>spring-aspects</artifactId>
<version>${spring.version}</version>
</dependency>
<dependency>
<groupId>org.springframework</groupId>
<artifactId>spring-test</artifactId>
<version>${spring.version}</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>junit</groupId>
<artifactId>junit</artifactId>
<version>4.12</version>
<scope>test</scope>
</dependency>
<!--自然语言处理 -->
<dependency>
<groupId>com.ahanlp</groupId>
<artifactId>ahanlp</artifactId>
<scope>system</scope>
<version>1.2</version>
<systemPath>${basedir}/src/main/lib/ahanlp-1.3.jar</systemPath>
</dependency>
</dependencies>
</project>
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
Java
1
https://gitee.com/fansenhua/mulanbay-server.git
git@gitee.com:fansenhua/mulanbay-server.git
fansenhua
mulanbay-server
mulanbay-server
master

搜索帮助