RFR: 7507: Fixing project setup
Alex Macdonald
aptmac at openjdk.java.net
Thu Jan 13 21:56:34 UTC 2022
On Thu, 13 Jan 2022 12:47:08 GMT, Marcus Hirt <hirt at openjdk.org> wrote:
> ...and some cleanup.
application/org.openjdk.jmc.flightrecorder.ui/META-INF/MANIFEST.MF line 15:
> 13: org.openjdk.jmc.flightrecorder;visibility:=reexport,
> 14: org.openjdk.jmc.ui;visibility:=reexport,
> 15: org.openjdk.jmc.ui.celleditors,
Duplicate entry
application/uitests/pom.xml line 93:
> 91: <dependency>
> 92: <groupId>org.openjdk.jmc</groupId>
> 93: <artifactId>flightrecorder.serializers</artifactId>
Is there anything in the uitests that use serializers and writer?
-------------
PR: https://git.openjdk.java.net/jmc/pull/355
More information about the jmc-dev
mailing list