diff options
Diffstat (limited to 'sonar-diff/pom.xml')
-rw-r--r-- | sonar-diff/pom.xml | 35 |
1 files changed, 0 insertions, 35 deletions
diff --git a/sonar-diff/pom.xml b/sonar-diff/pom.xml deleted file mode 100644 index 01eae44f624..00000000000 --- a/sonar-diff/pom.xml +++ /dev/null @@ -1,35 +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</artifactId> - <version>2.15-SNAPSHOT</version> - </parent> - - <artifactId>sonar-diff</artifactId> - - <name>Sonar :: Diff</name> - <description>Detect changes in files</description> - - <dependencies> - <dependency> - <groupId>com.google.guava</groupId> - <artifactId>guava</artifactId> - </dependency> - - <dependency> - <groupId>org.hamcrest</groupId> - <artifactId>hamcrest-all</artifactId> - <scope>test</scope> - </dependency> - <dependency> - <groupId>junit</groupId> - <artifactId>junit</artifactId> - <scope>test</scope> - </dependency> - </dependencies> - -</project> |