diff --git a/ivy/MakePom.scala b/ivy/MakePom.scala
index f8f3da374..361520698 100644
--- a/ivy/MakePom.scala
+++ b/ivy/MakePom.scala
@@ -173,6 +173,7 @@ class MakePom
{id}
{name}
{root}
+ { if(name == JavaNet1Repository.name) "legacy" else "default" }
/** Retain dependencies only with the configurations given, or all public configurations of `module` if `configurations` is None.