All is in the title. This code doesn't work because the type so isn't recognised by maven.
<dependency>
<groupId>myGroupId</groupId>
<artifactId>libWrap</artifactId>
<version>1.0</version>
<type>so</type>
<scope>runtime</scope>
</dependency>
Any ideas? Thanks,