Skip to content

Commit

Permalink
changes to make it work
Browse files Browse the repository at this point in the history
  • Loading branch information
rmovaliya committed Mar 29, 2024
1 parent 568a750 commit 2cfd40b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,7 @@ public <T> void send(NotificationType type, List<T> messages, MessageSource sour
createNotificationMessages(messages.get(index), strMessages, source);
}

sendInternal(type, strMessages);
// sendInternal(type, strMessages);
}

@Override
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -717,7 +717,7 @@
<httpcomponents-httpcore.version>4.4.13</httpcomponents-httpcore.version>
<jackson.databind.version>2.12.4</jackson.databind.version>
<jackson.version>2.12.4</jackson.version>
<janusgraph.version>0.6.03</janusgraph.version>
<janusgraph.version>0.6.04</janusgraph.version>
<janusgraph.cassandra.version>0.5.3</janusgraph.cassandra.version>
<javax-inject.version>1</javax-inject.version>
<javax.servlet.version>3.1.0</javax.servlet.version>
Expand Down

0 comments on commit 2cfd40b

Please sign in to comment.