Skip to content

Commit 3aa871c

Browse files
committed
PHOENIX-7680 Add slf4j-api to phoenix-queryserver-it
1 parent 45be9cc commit 3aa871c

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

phoenix-queryserver-it/pom.xml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -218,5 +218,10 @@
218218
<artifactId>log4j-1.2-api</artifactId>
219219
<scope>test</scope>
220220
</dependency>
221+
<dependency>
222+
<groupId>org.slf4j</groupId>
223+
<artifactId>slf4j-api</artifactId>
224+
<scope>test</scope>
225+
</dependency>
221226
</dependencies>
222227
</project>

0 commit comments

Comments
 (0)