1 Star 0 Fork 107

AndyZheng_/neatlogic-cmdb

forked from NeatLogic/neatlogic-cmdb 
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
pom.xml 2.46 KB
一键复制 编辑 原始数据 按行查看 历史
<!--
~ Copyright(c) 2023 NeatLogic Co., Ltd. All Rights Reserved.
~
~ Licensed under the Apache License, Version 2.0 (the "License");
~ you may not use this file except in compliance with the License.
~ You may obtain a copy of the License at
~
~ http://www.apache.org/licenses/LICENSE-2.0
~
~ Unless required by applicable law or agreed to in writing, software
~ distributed under the License is distributed on an "AS IS" BASIS,
~ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
~ See the License for the specific language governing permissions and
~ limitations under the License.
-->
<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 https://maven.apache.org/xsd/maven-4.0.0.xsd">
<modelVersion>4.0.0</modelVersion>
<parent>
<groupId>com.neatlogic</groupId>
<artifactId>neatlogic-parent</artifactId>
<version>[3.0.0, 4.0.0)</version>
</parent>
<artifactId>neatlogic-cmdb</artifactId>
<version>0.3.0.0-SNAPSHOT</version>
<build>
<resources>
<resource>
<directory>src/main/java</directory>
<includes>
<include>**/*.xml</include>
<include>META-INF/**</include>
</includes>
</resource>
<resource>
<directory>src/main/resources</directory>
<includes>
<include>neatlogic/**</include>
</includes>
</resource>
</resources>
</build>
<dependencies>
<dependency>
<groupId>com.neatlogic</groupId>
<artifactId>neatlogic-cmdb-base</artifactId>
</dependency>
<dependency>
<groupId>com.neatlogic</groupId>
<artifactId>neatlogic-framework</artifactId>
</dependency>
<dependency>
<groupId>com.neatlogic</groupId>
<artifactId>neatlogic-itsm-base</artifactId>
</dependency>
<dependency>
<groupId>com.neatlogic</groupId>
<artifactId>neatlogic-tagent-base</artifactId>
</dependency>
<!-- graphviz 依赖包开始 -->
<dependency>
<groupId>guru.nidi</groupId>
<artifactId>graphviz-java</artifactId>
<version>0.17.0</version>
</dependency>
</dependencies>
</project>
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
Java
1
https://gitee.com/andyZheng/neatlogic-cmdb.git
git@gitee.com:andyZheng/neatlogic-cmdb.git
andyZheng
neatlogic-cmdb
neatlogic-cmdb
develop3.0.0

搜索帮助

0d507c66 1850385 C8b1a773 1850385