File tree Expand file tree Collapse file tree
tooling/conga-aem-maven-plugin Expand file tree Collapse file tree Original file line number Diff line number Diff line change 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 >
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 >
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 >
You can’t perform that action at this time.
0 commit comments