Skip to content

Commit 4d3a856

Browse files
committed
[pom] Move aspectj into area where its clear on its usage
1 parent d6c9e17 commit 4d3a856

File tree

1 file changed

+8
-6
lines changed

1 file changed

+8
-6
lines changed

pom.xml

Lines changed: 8 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -157,6 +157,14 @@
157157
<scope>provided</scope>
158158
</dependency>
159159

160+
<dependency>
161+
<groupId>org.aspectj</groupId>
162+
<artifactId>aspectjweaver</artifactId>
163+
<version>1.9.22.1</version>
164+
<scope>compile</scope>
165+
<optional>true</optional>
166+
</dependency>
167+
160168
<!-- Test dependencies -->
161169

162170
<dependency>
@@ -325,12 +333,6 @@
325333
<version>6.1.0</version>
326334
<scope>test</scope>
327335
</dependency>
328-
<dependency>
329-
<groupId>org.aspectj</groupId>
330-
<artifactId>aspectjweaver</artifactId>
331-
<version>1.9.22.1</version>
332-
<optional>true</optional>
333-
</dependency>
334336

335337
<dependency>
336338
<groupId>net.bytebuddy</groupId>

0 commit comments

Comments
 (0)