is there any way to moving dependencies from pom.xml to application.properties file?
<dependency>
<groupId>org.postgresql</groupId>
<artifactId>postgresql</artifactId>
<version>42.3.3</version>
</dependency>
somehow move to src/main/resources/application.properties?