You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: pom.xml
+17Lines changed: 17 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -278,6 +278,20 @@
278
278
<scope>runtime</scope>
279
279
</dependency>
280
280
281
+
<dependency>
282
+
<groupId>org.webjars.npm</groupId>
283
+
<artifactId>react</artifactId>
284
+
<version>${react.version}</version>
285
+
<scope>runtime</scope>
286
+
</dependency>
287
+
288
+
<dependency>
289
+
<groupId>org.webjars.npm</groupId>
290
+
<artifactId>react-dom</artifactId>
291
+
<version>${react.version}</version>
292
+
<scope>runtime</scope>
293
+
</dependency>
294
+
281
295
<!-- For mocking of non-interface types -->
282
296
<dependency>
283
297
<groupId>cglib</groupId>
@@ -549,6 +563,9 @@
549
563
<!-- Redefine default value from spring-boot-dependencies (https://github.com/spring-projects/spring-boot/blob/v1.5.21.RELEASE/spring-boot-dependencies/pom.xml) -->
0 commit comments