summaryrefslogtreecommitdiff
path: root/com/github/jengelman/gradle/plugins/shadow/5.2.0/shadow-5.2.0.pom
diff options
context:
space:
mode:
Diffstat (limited to 'com/github/jengelman/gradle/plugins/shadow/5.2.0/shadow-5.2.0.pom')
-rw-r--r--com/github/jengelman/gradle/plugins/shadow/5.2.0/shadow-5.2.0.pom30
1 files changed, 0 insertions, 30 deletions
diff --git a/com/github/jengelman/gradle/plugins/shadow/5.2.0/shadow-5.2.0.pom b/com/github/jengelman/gradle/plugins/shadow/5.2.0/shadow-5.2.0.pom
deleted file mode 100644
index 1752ed8f8..000000000
--- a/com/github/jengelman/gradle/plugins/shadow/5.2.0/shadow-5.2.0.pom
+++ /dev/null
@@ -1,30 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<project xmlns="http://maven.apache.org/POM/4.0.0" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
- <modelVersion>4.0.0</modelVersion>
- <groupId>com.github.jengelman.gradle.plugins</groupId>
- <artifactId>shadow</artifactId>
- <version>5.2.0</version>
- <dependencies>
- <dependency>
- <groupId>org.codehaus.groovy</groupId>
- <artifactId>groovy-backports-compat23</artifactId>
- <version>2.4.15</version>
- <scope>runtime</scope>
- </dependency>
- </dependencies>
- <description>Gradle plugin to combine/relocate dependencies in a single Jar.</description>
- <licenses>
- <license>
- <name>The Apache Software License, Version 2.0</name>
- <url>http://www.apache.org/licenses/LICENSE-2.0.txt</url>
- <distribution>repo</distribution>
- </license>
- </licenses>
- <developers>
- <developer>
- <id>jengelman</id>
- <name>John Engelman</name>
- <email>john.r.engelman@gmail.com</email>
- </developer>
- </developers>
-</project>