Description
cf: TMDM-10204
The components require jackson-databind-2.4.6.jar
however this one is not needed normally to run the job, following the dependency tree:
[INFO] +- org.springframework.boot:spring-boot-starter-web:jar:1.2.5.RELEASE:test
[INFO] | +- org.springframework.boot:spring-boot-starter-tomcat:jar:1.2.5.RELEASE:test
[INFO] | | +- org.apache.tomcat.embed:tomcat-embed-core:jar:8.0.23:test
[INFO] | | +- org.apache.tomcat.embed:tomcat-embed-el:jar:8.0.23:test
[INFO] | | +- org.apache.tomcat.embed:tomcat-embed-logging-juli:jar:8.0.23:test
[INFO] | | - org.apache.tomcat.embed:tomcat-embed-websocket:jar:8.0.23:test
[INFO] | +- com.fasterxml.jackson.core:jackson-databind:jar:2.4.6:compile
[INFO] | - org.hibernate:hibernate-validator:jar:5.1.3.Final:test
[INFO] | +- javax.validation:validation-api:jar:1.1.0.Final:test
[INFO] | - org.jboss.logging:jboss-logging:jar:3.1.3.GA:test
The dependency here is a test dependency and not runtime.
Attachments
Issue Links
- depends on
-
TCOMP-330 “jetty-util-xxxx.jar” is required for tSalesforceConnnection, but not required for tSalesforceInput
- Closed