File tree Expand file tree Collapse file tree 2 files changed +0
-14
lines changed
powertools-idempotency/powertools-idempotency-dynamodb Expand file tree Collapse file tree 2 files changed +0
-14
lines changed Original file line number Diff line number Diff line change 402
402
</configuration >
403
403
<executions >
404
404
<execution >
405
- <phase >process-sources</phase >
406
405
<goals >
407
406
<goal >compile</goal >
408
407
<goal >test-compile</goal >
Original file line number Diff line number Diff line change 68
68
<scope >test</scope >
69
69
<type >dylib</type >
70
70
</dependency >
71
- <dependency >
72
- <groupId >org.aspectj</groupId >
73
- <artifactId >aspectjrt</artifactId >
74
- <version >${aspectj.version} </version >
75
- <scope >test</scope >
76
- </dependency >
77
71
</dependencies >
78
72
<build >
79
73
<plugins >
105
99
<artifactId >powertools-idempotency-core</artifactId >
106
100
</aspectLibrary >
107
101
</aspectLibraries >
108
- `
109
102
</configuration >
110
103
<executions >
111
104
<execution >
112
- <phase >process-sources</phase >
113
105
<goals >
114
106
<goal >compile</goal >
115
107
<goal >test-compile</goal >
116
108
</goals >
117
109
</execution >
118
110
</executions >
119
111
<dependencies >
120
- <dependency >
121
- <groupId >org.aspectj</groupId >
122
- <artifactId >aspectjrt</artifactId >
123
- <version >${aspectj.version} </version >
124
- </dependency >
125
112
<dependency >
126
113
<groupId >org.aspectj</groupId >
127
114
<artifactId >aspectjtools</artifactId >
You can’t perform that action at this time.
0 commit comments