Using java.util.UUID.randomUUID() instead with the patch will avoid a dependency on JenaUUID.
A longer fix its to make JenaUUID not dependent on V1 UUIDs even if creating V4 UUIDs. Java's UUIDs are V4 (122 bit random numbers).
This is, in fact, safer than the current rmi server UIDs.
The patch tracker is possible not the place for the discussion. Let's use the mailing list...