DashboardNotificationListViewPanel notificationsPanel = new DashboardNotificationListViewPanel("notificationPanel",
new NotificationsModel(MavenArtifactNotifierSession.get().getUserModel()));
add(notificationsPanel);
DashboardArtifactPortfolioPanel artifactPanel = new DashboardArtifactPortfolioPanel("artifactPanel",
new LoadableDetachableModel<List<FollowedArtifact>>() {
private static final long serialVersionUID = -8484961470906264804L;
@Override
protected List<FollowedArtifact> load() {