"you can add additional individual dependencies on the command line using thin.properties.dependencies.* (for instance)." This works: ``` --thin.libs=$thin_root/repository/com/example/1.0.0-SNAPSHOT/example-1.0.0-SNAPSHOT.jar ``` This doesn't work ``` -Dthin.properties.dependencies=com.example:example:1.0.0-SNAPSHOT ``` Neither does this: ``` --thin.properties.dependencies=com.example:example:1.0.0-SNAPSHOT ```