spring-cloud / spring-cloud-dataflow

A microservices-based Streaming and Batch data processing in Cloud Foundry and Kubernetes
https://dataflow.spring.io
Apache License 2.0
1.11k stars 580 forks source link

Remove db2 and oracle drivers #5057

Closed markpollack closed 2 years ago

markpollack commented 2 years ago

in spring-cloud-dataflow-server-core, pom.xml remove

        <dependency>
            <groupId>com.oracle.database.jdbc</groupId>
            <artifactId>ojdbc8</artifactId>
            <scope>runtime</scope>
        </dependency>
        <dependency>
            <groupId>com.ibm.db2</groupId>
            <artifactId>jcc</artifactId>
            <scope>runtime</scope>
        </dependency>
markpollack commented 2 years ago

scan in composed task runner and skipper for the same driver inclusions.