Skip to content

Commit

Permalink
Add MiMa excludes
Browse files Browse the repository at this point in the history
CommitLogStore and ShardedCommitLogStore can be removed since they are package private.
  • Loading branch information
Taichi Yamakawa committed Mar 14, 2022
1 parent e8239f4 commit e9a1d42
Showing 1 changed file with 3 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
# It is safe to exclude the following since these classes are package private.
ProblemFilters.exclude[MissingClassProblem]("lerna.akka.entityreplication.raft.eventsourced.CommitLogStore")
ProblemFilters.exclude[MissingClassProblem]("lerna.akka.entityreplication.raft.eventsourced.ShardedCommitLogStore")

0 comments on commit e9a1d42

Please sign in to comment.