Add a dummy placeholder so that we can sync to maven central

The sync needs javadoc and sources so adding a dummy class. Note that I think we only just got this due to the multi-version jar but not sure.
This commit is contained in:
Rob Bygrave
2021-09-24 21:42:23 +12:00
parent 033c579984
commit d3dbde4e79
@@ -0,0 +1,7 @@
package io.ebean.assembly;
/**
* Nothing interesting here - look at ebean-api.
*/
public class Assembly {
}