Skip to content

Commit

Permalink
[MPIR-426] Remove Apache Buildr from Dependency Information Report
Browse files Browse the repository at this point in the history
  • Loading branch information
michael-o committed Jan 6, 2023
1 parent 6f03e00 commit 7f80826
Showing 1 changed file with 0 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -147,9 +147,6 @@ protected void renderBody()

renderDependencyInfo( "Apache Maven", mavenDependency.format( "</dependency>" ) );

renderDependencyInfo( "Apache Buildr",
new Formatter().format( "'%s:%s:%s:%s'", groupId, artifactId, packaging, version ) );

renderDependencyInfo( "Apache Ivy",
new Formatter().format( "<dependency org=\"%s\" name=\"%s\" rev=\"%s\">%n", groupId,
artifactId, version ).format(
Expand Down

0 comments on commit 7f80826

Please sign in to comment.