0
Q
AOP의 구성은
A
답변
0
문제가 해결되었습니다. 호환되지 않는 종속성 때문이었습니다.
pom.xml에 내 bitbucket의 버전과 동일한 버전 번호를 추가해야만했습니다.
<dependency>
<groupId>com.atlassian.bitbucket.server</groupId>
<artifactId>bitbucket-git-api</artifactId>
<scope>provided</scope>
<version>${bitbucket.version}</version>
</dependency>