pom.xml 1.6 KB
Newer Older
M
mxd 已提交
1 2 3 4 5 6 7 8
<?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">
    <modelVersion>4.0.0</modelVersion>
    <parent>
        <groupId>org.ssssssss</groupId>
        <artifactId>magic-api-parent</artifactId>
M
mxd 已提交
9
        <version>2.0.1</version>
M
mxd 已提交
10 11
    </parent>
    <artifactId>magic-api-plugins</artifactId>
M
mxd 已提交
12
    <version>2.0.1</version>
M
mxd 已提交
13 14 15 16 17
    <packaging>pom</packaging>
    <name>magic-api-plugins</name>
    <description>auto generate http api</description>
    <modules>
        <module>magic-api-plugin-task</module>
Z
zegezy 已提交
18
        <module>magic-api-plugin-component</module>
M
mxd 已提交
19 20 21 22 23
        <module>magic-api-plugin-swagger</module>
        <module>magic-api-plugin-redis</module>
        <module>magic-api-plugin-mongo</module>
        <module>magic-api-plugin-elasticsearch</module>
        <module>magic-api-plugin-cluster</module>
M
mxd 已提交
24
        <module>magic-api-plugin-git</module>
M
mxd 已提交
25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43
    </modules>
    <dependencies>
        <dependency>
            <groupId>org.springframework.boot</groupId>
            <artifactId>spring-boot-starter</artifactId>
            <scope>provided</scope>
        </dependency>
        <dependency>
            <groupId>org.ssssssss</groupId>
            <artifactId>magic-api</artifactId>
            <scope>provided</scope>
        </dependency>
        <dependency>
            <groupId>org.ssssssss</groupId>
            <artifactId>magic-script</artifactId>
            <scope>provided</scope>
        </dependency>
    </dependencies>
</project>