Hi, I just noticed that our application size incr...
# help
m
Hi, I just noticed that our application size increases exponentially when including cerbos-sdk-java with Maven. It seems like all dependencies are having a
runtime
scope which causes them all to be included. Can this be reviewed to have a smaller footprint or am I doing something wrong? Currently it adds +/- 60mb to our packaged application, which seems a lot
c
Hey, the Java SDK doesn't have many dependencies. Protobuf and grpc are the main ones and they are shaded because a lot of people had issues with version conflicts in the past. I'd be surprised if that still adds up to ~60MB though. Can you compare the jars before and after to pin point exactly which dependencies are causing the bloat?