1 В избранное 0 Ответвления 0

OSCHINA-MIRROR/neat-logic-neatlogic-autoexec-base

Клонировать/Скачать
pom.xml 1.9 КБ
Копировать Редактировать Web IDE Исходные данные Просмотреть построчно История
lvzk Отправлено 26.03.2025 05:40 73037df
<!--Copyright (C) 2024 深圳极向量科技有限公司 All Rights Reserved.
This program is free software: you can redistribute it and/or modify
it under the terms of the GNU Affero General Public License as published by
the Free Software Foundation, either version 3 of the License, or
(at your option) any later version.
This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
GNU Affero General Public License for more details.
You should have received a copy of the GNU Affero General Public License
along with this program. If not, see <http://www.gnu.org/licenses/>.-->
<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>${revision}</version>
<relativePath>../neatlogic-parent</relativePath>
</parent>
<artifactId>neatlogic-autoexec-base</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>
</resources>
</build>
<dependencies>
<dependency>
<groupId>com.neatlogic</groupId>
<artifactId>neatlogic-framework</artifactId>
</dependency>
<dependency>
<groupId>com.neatlogic</groupId>
<artifactId>neatlogic-cmdb-base</artifactId>
</dependency>
</dependencies>
</project>

Опубликовать ( 0 )

Вы можете оставить комментарий после Вход в систему

1
https://api.gitlife.ru/oschina-mirror/neat-logic-neatlogic-autoexec-base.git
git@api.gitlife.ru:oschina-mirror/neat-logic-neatlogic-autoexec-base.git
oschina-mirror
neat-logic-neatlogic-autoexec-base
neat-logic-neatlogic-autoexec-base
develop3.0.0