Community Announcements have moved! To stay up to date, please join the new Community Announcements group today. Learn more
×I'm pretty much a n00b with both Spring and Atlassian plugin development, so perhaps I'm just doing something wrong, but here's a simple way to reproduce my scenario:
<dependency> <groupId>org.springframework</groupId> <artifactId>spring-web</artifactId> <version>4.2.8.RELEASE</version>
<scope>provided</scope> </dependency>
The goal here is to be able to use Spring's RestTemplate to connect to an external service.