diff options
Diffstat (limited to 'org.eclipse.jgit.pgm.test/pom.xml')
-rw-r--r-- | org.eclipse.jgit.pgm.test/pom.xml | 17 |
1 files changed, 0 insertions, 17 deletions
diff --git a/org.eclipse.jgit.pgm.test/pom.xml b/org.eclipse.jgit.pgm.test/pom.xml index bd4317c1b1..979081d904 100644 --- a/org.eclipse.jgit.pgm.test/pom.xml +++ b/org.eclipse.jgit.pgm.test/pom.xml @@ -60,23 +60,6 @@ Tests for command line client tools built on top of JGit. </description> - <profiles> - <profile> - <id>jgit.java7</id> - <activation> - <jdk>[1.7,)</jdk> - </activation> - <dependencies> - <dependency> - <groupId>org.eclipse.jgit</groupId> - <artifactId>org.eclipse.jgit.java7</artifactId> - <version>${project.version}</version> - <optional>true</optional> - </dependency> - </dependencies> - </profile> - </profiles> - <dependencies> <dependency> <groupId>junit</groupId> |