Updated build to use maven.springframework.org deps
This commit is contained in:
@@ -161,5 +161,9 @@ public class MockJoinPoint implements JoinPoint {
|
||||
public String toShortString() {
|
||||
throw new UnsupportedOperationException("mock not implemented");
|
||||
}
|
||||
|
||||
public int getId() {
|
||||
throw new UnsupportedOperationException("mock not implemented");
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user