Using this Maven plugin it is possible accessing to a variable which contains the runtime dependencies of the current Maven project in your POM.xml file.
'com.github.taxone.plugins:classpath-maven-plugin:1.0.0'
<dependency>
<groupId>com.github.taxone.plugins</groupId>
<artifactId>classpath-maven-plugin</artifactId>
<version>1.0.0</version>
</dependency>
<dependency org="com.github.taxone.plugins" name="classpath-maven-plugin" rev="1.0.0"/>
"com.github.taxone.plugins", "classpath-maven-plugin", "1.0.0"