mirror of https://github.com/apache/nifi.git
NIFI-11412 Upgraded AspectJ Weaver to 1.9.19 for MiNiFi
This closes #7143 Signed-off-by: David Handermann <exceptionfactory@apache.org>
This commit is contained in:
parent
0160d6d6b9
commit
732a55ab2b
|
@ -717,7 +717,7 @@ limitations under the License.
|
|||
<dependency>
|
||||
<groupId>org.aspectj</groupId>
|
||||
<artifactId>aspectjweaver</artifactId>
|
||||
<version>1.8.5</version>
|
||||
<version>${aspectj.version}</version>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>cglib</groupId>
|
||||
|
|
Loading…
Reference in New Issue