aboutsummaryrefslogtreecommitdiffstats
path: root/subprojects/sonar-update-center/sonar-update-center-common/pom.xml
diff options
context:
space:
mode:
Diffstat (limited to 'subprojects/sonar-update-center/sonar-update-center-common/pom.xml')
-rw-r--r--subprojects/sonar-update-center/sonar-update-center-common/pom.xml36
1 files changed, 0 insertions, 36 deletions
diff --git a/subprojects/sonar-update-center/sonar-update-center-common/pom.xml b/subprojects/sonar-update-center/sonar-update-center-common/pom.xml
deleted file mode 100644
index 7d892a4876d..00000000000
--- a/subprojects/sonar-update-center/sonar-update-center-common/pom.xml
+++ /dev/null
@@ -1,36 +0,0 @@
-<?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/maven-v4_0_0.xsd">
- <modelVersion>4.0.0</modelVersion>
-
- <parent>
- <groupId>org.codehaus.sonar</groupId>
- <artifactId>sonar-update-center</artifactId>
- <version>1.1-SNAPSHOT</version>
- </parent>
-
- <artifactId>sonar-update-center-common</artifactId>
- <name>Sonar :: Update Center :: Common</name>
-
- <dependencies>
- <dependency>
- <groupId>commons-lang</groupId>
- <artifactId>commons-lang</artifactId>
- </dependency>
- <dependency>
- <groupId>commons-io</groupId>
- <artifactId>commons-io</artifactId>
- </dependency>
-
- <!-- unit tests -->
- <dependency>
- <groupId>junit</groupId>
- <artifactId>junit</artifactId>
- <scope>test</scope>
- </dependency>
- <dependency>
- <groupId>org.hamcrest</groupId>
- <artifactId>hamcrest-all</artifactId>
- <scope>test</scope>
- </dependency>
- </dependencies>
-</project>