Skip to content

Commit 8f7966a

Browse files
Sourabh Dilrajshubhluck
authored andcommitted
ODP-2667 : Add scala-reflect dependency to core/pom.xml
1 parent 8d9ae46 commit 8f7966a

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

core/pom.xml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -230,6 +230,11 @@
230230
<groupId>org.scala-lang</groupId>
231231
<artifactId>scala-library</artifactId>
232232
</dependency>
233+
<dependency>
234+
<groupId>org.scala-lang</groupId>
235+
<artifactId>scala-reflect</artifactId>
236+
<version>${scala.version}</version>
237+
</dependency>
233238
<dependency>
234239
<groupId>org.json4s</groupId>
235240
<artifactId>json4s-jackson_${scala.binary.version}</artifactId>

0 commit comments

Comments
 (0)