summaryrefslogtreecommitdiffstats
path: root/parent/org.jvnet.hudson/pom.xml
diff options
context:
space:
mode:
Diffstat (limited to 'parent/org.jvnet.hudson/pom.xml')
-rw-r--r--parent/org.jvnet.hudson/pom.xml33
1 files changed, 0 insertions, 33 deletions
diff --git a/parent/org.jvnet.hudson/pom.xml b/parent/org.jvnet.hudson/pom.xml
deleted file mode 100644
index bebb4a26ac2..00000000000
--- a/parent/org.jvnet.hudson/pom.xml
+++ /dev/null
@@ -1,33 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!-- Copyright 2016 Yahoo Inc. Licensed under the terms of the Apache 2.0 license. See LICENSE in the project root. -->
-<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>
-
- <groupId>org.jvnet.hudson</groupId>
- <artifactId>annotation-indexer</artifactId>
- <name>annotation-indexer</name>
- <version>1.2</version>
- <description>
- Creates index of annotations.
- </description>
-
- <dependencies>
- <dependency>
- <groupId>org.kohsuke.metainf-services</groupId>
- <artifactId>metainf-services</artifactId>
- <version>1.1</version>
- <optional>true</optional>
- </dependency>
- <dependency>
- <groupId>junit</groupId>
- <artifactId>junit</artifactId>
- <version>3.8.1</version>
- <scope>test</scope>
- </dependency>
- </dependencies>
-
- <properties>
- <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
- </properties>
-
-</project>