gwtproject / gwt

GWT Open Source Project
http://www.gwtproject.org
1.53k stars 378 forks source link

Use JDT jars from maven central rather than packaging our own #10026

Open niloc132 opened 3 weeks ago

niloc132 commented 3 weeks ago

Will help avoid issues like https://github.com/gwtproject/gwt/issues/10025.

A necessary component for #10011.

Light testing seems to suggest that

            <dependency>
                <groupId>org.eclipse.jdt</groupId>
                <artifactId>org.eclipse.jdt.core</artifactId>
                <version>3.32.0</version>
            </dependency>

functions the same as our re-packaged jars, and repackaging may no longer be required at all.