You will need to manually add the weblogic.jar dependency to your pom.xml to make it work.
In this case, the dependency is:
<dependency>
<groupId>es.oracle</groupId>
<artifactId>wlfullclient</artifactId>
<version>1.0</version>
</dependency>