Skip to content

Commit c00a0aa

Browse files
committed
RATIS-1977. Improve Code.
1 parent 8749e5f commit c00a0aa

File tree

2 files changed

+10
-0
lines changed

2 files changed

+10
-0
lines changed

pom.xml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -224,6 +224,7 @@
224224
<junit-bom.version>5.12.2</junit-bom.version>
225225
<mockito.version>4.11.0</mockito.version>
226226
<jacoco.version>0.8.12</jacoco.version>
227+
<annotation.version>1.3.2</annotation.version>
227228
<flaky-test-groups>flaky | org.apache.ratis.test.tag.FlakyTest</flaky-test-groups>
228229
</properties>
229230

@@ -430,6 +431,11 @@
430431
<artifactId>mockito-core</artifactId>
431432
<version>${mockito.version}</version>
432433
</dependency>
434+
<dependency>
435+
<groupId>javax.annotation</groupId>
436+
<artifactId>javax.annotation-api</artifactId>
437+
<version>${annotation.version}</version>
438+
</dependency>
433439
</dependencies>
434440
</dependencyManagement>
435441

ratis-proto/pom.xml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -175,5 +175,9 @@
175175
<groupId>org.apache.ratis</groupId>
176176
<artifactId>ratis-thirdparty-misc</artifactId>
177177
</dependency>
178+
<dependency>
179+
<groupId>javax.annotation</groupId>
180+
<artifactId>javax.annotation-api</artifactId>
181+
</dependency>
178182
</dependencies>
179183
</project>

0 commit comments

Comments
 (0)