agile-bpm-basic/ab-auth/ab-auth-core/pom.xml

31 lines
1.0 KiB
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>
<artifactId>ab-auth</artifactId>
<groupId>com.dstz</groupId>
<version>2.5.0</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<artifactId>ab-auth-core</artifactId>
<dependencies>
<dependency>
<groupId>com.dstz</groupId>
<artifactId>ab-base-web</artifactId>
</dependency>
<dependency>
<groupId>com.dstz</groupId>
<artifactId>ab-auth-api</artifactId>
<version>${project.version}</version>
</dependency>
<dependency>
<groupId>com.dstz</groupId>
<artifactId>ab-sys-api</artifactId>
<version>${project.version}</version>
</dependency>
</dependencies>
</project>