This is an automated email from the ASF dual-hosted git repository. ctubbsii pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/accumulo.git
The following commit(s) were added to refs/heads/master by this push: new 82aec2d Remove another obsolete profile (related to #1652) 82aec2d is described below commit 82aec2d7de02ec4c09ae9bc4507e7cf2eba152f4 Author: Christopher Tubbs <ctubb...@apache.org> AuthorDate: Thu Jul 16 14:30:15 2020 -0400 Remove another obsolete profile (related to #1652) --- server/base/pom.xml | 16 ---------------- 1 file changed, 16 deletions(-) diff --git a/server/base/pom.xml b/server/base/pom.xml index e9c3f8c..37aabb2 100644 --- a/server/base/pom.xml +++ b/server/base/pom.xml @@ -149,21 +149,5 @@ </plugins> </build> </profile> - <profile> - <!-- workaround for https://bugs.eclipse.org/bugs/show_bug.cgi?id=541772 --> - <id>m2e</id> - <activation> - <property> - <name>m2e.version</name> - </property> - </activation> - <dependencies> - <dependency> - <groupId>org.apache.hadoop</groupId> - <artifactId>hadoop-client-runtime</artifactId> - <scope>compile</scope> - </dependency> - </dependencies> - </profile> </profiles> </project>