|
19 | 19 | #L% |
20 | 20 | --> |
21 | 21 |
|
22 | | -<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"> |
| 22 | +<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 https://maven.apache.org/xsd/maven-4.0.0.xsd"> |
23 | 23 | <modelVersion>4.0.0</modelVersion> |
24 | 24 |
|
25 | 25 | <parent> |
26 | 26 | <groupId>io.wcm.devops</groupId> |
27 | 27 | <artifactId>io.wcm.devops.parent_toplevel</artifactId> |
28 | | - <version>1.2.0</version> |
| 28 | + <version>1.2.2</version> |
29 | 29 | <relativePath /> |
30 | 30 | </parent> |
31 | 31 |
|
32 | 32 | <groupId>io.wcm.devops.conga.plugins</groupId> |
33 | 33 | <artifactId>io.wcm.devops.conga.plugins.aem</artifactId> |
34 | | - <version>1.10.0</version> |
| 34 | + <version>1.11.0</version> |
35 | 35 | <packaging>jar</packaging> |
36 | 36 |
|
37 | 37 | <name>CONGA AEM Plugin</name> |
|
53 | 53 | <dependency> |
54 | 54 | <groupId>io.wcm.devops.conga</groupId> |
55 | 55 | <artifactId>io.wcm.devops.conga.generator</artifactId> |
56 | | - <version>1.11.0</version> |
| 56 | + <version>1.13.0</version> |
57 | 57 | <scope>compile</scope> |
58 | 58 | </dependency> |
| 59 | + <dependency> |
| 60 | + <groupId>io.wcm.devops.conga</groupId> |
| 61 | + <artifactId>conga-maven-plugin</artifactId> |
| 62 | + <version>1.13.0</version> |
| 63 | + <scope>provided</scope> |
| 64 | + </dependency> |
59 | 65 |
|
60 | 66 | <dependency> |
61 | 67 | <groupId>io.wcm.devops.conga.plugins</groupId> |
62 | 68 | <artifactId>io.wcm.devops.conga.plugins.sling</artifactId> |
63 | | - <version>1.2.6</version> |
| 69 | + <version>1.3.0</version> |
| 70 | + <scope>compile</scope> |
| 71 | + </dependency> |
| 72 | + |
| 73 | + <dependency> |
| 74 | + <groupId>com.google.guava</groupId> |
| 75 | + <artifactId>guava</artifactId> |
| 76 | + <version>15.0</version> |
64 | 77 | <scope>compile</scope> |
65 | 78 | </dependency> |
66 | 79 |
|
| 80 | + <dependency> |
| 81 | + <groupId>org.apache.jackrabbit</groupId> |
| 82 | + <artifactId>filevault-package-maven-plugin</artifactId> |
| 83 | + <version>1.1.2</version> |
| 84 | + <scope>compile</scope> |
| 85 | + <exclusions> |
| 86 | + <exclusion> |
| 87 | + <groupId>org.apache.maven</groupId> |
| 88 | + <artifactId>*</artifactId> |
| 89 | + </exclusion> |
| 90 | + <exclusion> |
| 91 | + <groupId>org.apache.maven.plugin-tools</groupId> |
| 92 | + <artifactId>*</artifactId> |
| 93 | + </exclusion> |
| 94 | + <exclusion> |
| 95 | + <groupId>org.sonatype.plexus</groupId> |
| 96 | + <artifactId>*</artifactId> |
| 97 | + </exclusion> |
| 98 | + </exclusions> |
| 99 | + </dependency> |
| 100 | + |
67 | 101 | <dependency> |
68 | 102 | <groupId>io.wcm.tooling.commons</groupId> |
69 | 103 | <artifactId>io.wcm.tooling.commons.content-package-builder</artifactId> |
70 | | - <version>1.4.4</version> |
| 104 | + <version>1.5.0</version> |
71 | 105 | <scope>compile</scope> |
72 | 106 | </dependency> |
73 | 107 | <dependency> |
74 | 108 | <groupId>io.wcm.tooling.commons</groupId> |
75 | 109 | <artifactId>io.wcm.tooling.commons.crx-packmgr-helper</artifactId> |
76 | | - <version>1.6.2</version> |
| 110 | + <version>1.6.4</version> |
77 | 111 | <scope>compile</scope> |
78 | 112 | </dependency> |
79 | 113 |
|
|
93 | 127 | <dependency> |
94 | 128 | <groupId>org.apache.commons</groupId> |
95 | 129 | <artifactId>commons-compress</artifactId> |
96 | | - <version>1.19</version> |
| 130 | + <version>1.20</version> |
97 | 131 | <scope>compile</scope> |
98 | 132 | </dependency> |
99 | 133 |
|
100 | 134 | <dependency> |
101 | 135 | <groupId>org.apache.sling</groupId> |
102 | | - <artifactId>org.apache.sling.jcr.contentparser</artifactId> |
103 | | - <version>1.2.6</version> |
| 136 | + <artifactId>org.apache.sling.contentparser.api</artifactId> |
| 137 | + <version>2.0.0</version> |
| 138 | + <scope>compile</scope> |
| 139 | + </dependency> |
| 140 | + <dependency> |
| 141 | + <groupId>org.apache.sling</groupId> |
| 142 | + <artifactId>org.apache.sling.contentparser.json</artifactId> |
| 143 | + <version>2.0.0</version> |
104 | 144 | <scope>compile</scope> |
105 | | - <exclusions> |
106 | | - <exclusion> |
107 | | - <groupId>org.apache.geronimo.specs</groupId> |
108 | | - <artifactId>geronimo-json_1.0_spec</artifactId> |
109 | | - </exclusion> |
110 | | - </exclusions> |
111 | 145 | </dependency> |
112 | 146 | <dependency> |
113 | 147 | <groupId>org.apache.geronimo.specs</groupId> |
|
143 | 177 | <dependency> |
144 | 178 | <groupId>org.xmlunit</groupId> |
145 | 179 | <artifactId>xmlunit-core</artifactId> |
146 | | - <version>2.6.2</version> |
| 180 | + <version>2.6.3</version> |
147 | 181 | <scope>test</scope> |
148 | 182 | </dependency> |
149 | 183 | <dependency> |
150 | 184 | <groupId>org.xmlunit</groupId> |
151 | 185 | <artifactId>xmlunit-legacy</artifactId> |
152 | | - <version>2.6.2</version> |
| 186 | + <version>2.6.3</version> |
153 | 187 | <scope>test</scope> |
154 | 188 | </dependency> |
155 | 189 | <dependency> |
156 | 190 | <groupId>org.zeroturnaround</groupId> |
157 | 191 | <artifactId>zt-zip</artifactId> |
158 | | - <version>1.13</version> |
| 192 | + <version>1.14</version> |
159 | 193 | <scope>test</scope> |
160 | 194 | </dependency> |
161 | 195 |
|
|
0 commit comments