pxc-framework-plugin-loader
Used in:
components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
<dependency>
<groupId>io.github.panxiaochao</groupId>
<artifactId>pxc-framework-plugin-loader</artifactId>
<version>2022-2.7-1.5</version>
</dependency><?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>io.github.panxiaochao</groupId>
<artifactId>pxc-framework-parent</artifactId>
<version>2022-2.7-1.5</version>
</parent>
<artifactId>pxc-framework-plugin-loader</artifactId>
<packaging>jar</packaging>
<description>Plugin Loader Configuration Jar</description>
<dependencies>
<dependency>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-web</artifactId>
<optional>true</optional>
</dependency>
<dependency>
<groupId>io.github.panxiaochao</groupId>
<artifactId>pxc-framework-common</artifactId>
<version>${project.parent.version}</version>
</dependency>
<dependency>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-configuration-processor</artifactId>
<optional>true</optional>
<scope>provided</scope>
</dependency>
</dependencies>
</project>