We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b8d0643 commit f63a3c8Copy full SHA for f63a3c8
helidon-storefront-full/pom.xml
@@ -142,10 +142,10 @@ SOFTWARE. -->
142
<!-- not quite sure why it fails to run withouh this entry, given this
143
package is imported elsewhere,
144
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>-->
+ <dependency>
+ <groupId>com.fasterxml.jackson.core</groupId>
+ <artifactId>jackson-databind</artifactId>
+ </dependency>
149
<!-- SLF4J is a logging facade that let's us change the actual logger
150
used
151
under the covers without changing our code, slf4j-jdk14 is for output to
0 commit comments