If forester has maven repository we can unhook the local depedency. We use 
forester for NJ and should only be a needed in one model. Let me know the 
issue/conflict and I can see what I can do to clean up.

Thanks

Scooter

----- Reply message -----
From: "Andreas Prlic" <[email protected]>
To: "Terry Casstevens" <[email protected]>
Cc: "Peter Bradbury" <[email protected]>, "Jeff Glaubitz" <[email protected]>, 
"Ed Buckler" <[email protected]>, "[email protected]" 
<[email protected]>
Subject: [Biojava-l] Biojava Dependency on Forester
Date: Thu, Oct 11, 2012 2:33 pm



Hi Terry,

Biojava depends on forester version 0.955. There are no plans to get
rid of this dependency, as far as I know. However we can try to
upgrade to a newer version if that helps.

If you are working in a Maven environment and you pull in BioJava that
way, you can add an exclusion to your config. Something like the XML
below. This forces your project to ignore the older forester library
configured in biojava. Is this a suitable workaround for your problem?

Andreas


        <dependency>
                        <groupId>org.biojava</groupId>
                        <artifactId>biojava3-phylo</artifactId>
                        <version>3.0.4</version>
                        <exclusions>
                                <exclusion>
                                        <groupId>org</groupId>
                                        <artifactId>forester</artifactId>
                                </exclusion>
                        </exclusions>
                </dependency>




On Thu, Oct 11, 2012 at 11:17 AM, Terry Casstevens <[email protected]> wrote:
> Dear Andreas,
>
> I am the lead developer of the software Tassel.
> http://www.maizegenetics.net/tassel
>
> We currently use Biojava 3.0.  And we are
> wanting to use the latest release of Forester.
> Since Biojava has a dependency on an older
> release of Forester, we are running into conflicts.
> Can you help explain Biojava's dependency on
> Forester?
>
> What version of Forester does Biojava 3.0 require?
> It looks like version 0.955
>
> What version of Forester does Biojava 3.0.4 require?
>
> Does any Biojava jar files include Forester classes?
> Or just references?
>
> Are there plans to remove Biojava's dependency
> on Forester?
>
>
> Thank you,
>
> Terry Casstevens
_______________________________________________
Biojava-l mailing list  -  [email protected]
http://lists.open-bio.org/mailman/listinfo/biojava-l

_______________________________________________
Biojava-l mailing list  -  [email protected]
http://lists.open-bio.org/mailman/listinfo/biojava-l

Reply via email to