From 178b046f3569718d5358c3726afefcb2f434786d Mon Sep 17 00:00:00 2001 From: Oliver Gierke Date: Mon, 25 Jul 2011 23:03:54 +0200 Subject: [PATCH] Removed obsolete imports in template.mf. --- spring-data-commons-core/template.mf | 2 -- 1 file changed, 2 deletions(-) diff --git a/spring-data-commons-core/template.mf b/spring-data-commons-core/template.mf index 660e4d038..681dd86da 100644 --- a/spring-data-commons-core/template.mf +++ b/spring-data-commons-core/template.mf @@ -17,8 +17,6 @@ Import-Template: org.springframework.expression.spel.support.*;version="${org.springframework.version:[=.=.=,+1.0.0)}", org.springframework.transaction.*;version="${org.springframework.version:[=.=.=,+1.0.0)}", org.springframework.validation.*;version="${org.springframework.version:[=.=.=,+1.0.0)}", - org.springframework.data.core.*;version="[1.0.0, 2.0.0)", - org.springframework.data.persistence.*;version="[1.0.0, 2.0.0)", org.springframework.web.*;version="${org.springframework.version:[=.=.=,+1.0.0)}";resolution:=optional, org.aopalliance.*;version="[1.0.0, 2.0.0)";resolution:=optional, org.apache.commons.logging.*;version="[1.1.1, 2.0.0)",