|
31 | 31 |
|
32 | 32 | <groupId>io.wcm.devops.conga.plugins</groupId> |
33 | 33 | <artifactId>io.wcm.devops.conga.plugins.aem.parent</artifactId> |
34 | | - <version>1.14.2</version> |
| 34 | + <version>1.14.4</version> |
35 | 35 | <packaging>pom</packaging> |
36 | 36 |
|
37 | 37 | <name>CONGA AEM Plugin</name> |
|
44 | 44 | <dependencyManagement> |
45 | 45 | <dependencies> |
46 | 46 |
|
| 47 | + <dependency> |
| 48 | + <groupId>io.wcm.devops.conga</groupId> |
| 49 | + <artifactId>io.wcm.devops.conga.generator</artifactId> |
| 50 | + <version>1.13.0</version> |
| 51 | + </dependency> |
| 52 | + <dependency> |
| 53 | + <groupId>io.wcm.devops.conga</groupId> |
| 54 | + <artifactId>conga-maven-plugin</artifactId> |
| 55 | + <version>1.13.0</version> |
| 56 | + </dependency> |
| 57 | + |
| 58 | + <dependency> |
| 59 | + <groupId>io.wcm.devops.conga.plugins</groupId> |
| 60 | + <artifactId>io.wcm.devops.conga.plugins.sling</artifactId> |
| 61 | + <version>1.3.0</version> |
| 62 | + </dependency> |
| 63 | + |
47 | 64 | <dependency> |
48 | 65 | <groupId>io.wcm.devops.conga.plugins</groupId> |
49 | 66 | <artifactId>io.wcm.devops.conga.plugins.ansible</artifactId> |
|
53 | 70 | <dependency> |
54 | 71 | <groupId>io.wcm.tooling.commons</groupId> |
55 | 72 | <artifactId>io.wcm.tooling.commons.content-package-builder</artifactId> |
56 | | - <version>1.5.4</version> |
| 73 | + <version>1.6.2</version> |
57 | 74 | </dependency> |
58 | 75 | <dependency> |
59 | 76 | <groupId>io.wcm.tooling.commons</groupId> |
60 | 77 | <artifactId>io.wcm.tooling.commons.crx-packmgr-helper</artifactId> |
61 | 78 | <version>1.7.4</version> |
62 | 79 | </dependency> |
63 | 80 |
|
| 81 | + <dependency> |
| 82 | + <groupId>com.google.guava</groupId> |
| 83 | + <artifactId>guava</artifactId> |
| 84 | + <version>30.1.1-jre</version> |
| 85 | + </dependency> |
| 86 | + |
| 87 | + <dependency> |
| 88 | + <groupId>org.apache.jackrabbit</groupId> |
| 89 | + <artifactId>filevault-package-maven-plugin</artifactId> |
| 90 | + <version>1.1.2</version> |
| 91 | + </dependency> |
| 92 | + |
| 93 | + <dependency> |
| 94 | + <groupId>com.day.commons</groupId> |
| 95 | + <artifactId>day-commons-any</artifactId> |
| 96 | + <version>2.0.0</version> |
| 97 | + </dependency> |
| 98 | + <dependency> |
| 99 | + <groupId>com.day.commons</groupId> |
| 100 | + <artifactId>day-commons-text</artifactId> |
| 101 | + <version>1.1.10</version> |
| 102 | + </dependency> |
| 103 | + |
| 104 | + <dependency> |
| 105 | + <groupId>org.apache.commons</groupId> |
| 106 | + <artifactId>commons-compress</artifactId> |
| 107 | + <version>1.20</version> |
| 108 | + </dependency> |
| 109 | + <dependency> |
| 110 | + <groupId>commons-cli</groupId> |
| 111 | + <artifactId>commons-cli</artifactId> |
| 112 | + <version>1.4</version> |
| 113 | + </dependency> |
| 114 | + <dependency> |
| 115 | + <groupId>org.apache.commons</groupId> |
| 116 | + <artifactId>commons-lang3</artifactId> |
| 117 | + <version>3.12.0</version> |
| 118 | + </dependency> |
| 119 | + <dependency> |
| 120 | + <groupId>commons-io</groupId> |
| 121 | + <artifactId>commons-io</artifactId> |
| 122 | + <version>2.8.0</version> |
| 123 | + </dependency> |
| 124 | + |
| 125 | + <dependency> |
| 126 | + <groupId>org.apache.sling</groupId> |
| 127 | + <artifactId>org.apache.sling.contentparser.api</artifactId> |
| 128 | + <version>2.0.0</version> |
| 129 | + </dependency> |
| 130 | + <dependency> |
| 131 | + <groupId>org.apache.sling</groupId> |
| 132 | + <artifactId>org.apache.sling.contentparser.json</artifactId> |
| 133 | + <version>2.0.0</version> |
| 134 | + </dependency> |
| 135 | + <dependency> |
| 136 | + <groupId>org.apache.geronimo.specs</groupId> |
| 137 | + <artifactId>geronimo-json_1.1_spec</artifactId> |
| 138 | + <version>1.0</version> |
| 139 | + </dependency> |
| 140 | + <dependency> |
| 141 | + <groupId>org.apache.johnzon</groupId> |
| 142 | + <artifactId>johnzon-core</artifactId> |
| 143 | + <version>1.1.4</version> |
| 144 | + </dependency> |
| 145 | + |
| 146 | + <dependency> |
| 147 | + <groupId>org.apache.jackrabbit</groupId> |
| 148 | + <artifactId>oak-security-spi</artifactId> |
| 149 | + <version>1.8.0</version> |
| 150 | + </dependency> |
| 151 | + <dependency> |
| 152 | + <groupId>org.apache.jackrabbit</groupId> |
| 153 | + <artifactId>oak-commons</artifactId> |
| 154 | + <version>1.8.0</version> |
| 155 | + </dependency> |
| 156 | + |
| 157 | + <!-- Testing --> |
| 158 | + <dependency> |
| 159 | + <groupId>org.xmlunit</groupId> |
| 160 | + <artifactId>xmlunit-core</artifactId> |
| 161 | + <version>2.7.0</version> |
| 162 | + </dependency> |
| 163 | + <dependency> |
| 164 | + <groupId>org.zeroturnaround</groupId> |
| 165 | + <artifactId>zt-zip</artifactId> |
| 166 | + <version>1.14</version> |
| 167 | + </dependency> |
| 168 | + |
64 | 169 | </dependencies> |
65 | 170 | </dependencyManagement> |
66 | 171 |
|
|
0 commit comments