Files
2026-03-06 14:01:32 +08:00

31 lines
1004 B
XML

<?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>
<groupId>cn.orionsec.ops</groupId>
<artifactId>orion-ops-api</artifactId>
<version>1.3.1</version>
<relativePath>../pom.xml</relativePath>
</parent>
<name>orion-ops-data</name>
<artifactId>orion-ops-data</artifactId>
<modelVersion>4.0.0</modelVersion>
<dependencies>
<!-- orion-kit -->
<dependency>
<groupId>cn.orionsec.kit</groupId>
<artifactId>orion-all</artifactId>
</dependency>
<!-- service -->
<dependency>
<groupId>cn.orionsec.ops</groupId>
<artifactId>orion-ops-service</artifactId>
<version>${project.version}</version>
</dependency>
</dependencies>
</project>