Skip to content

Commit

Permalink
AAE-30611 aspectjweaver dependency was missing on test scope
Browse files Browse the repository at this point in the history
  • Loading branch information
wojciech-piotrowiak committed Feb 13, 2025
1 parent f8c056c commit 9d403fc
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,11 @@
<artifactId>activiti-cloud-services-connectors</artifactId>
<name>Activiti Cloud Services :: Connectors</name>
<dependencies>
<dependency>
<groupId>org.aspectj</groupId>
<artifactId>aspectjweaver</artifactId>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.activiti.cloud</groupId>
<artifactId>activiti-cloud-services-events</artifactId>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -212,6 +212,11 @@
<artifactId>activiti-cloud-services-runtime-gateway</artifactId>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.aspectj</groupId>
<artifactId>aspectjweaver</artifactId>
<scope>test</scope>
</dependency>
</dependencies>
<build>
<plugins>
Expand Down

0 comments on commit 9d403fc

Please # to comment.