When trying to add SlidingMenu as a dependecy like below:
<dependency>
<groupId>com.slidingmenu</groupId>
<artifactId>parent</artifactId>
<version>1.2</version>
<type>pom</type>
</dependency>
I get an error saying it cannot find SlidingMenu. Is the dependency correct? I haven't found it defined anywhere.