Looks like org.apache.commons.lang3.tuple.Pair is used in multiple places
now, such as in DbLoader:

-    public Map<DbEntity, PatternFilter> getTables(DbLoaderConfiguration
config, String[] types)
+    public Map<Pair<String, String>, Map<String, Pair<DbEntity,
PatternFilter>>> getTables(DbLoaderConfiguration config, String[] types)

mrg


On Fri, Apr 24, 2015 at 3:52 AM, Andrus Adamchik <[email protected]>
wrote:

> Alex, this change looks suspect. Was it intentional?
>
>
> > On Apr 24, 2015, at 1:13 AM, [email protected] wrote:
> >
> >
> http://git-wip-us.apache.org/repos/asf/cayenne/blob/09c6da92/cayenne-server/pom.xml
> > ----------------------------------------------------------------------
> > diff --git a/cayenne-server/pom.xml b/cayenne-server/pom.xml
> > index d00cd8c..ee4e3c7 100644
> > --- a/cayenne-server/pom.xml
> > +++ b/cayenne-server/pom.xml
> > @@ -48,6 +48,11 @@
> >                       <artifactId>commons-logging</artifactId>
> >                       <scope>compile</scope>
> >               </dependency>
> > +        <dependency>
> > +            <groupId>org.apache.commons</groupId>
> > +            <artifactId>commons-lang3</artifactId>
> > +            <version>3.0</version>
> > +        </dependency>
> >               <dependency>
> >                       <groupId>org.apache.velocity</groupId>
> >                       <artifactId>velocity</artifactId>
>
>

Reply via email to