aboutsummaryrefslogtreecommitdiffstats
path: root/demo/api/pom.xml
diff options
context:
space:
mode:
authorSebastian Schuberth <sschuberth@users.noreply.github.com>2024-06-23 21:59:16 +0200
committerGitHub <noreply@github.com>2024-06-23 22:59:16 +0300
commitacf0a9f26190c49f508c5b187e9f2c671874d90d (patch)
tree51bb14d9e752983b752c1da97ec8910f5160d0c7 /demo/api/pom.xml
parent1f303dafb976fb9121da871973a293d09fdee755 (diff)
downloadpf4j-acf0a9f26190c49f508c5b187e9f2c671874d90d.tar.gz
pf4j-acf0a9f26190c49f508c5b187e9f2c671874d90d.zip
Consolidate demo projects in the "demo" directory (#584)
Diffstat (limited to 'demo/api/pom.xml')
-rw-r--r--demo/api/pom.xml37
1 files changed, 0 insertions, 37 deletions
diff --git a/demo/api/pom.xml b/demo/api/pom.xml
deleted file mode 100644
index 615aa30..0000000
--- a/demo/api/pom.xml
+++ /dev/null
@@ -1,37 +0,0 @@
-<?xml version="1.0"?>
-<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>org.pf4j.demo</groupId>
- <artifactId>pf4j-demo-parent</artifactId>
- <version>3.12.0-SNAPSHOT</version>
- </parent>
-
- <modelVersion>4.0.0</modelVersion>
- <artifactId>pf4j-demo-api</artifactId>
- <version>3.12.0-SNAPSHOT</version>
- <packaging>jar</packaging>
- <name>Demo Api</name>
-
- <build>
- <plugins>
- <plugin>
- <artifactId>maven-deploy-plugin</artifactId>
- <configuration>
- <skip>true</skip>
- </configuration>
- </plugin>
- </plugins>
- </build>
-
- <dependencies>
- <dependency>
- <groupId>org.pf4j</groupId>
- <artifactId>pf4j</artifactId>
- <version>${project.version}</version>
- <!-- !!! VERY IMPORTANT -->
- <scope>provided</scope>
- </dependency>
- </dependencies>
-
-</project>