After reading the official documentation on https://docs.spring.io/spring-cloud-dataflow/docs/current-SNAPSHOT/reference/htmlsingle/#_oracle
its still unclear which pom.xml the dependencies go into and where to put oracle jar file for local spring cloud data-flow server 2.6.0.
Stream Definition
time --trigger.time-unit=SECONDS | httpclient --httpclient.url='******' | jdbc --spring.datas
ource.driver-class-name=oracle.jdbc.OracleDriver --spring.datasource.username='******' --
spring.datasource.schema=PARADYMEADMIN --spring.datasource.url='******' --
spring.datasource.password='******'
During the deployment this is the error org.springframework.boot.context.properties.source.InvalidConfigurationPropertyValueException: Property spring.datasource.schema with value 'ServletContext resource [/PARADYMEADMIN]' is invalid: The specified resource does not exist.