Hi Team ,
We are using teiid-engine-9.1.1 jar in one of my project and we are getting the proj4j-0.1.0 jar as a dependency in my project.
Does teiid-runtime-9.1.1 required proj4j-0.1.0 jar ?. Someone can help on this as proj4j ahs vulnerabilities and wanted to remove from application
Below is the pom.xml dependency
<dependency>
<groupId>org.jboss.teiid</groupId>
<artifactId>teiid-engine</artifactId>
<version>9.1.1</version>
</dependency>
If you are not working with any geographic specific features you can try to remove it and test.