File tree Expand file tree Collapse file tree 1 file changed +46
-0
lines changed
powertools-idempotency/powertools-idempotency-dynamodb Expand file tree Collapse file tree 1 file changed +46
-0
lines changed 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 >
71
77
</dependencies >
72
78
<build >
73
79
<plugins >
83
89
</archive >
84
90
</configuration >
85
91
</plugin >
92
+ <plugin >
93
+ <groupId >dev.aspectj</groupId >
94
+ <artifactId >aspectj-maven-plugin</artifactId >
95
+ <version >${aspectj-maven-plugin.version} </version >
96
+ <configuration >
97
+ <source >${maven.compiler.source} </source >
98
+ <target >${maven.compiler.target} </target >
99
+ <complianceLevel >${maven.compiler.target} </complianceLevel >
100
+ <Xlint >ignore</Xlint >
101
+ <encoding >${project.build.sourceEncoding} </encoding >
102
+ <aspectLibraries >
103
+ <aspectLibrary >
104
+ <groupId >software.amazon.lambda</groupId >
105
+ <artifactId >powertools-idempotency-core</artifactId >
106
+ </aspectLibrary >
107
+ </aspectLibraries >
108
+ `
109
+ </configuration >
110
+ <executions >
111
+ <execution >
112
+ <phase >process-sources</phase >
113
+ <goals >
114
+ <goal >compile</goal >
115
+ <goal >test-compile</goal >
116
+ </goals >
117
+ </execution >
118
+ </executions >
119
+ <dependencies >
120
+ <dependency >
121
+ <groupId >org.aspectj</groupId >
122
+ <artifactId >aspectjrt</artifactId >
123
+ <version >${aspectj.version} </version >
124
+ </dependency >
125
+ <dependency >
126
+ <groupId >org.aspectj</groupId >
127
+ <artifactId >aspectjtools</artifactId >
128
+ <version >${aspectj.version} </version >
129
+ </dependency >
130
+ </dependencies >
131
+ </plugin >
86
132
</plugins >
87
133
</build >
88
134
</project >
You can’t perform that action at this time.
0 commit comments