Skip to content

Commit f63a3c8

Browse files
committed
added jackson databind back to the pom.xml (had forgotten to put it back
after reverting to J17
1 parent b8d0643 commit f63a3c8

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

helidon-storefront-full/pom.xml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -142,10 +142,10 @@ SOFTWARE. -->
142142
<!-- not quite sure why it fails to run withouh this entry, given this
143143
package is imported elsewhere,
144144
but it seems to fail if this isn't present on my system at least -->
145-
<!-- <dependency>-->
146-
<!-- <groupId>com.fasterxml.jackson.core</groupId>-->
147-
<!-- <artifactId>jackson-databind</artifactId>-->
148-
<!-- </dependency>-->
145+
<dependency>
146+
<groupId>com.fasterxml.jackson.core</groupId>
147+
<artifactId>jackson-databind</artifactId>
148+
</dependency>
149149
<!-- SLF4J is a logging facade that let's us change the actual logger
150150
used
151151
under the covers without changing our code, slf4j-jdk14 is for output to

0 commit comments

Comments
 (0)