faas-ma
Used in:
components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
<dependency>
<groupId>com.faasadmin</groupId>
<artifactId>faas-ma</artifactId>
<version>1.1.0</version>
</dependency><?xml version="1.0" encoding="UTF-8"?>
<project xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 https://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns="http://maven.apache.org/POM/4.0.0"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<modelVersion>4.0.0</modelVersion>
<parent>
<groupId>com.faasadmin</groupId>
<artifactId>faas-framework</artifactId>
<version>1.1.0</version>
</parent>
<groupId>com.faasadmin</groupId>
<artifactId>faas-ma</artifactId>
<version>1.1.0</version>
<name>faas-ma</name>
<licenses>
<license>
<name>faaaadmin</name>
<url>http://www.faasadmin.com</url>
</license>
</licenses>
<properties>
<maven.compiler.source>1.8</maven.compiler.source>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<maven.compiler.target>1.8</maven.compiler.target>
</properties>
<dependencies>
<dependency>
<groupId>com.faasadmin</groupId>
<artifactId>faas-common</artifactId>
</dependency>
<dependency>
<groupId>com.faasadmin</groupId>
<artifactId>faas-mybatis</artifactId>
</dependency>
<dependency>
<groupId>com.faasadmin</groupId>
<artifactId>faas-security</artifactId>
</dependency>
<dependency>
<groupId>com.faasadmin</groupId>
<artifactId>faas-web</artifactId>
</dependency>
<dependency>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-configuration-processor</artifactId>
<optional>true</optional>
</dependency>
<dependency>
<groupId>org.ssssssss</groupId>
<artifactId>magic-api-spring-boot-starter</artifactId>
<version>2.0.1</version>
</dependency>
</dependencies>
<build>
<pluginManagement />
</build>
</project>