Commit 6ba8269d authored by Dave Syer's avatar Dave Syer

Add public getter for dependency context

parent 59b8fc63
...@@ -255,4 +255,11 @@ public class DependencyCustomizer { ...@@ -255,4 +255,11 @@ public class DependencyCustomizer {
protected boolean canAdd() { protected boolean canAdd() {
return true; return true;
} }
/**
* @return the dependencyResolutionContext
*/
public DependencyResolutionContext getDependencyResolutionContext() {
return this.dependencyResolutionContext;
}
} }
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment