Skip to content

Commit 56acaf2

Browse files
committed
update dependencies
1 parent 4f5352a commit 56acaf2

1 file changed

Lines changed: 9 additions & 7 deletions

File tree

  • tooling/conga-aem-maven-plugin

tooling/conga-aem-maven-plugin/pom.xml

Lines changed: 9 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -65,6 +65,13 @@
6565
<scope>compile</scope>
6666
</dependency>
6767

68+
<dependency>
69+
<groupId>org.apache.maven.plugin-tools</groupId>
70+
<artifactId>maven-plugin-annotations</artifactId>
71+
<version>3.6.4</version>
72+
<scope>provided</scope>
73+
</dependency>
74+
6875
<dependency>
6976
<groupId>org.apache.maven</groupId>
7077
<artifactId>maven-plugin-api</artifactId>
@@ -95,18 +102,13 @@
95102
<version>${maven.version}</version>
96103
<scope>provided</scope>
97104
</dependency>
105+
98106
<dependency>
99107
<groupId>org.apache.maven</groupId>
100108
<artifactId>maven-archiver</artifactId>
101109
<version>3.5.2</version>
102110
<scope>compile</scope>
103111
</dependency>
104-
<dependency>
105-
<groupId>org.apache.maven.plugin-tools</groupId>
106-
<artifactId>maven-plugin-annotations</artifactId>
107-
<version>3.6.2</version>
108-
<scope>provided</scope>
109-
</dependency>
110112
<dependency>
111113
<groupId>io.wcm.tooling.commons</groupId>
112114
<artifactId>io.wcm.tooling.commons.crx-packmgr-helper</artifactId>
@@ -152,7 +154,7 @@
152154
<plugin>
153155
<groupId>org.apache.maven.plugins</groupId>
154156
<artifactId>maven-plugin-plugin</artifactId>
155-
<version>3.6.2</version>
157+
<version>3.6.4</version>
156158
<configuration>
157159
<goalPrefix>conga-aem</goalPrefix>
158160
<skipErrorNoDescriptorsFound>true</skipErrorNoDescriptorsFound>

0 commit comments

Comments
 (0)