Have this dependency: <!-- AEM6.x dependency --> <dependency> <groupId>com.adobe.aem</groupId> <artifactId>uber-jar</artifactId> <version>6.2.0-SP1</version> <!-- for AEM6.1 use this version : <version>6.1.0</version> --> <!-- for ...
The aemserver user must be used to connect AEM with Campaign.To connect Campaign with AEM use admin or campaign-remote.To better debug this check on the logfiles in AEM what happens when you request the newsletters from Campaign.
add this dependency <dependency> <groupId>javax.inject</groupId> <artifactId>javax.inject</artifactId> <version>1</version> <scope>provided</scope> </dependency> and make sure to use the 6.2 uber-jar