… | |
… | |
11 | Unless required by applicable law or agreed to in writing, software |
11 | Unless required by applicable law or agreed to in writing, software |
12 | distributed under the License is distributed on an "AS IS" |
12 | distributed under the License is distributed on an "AS IS" |
13 | BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. |
13 | BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. |
14 | See the License for the specific language governing permissions and |
14 | See the License for the specific language governing permissions and |
15 | limitations under the License. |
15 | limitations under the License. |
|
|
16 | --> |
16 | --><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/maven-v4_0_0.xsd"> |
17 | <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/maven-v4_0_0.xsd"> |
17 | <modelVersion>4.0.0</modelVersion> |
18 | <modelVersion>4.0.0</modelVersion> |
18 | |
19 | |
19 | <name>docsite</name> |
20 | <name>docsite</name> |
20 | <description>Hippo documentation site</description> |
21 | <description>Hippo documentation site</description> |
21 | <groupId>org.onehippo.ecm</groupId> |
22 | <groupId>org.onehippo.ecm</groupId> |
22 | <artifactId>hst_docs</artifactId> |
23 | <artifactId>hst_docs</artifactId> |
23 | <version>1.01.05-SNAPSHOT</version> |
24 | <version>1.01.09</version> |
24 | <packaging>pom</packaging> |
25 | <packaging>pom</packaging> |
25 | |
26 | |
26 | <modules> |
27 | <modules> |
27 | <module>content</module> |
28 | <module>content</module> |
28 | <module>cms</module> |
29 | <module>cms</module> |
29 | <module>site</module> |
30 | <module>site</module> |
30 | <module>import</module> |
31 | <!-- <module>import</module> --> |
31 | <module>import-files</module> |
32 | <module>import-files</module> |
32 | <module>package</module> |
33 | <module>package</module> |
33 | |
|
|
34 | </modules> |
34 | </modules> |
35 | |
35 | |
36 | <properties> |
36 | <properties> |
37 | |
37 | <!-- The import tool is not needed any more. |
38 | <!-- <importtool.version>1.01.08-SNAPSHOT</importtool.version> --> |
38 | The dependency is actually on 1.01.09-SNAPSHOT with LOCAL changes. |
|
|
39 | The local changes are committed in the keep folder. |
|
|
40 | They will be checked in the import tool project later. |
|
|
41 | <hippoecm.version>2.09.03-SNAPSHOT</hippoecm.version> |
|
|
42 | --> |
39 | <importtool.version>1.01.07</importtool.version> |
43 | <importtool.version>1.01.08</importtool.version> |
40 | <hippoecm.version>2.06.10</hippoecm.version> |
44 | <hippoecm.version>2.09.02</hippoecm.version> |
41 | <hst.version>2.03.11</hst.version> |
45 | <hst.version>2.04.01</hst.version> |
42 | |
|
|
43 | |
|
|
44 | <servlet-api.version>2.4</servlet-api.version> |
46 | <servlet-api.version>2.4</servlet-api.version> |
45 | <jstl.version>1.1.2</jstl.version> |
47 | <jstl.version>1.1.2</jstl.version> |
46 | <taglibs.version>1.1.2</taglibs.version> |
48 | <taglibs.version>1.1.2</taglibs.version> |
47 | <javax.jcr.version>1.0</javax.jcr.version> |
49 | <javax.jcr.version>1.0</javax.jcr.version> |
48 | <jta.version>1.1</jta.version> |
50 | <jta.version>1.1</jta.version> |
49 | |
|
|
50 | <slf4j.version>1.5.6</slf4j.version> |
51 | <slf4j.version>1.5.6</slf4j.version> |
51 | <log4j.version>1.2.13</log4j.version> |
52 | <log4j.version>1.2.13</log4j.version> |
52 | |
|
|
53 | <junit.version>4.5</junit.version> |
53 | <junit.version>4.5</junit.version> |
54 | |
|
|
55 | <wagon.ftp.version>1.0-alpha-6</wagon.ftp.version> |
54 | <wagon.ftp.version>1.0-alpha-6</wagon.ftp.version> |
56 | <spring.version>2.5.6</spring.version> |
55 | <spring.version>2.5.6</spring.version> |
57 | <xalan.version>2.4.1</xalan.version> |
56 | <xalan.version>2.4.1</xalan.version> |
58 | <xerces.version>2.3.0</xerces.version> |
57 | <xerces.version>2.3.0</xerces.version> |
59 | <xml-apis.version>2.0.2</xml-apis.version> |
58 | <xml-apis.version>2.0.2</xml-apis.version> |
60 | <commons-proxy.version>1.0</commons-proxy.version> |
59 | <commons-proxy.version>1.0</commons-proxy.version> |
61 | |
60 | <sitemap-feed-component.version>1.01.01</sitemap-feed-component.version> |
|
|
61 | <rss-feed-component.version>1.01.06</rss-feed-component.version> |
|
|
62 | <ehcache.version>1.6.2</ehcache.version> |
|
|
63 | <rome.version>0.8</rome.version> <!-- TODO 1.0? --> |
62 | </properties> |
64 | </properties> |
63 | |
65 | |
64 | <!-- |
66 | <!-- |
65 | Software configuration management (scm): where to find and how to get access to the source repository |
67 | Software configuration management (scm): where to find and how to get access to the source repository |
66 | This is used by normal plugins, but also to autogenerate documentation in .../target/site/source-repository.html |
68 | This is used by normal plugins, but also to autogenerate documentation in .../target/site/source-repository.html |
67 | --> |
69 | --> |
68 | <scm> |
70 | <scm> |
69 | <connection>scm:svn:http://svn.onehippo.org/repos/hippo/hippo-documentation/hst_docs/trunk</connection> |
71 | <connection>scm:svn:http://svn.onehippo.org/repos/hippo/hippo-documentation/hst_docs/tags/Release-HSTTWODOCS-v1_01_09</connection> |
70 | <developerConnection>scm:svn:https://svn.onehippo.org/repos/hippo/hippo-documentation/hst_docs/trunk</developerConnection> |
72 | <developerConnection>scm:svn:https://svn.onehippo.org/repos/hippo/hippo-documentation/hst_docs/tags/Release-HSTTWODOCS-v1_01_09</developerConnection> |
71 | <url>http://svn.onehippo.org/repos/hippo/hippo-documentation/hst_docs/trunk</url> |
73 | <url>http://svn.onehippo.org/repos/hippo/hippo-documentation/hst_docs/tags/Release-HSTTWODOCS-v1_01_09</url> |
72 | </scm> |
74 | </scm> |
73 | |
75 | |
74 | |
|
|
75 | <dependencyManagement> |
76 | <dependencyManagement> |
76 | |
|
|
77 | <dependencies> |
77 | <dependencies> |
78 | |
78 | <dependency> |
|
|
79 | <groupId>net.sf.ehcache</groupId> |
|
|
80 | <artifactId>ehcache</artifactId> |
|
|
81 | <version>${ehcache.version}</version> |
|
|
82 | </dependency> |
|
|
83 | <dependency> |
|
|
84 | <groupId>org.hippoecm.hst.components</groupId> |
|
|
85 | <artifactId>sitemap-feed-component</artifactId> |
|
|
86 | <version>${sitemap-feed-component.version}</version> |
|
|
87 | </dependency> |
79 | <dependency> |
88 | <dependency> |
|
|
89 | <groupId>rome</groupId> |
|
|
90 | <artifactId>rome</artifactId> |
|
|
91 | <version>${rome.version}</version> |
|
|
92 | </dependency> |
|
|
93 | <dependency> |
80 | <groupId>javax.jcr</groupId> |
94 | <groupId>javax.jcr</groupId> |
81 | <artifactId>jcr</artifactId> |
95 | <artifactId>jcr</artifactId> |
82 | <version>${javax.jcr.version}</version> |
96 | <version>${javax.jcr.version}</version> |
83 | <scope>provided</scope> |
97 | <scope>provided</scope> |
84 | </dependency> |
98 | </dependency> |
85 | |
|
|
86 | <dependency> |
99 | <dependency> |
87 | <groupId>javax.activation</groupId> |
100 | <groupId>javax.activation</groupId> |
88 | <artifactId>activation</artifactId> |
101 | <artifactId>activation</artifactId> |
89 | <version>1.1</version> |
102 | <version>1.1</version> |
90 | <scope>provided</scope> |
103 | <scope>provided</scope> |
|
|
104 | <type>jar</type> |
|
|
105 | </dependency> |
91 | </dependency> |
106 | <dependency> |
92 | |
107 | <groupId>javax.transaction</groupId> |
|
|
108 | <artifactId>jta</artifactId> |
|
|
109 | <version>1.1</version> |
|
|
110 | <type>jar</type> |
|
|
111 | </dependency> |
93 | <dependency> |
112 | <dependency> |
94 | <groupId>javax.servlet</groupId> |
113 | <groupId>javax.servlet</groupId> |
95 | <artifactId>servlet-api</artifactId> |
114 | <artifactId>servlet-api</artifactId> |
96 | <version>${servlet-api.version}</version> |
115 | <version>${servlet-api.version}</version> |
97 | <scope>provided</scope> |
116 | <scope>provided</scope> |
98 | </dependency> |
117 | </dependency> |
99 | |
|
|
100 | <dependency> |
118 | <dependency> |
101 | <groupId>javax.servlet</groupId> |
119 | <groupId>javax.servlet</groupId> |
102 | <artifactId>jstl</artifactId> |
120 | <artifactId>jstl</artifactId> |
103 | <version>${jstl.version}</version> |
121 | <version>${jstl.version}</version> |
104 | <scope>runtime</scope> |
122 | <scope>runtime</scope> |
105 | </dependency> |
123 | </dependency> |
106 | |
|
|
107 | <dependency> |
124 | <dependency> |
108 | <groupId>org.apache.geronimo.specs</groupId> |
125 | <groupId>org.apache.geronimo.specs</groupId> |
109 | <artifactId>geronimo-jta_1.1_spec</artifactId> |
126 | <artifactId>geronimo-jta_1.1_spec</artifactId> |
110 | <version>${jta.version}</version> |
127 | <version>${jta.version}</version> |
111 | <scope>provided</scope> |
128 | <scope>provided</scope> |
112 | </dependency> |
129 | </dependency> |
113 | |
|
|
114 | |
|
|
115 | |
|
|
116 | <dependency> |
130 | <dependency> |
117 | <groupId>taglibs</groupId> |
131 | <groupId>taglibs</groupId> |
118 | <artifactId>standard</artifactId> |
132 | <artifactId>standard</artifactId> |
119 | <version>${taglibs.version}</version> |
133 | <version>${taglibs.version}</version> |
120 | <scope>runtime</scope> |
134 | <scope>runtime</scope> |
121 | </dependency> |
135 | </dependency> |
122 | |
|
|
123 | <dependency> |
136 | <dependency> |
124 | <groupId>xml-apis</groupId> |
137 | <groupId>xml-apis</groupId> |
125 | <artifactId>xml-apis</artifactId> |
138 | <artifactId>xml-apis</artifactId> |
126 | <version>${xml-apis.version}</version> |
139 | <version>${xml-apis.version}</version> |
127 | <scope>runtime</scope> |
140 | <scope>runtime</scope> |
128 | </dependency> |
141 | </dependency> |
129 | |
|
|
130 | <dependency> |
142 | <dependency> |
131 | <groupId>xerces</groupId> |
143 | <groupId>xerces</groupId> |
132 | <artifactId>xercesImpl</artifactId> |
144 | <artifactId>xercesImpl</artifactId> |
133 | <version>${xerces.version}</version> |
145 | <version>${xerces.version}</version> |
134 | <scope>runtime</scope> |
146 | <scope>runtime</scope> |
135 | </dependency> |
147 | </dependency> |
136 | |
148 | <!-- |
137 | <dependency> |
149 | <dependency> |
138 | <groupId>xerces</groupId> |
150 | <groupId>xerces</groupId> |
139 | <artifactId>xerces</artifactId> |
151 | <artifactId>xerces</artifactId> |
140 | <version>${xerces.version}</version> |
152 | <version>${xerces.version}</version> |
141 | <scope>runtime</scope> |
153 | <scope>runtime</scope> |
142 | </dependency> |
154 | </dependency> |
143 | |
155 | --> |
144 | <dependency> |
156 | <dependency> |
145 | <groupId>xalan</groupId> |
157 | <groupId>xalan</groupId> |
146 | <artifactId>xalan</artifactId> |
158 | <artifactId>xalan</artifactId> |
147 | <version>${xalan.version}</version> |
159 | <version>${xalan.version}</version> |
148 | <scope>runtime</scope> |
160 | <scope>runtime</scope> |
149 | </dependency> |
161 | </dependency> |
150 | |
162 | <dependency> |
|
|
163 | <groupId>org.hippoecm</groupId> |
|
|
164 | <artifactId>hippo-ecm-api</artifactId> |
|
|
165 | <version>${hippoecm.version}</version> |
|
|
166 | <exclusions> |
|
|
167 | <exclusion> |
|
|
168 | <groupId>javax.jdo</groupId> |
|
|
169 | <artifactId>jdo2-api</artifactId> |
|
|
170 | </exclusion> |
|
|
171 | <exclusion> |
|
|
172 | <groupId>jpox</groupId> |
|
|
173 | <artifactId>jpox-core</artifactId> |
|
|
174 | </exclusion> |
|
|
175 | </exclusions> |
|
|
176 | </dependency> |
|
|
177 | <dependency> |
|
|
178 | <groupId>org.hippoecm</groupId> |
|
|
179 | <artifactId>hippo-ecm-repository-connector</artifactId> |
|
|
180 | <version>${hippoecm.version}</version> |
|
|
181 | <exclusions> |
|
|
182 | <exclusion> |
|
|
183 | <groupId>javax.jdo</groupId> |
|
|
184 | <artifactId>jdo2-api</artifactId> |
|
|
185 | </exclusion> |
|
|
186 | <exclusion> |
|
|
187 | <groupId>jpox</groupId> |
|
|
188 | <artifactId>jpox-core</artifactId> |
|
|
189 | </exclusion> |
|
|
190 | <exclusion> |
|
|
191 | <groupId>xerces</groupId> |
|
|
192 | <artifactId>xercesImpl</artifactId> |
|
|
193 | </exclusion> |
|
|
194 | </exclusions> |
|
|
195 | </dependency> |
151 | <dependency> |
196 | <dependency> |
152 | <groupId>org.slf4j</groupId> |
197 | <groupId>org.slf4j</groupId> |
153 | <artifactId>slf4j-api</artifactId> |
198 | <artifactId>slf4j-api</artifactId> |
154 | <version>${slf4j.version}</version> |
199 | <version>${slf4j.version}</version> |
155 | </dependency> |
200 | </dependency> |
156 | |
|
|
157 | <dependency> |
201 | <dependency> |
158 | <groupId>org.slf4j</groupId> |
202 | <groupId>org.slf4j</groupId> |
159 | <artifactId>jcl-over-slf4j</artifactId> |
203 | <artifactId>jcl-over-slf4j</artifactId> |
160 | <version>${slf4j.version}</version> |
204 | <version>${slf4j.version}</version> |
161 | </dependency> |
205 | </dependency> |
162 | |
|
|
163 | <dependency> |
206 | <dependency> |
164 | <groupId>org.slf4j</groupId> |
207 | <groupId>org.slf4j</groupId> |
165 | <artifactId>slf4j-log4j12</artifactId> |
208 | <artifactId>slf4j-log4j12</artifactId> |
166 | <version>${slf4j.version}</version> |
209 | <version>${slf4j.version}</version> |
167 | <scope>runtime</scope> |
210 | <scope>runtime</scope> |
168 | </dependency> |
211 | </dependency> |
169 | |
|
|
170 | <dependency> |
212 | <dependency> |
171 | <groupId>log4j</groupId> |
213 | <groupId>log4j</groupId> |
172 | <artifactId>log4j</artifactId> |
214 | <artifactId>log4j</artifactId> |
173 | <version>${log4j.version}</version> |
215 | <version>${log4j.version}</version> |
174 | <scope>runtime</scope> |
216 | <scope>runtime</scope> |
175 | </dependency> |
217 | </dependency> |
176 | |
|
|
177 | <!-- Spring Framework --> |
218 | <!-- Spring Framework --> |
178 | |
|
|
179 | <dependency> |
219 | <dependency> |
180 | <groupId>org.springframework</groupId> |
220 | <groupId>org.springframework</groupId> |
181 | <artifactId>spring-core</artifactId> |
221 | <artifactId>spring-core</artifactId> |
182 | <version>${spring.version}</version> |
222 | <version>${spring.version}</version> |
183 | <exclusions> |
223 | <exclusions> |
… | |
… | |
185 | <groupId>commons-logging</groupId> |
225 | <groupId>commons-logging</groupId> |
186 | <artifactId>commons-logging</artifactId> |
226 | <artifactId>commons-logging</artifactId> |
187 | </exclusion> |
227 | </exclusion> |
188 | </exclusions> |
228 | </exclusions> |
189 | </dependency> |
229 | </dependency> |
190 | |
|
|
191 | <dependency> |
230 | <dependency> |
192 | <groupId>org.springframework</groupId> |
231 | <groupId>org.springframework</groupId> |
193 | <artifactId>spring-web</artifactId> |
232 | <artifactId>spring-web</artifactId> |
194 | <version>${spring.version}</version> |
233 | <version>${spring.version}</version> |
195 | <exclusions> |
234 | <exclusions> |
… | |
… | |
197 | <groupId>commons-logging</groupId> |
236 | <groupId>commons-logging</groupId> |
198 | <artifactId>commons-logging</artifactId> |
237 | <artifactId>commons-logging</artifactId> |
199 | </exclusion> |
238 | </exclusion> |
200 | </exclusions> |
239 | </exclusions> |
201 | </dependency> |
240 | </dependency> |
202 | |
|
|
203 | <dependency> |
241 | <dependency> |
204 | <groupId>org.springframework</groupId> |
242 | <groupId>org.springframework</groupId> |
205 | <artifactId>spring-webmvc</artifactId> |
243 | <artifactId>spring-webmvc</artifactId> |
206 | <version>${spring.version}</version> |
244 | <version>${spring.version}</version> |
207 | <exclusions> |
245 | <exclusions> |
… | |
… | |
209 | <groupId>commons-logging</groupId> |
247 | <groupId>commons-logging</groupId> |
210 | <artifactId>commons-logging</artifactId> |
248 | <artifactId>commons-logging</artifactId> |
211 | </exclusion> |
249 | </exclusion> |
212 | </exclusions> |
250 | </exclusions> |
213 | </dependency> |
251 | </dependency> |
214 | |
|
|
215 | <dependency> |
252 | <dependency> |
216 | <groupId>org.springframework</groupId> |
253 | <groupId>org.springframework</groupId> |
217 | <artifactId>spring-aop</artifactId> |
254 | <artifactId>spring-aop</artifactId> |
218 | <version>${spring.version}</version> |
255 | <version>${spring.version}</version> |
219 | <exclusions> |
256 | <exclusions> |
… | |
… | |
221 | <groupId>commons-logging</groupId> |
258 | <groupId>commons-logging</groupId> |
222 | <artifactId>commons-logging</artifactId> |
259 | <artifactId>commons-logging</artifactId> |
223 | </exclusion> |
260 | </exclusion> |
224 | </exclusions> |
261 | </exclusions> |
225 | </dependency> |
262 | </dependency> |
226 | |
|
|
227 | <dependency> |
263 | <dependency> |
228 | <groupId>org.hippoecm</groupId> |
264 | <groupId>org.hippoecm</groupId> |
229 | <artifactId>hippo-ecm-package-war</artifactId> |
265 | <artifactId>hippo-ecm-package-war</artifactId> |
230 | <version>${hippoecm.version}</version> |
266 | <version>${hippoecm.version}</version> |
231 | <type>war</type> |
267 | <type>war</type> |
232 | </dependency> |
268 | </dependency> |
233 | |
269 | <dependency> |
|
|
270 | <groupId>org.hippoecm</groupId> |
|
|
271 | <artifactId>hippo-ecm-repository-application</artifactId> |
|
|
272 | <version>${hippoecm.version}</version> |
|
|
273 | <type>war</type> |
|
|
274 | </dependency> |
234 | <dependency> |
275 | <dependency> |
235 | <groupId>org.onehippo.ecm.hst</groupId> |
276 | <groupId>org.onehippo.ecm.hst</groupId> |
236 | <artifactId>hst-api</artifactId> |
277 | <artifactId>hst-api</artifactId> |
237 | <version>${hst.version}</version> |
278 | <version>${hst.version}</version> |
238 | <type>jar</type> |
279 | <type>jar</type> |
239 | </dependency> |
280 | </dependency> |
240 | |
|
|
241 | <dependency> |
281 | <dependency> |
242 | <groupId>org.onehippo.ecm.hst</groupId> |
282 | <groupId>org.onehippo.ecm.hst</groupId> |
243 | <artifactId>hst-commons</artifactId> |
283 | <artifactId>hst-commons</artifactId> |
244 | <version>${hst.version}</version> |
284 | <version>${hst.version}</version> |
245 | <type>jar</type> |
285 | <type>jar</type> |
246 | </dependency> |
286 | </dependency> |
247 | |
|
|
248 | <dependency> |
287 | <dependency> |
249 | <groupId>org.onehippo.ecm.hst</groupId> |
288 | <groupId>org.onehippo.ecm.hst</groupId> |
250 | <artifactId>hst-content-beans</artifactId> |
289 | <artifactId>hst-content-beans</artifactId> |
251 | <version>${hst.version}</version> |
290 | <version>${hst.version}</version> |
252 | <type>jar</type> |
291 | <type>jar</type> |
253 | </dependency> |
292 | </dependency> |
254 | |
|
|
255 | <dependency> |
293 | <dependency> |
256 | <groupId>org.onehippo.ecm.hst</groupId> |
294 | <groupId>org.onehippo.ecm.hst</groupId> |
257 | <artifactId>hst-ocm</artifactId> |
295 | <artifactId>hst-ocm</artifactId> |
258 | <version>${hst.version}</version> |
296 | <version>${hst.version}</version> |
259 | <type>jar</type> |
297 | <type>jar</type> |
260 | </dependency> |
298 | </dependency> |
261 | |
|
|
262 | <dependency> |
299 | <dependency> |
263 | <groupId>org.onehippo.ecm.hst</groupId> |
300 | <groupId>org.onehippo.ecm.hst</groupId> |
264 | <artifactId>hst-client</artifactId> |
301 | <artifactId>hst-client</artifactId> |
265 | <version>${hst.version}</version> |
302 | <version>${hst.version}</version> |
266 | <type>jar</type> |
303 | <type>jar</type> |
267 | </dependency> |
304 | </dependency> |
268 | |
|
|
269 | <!-- |
305 | <!-- |
270 | HST Core Component library can be used only as runtime scope. |
306 | HST Core Component library can be used only as runtime scope. |
271 | The HST client applications should not be dependent on HST-CORE component library |
307 | The HST client applications should not be dependent on HST-CORE component library |
272 | because HST-CORE library will not be provided under portal environment. |
308 | because HST-CORE library will not be provided under portal environment. |
273 | --> |
309 | --> |
… | |
… | |
276 | <artifactId>hst-core</artifactId> |
312 | <artifactId>hst-core</artifactId> |
277 | <version>${hst.version}</version> |
313 | <version>${hst.version}</version> |
278 | <type>jar</type> |
314 | <type>jar</type> |
279 | <scope>runtime</scope> |
315 | <scope>runtime</scope> |
280 | </dependency> |
316 | </dependency> |
|
|
317 | <!-- force correct version to prevent double jars --> |
|
|
318 | <dependency> |
|
|
319 | <groupId>org.apache.jackrabbit</groupId> |
|
|
320 | <artifactId>jackrabbit-jcr-commons</artifactId> |
|
|
321 | <version>1.5.5</version> |
|
|
322 | </dependency> |
281 | |
323 | |
282 | <dependency> |
324 | <dependency> |
283 | <groupId>org.onehippo.ecm.hst.toolkit-resources.addon.toolkit-cnd</groupId> |
325 | <groupId>org.onehippo.ecm.hst.toolkit-resources.addon.toolkit-cnd</groupId> |
284 | <artifactId>hst-addon-cnd_7_1</artifactId> |
326 | <artifactId>hst-addon-cnd_7_2</artifactId> |
285 | <version>${hst.version}</version> |
327 | <version>${hst.version}</version> |
286 | <type>jar</type> |
328 | <type>jar</type> |
287 | </dependency> |
329 | </dependency> |
288 | |
|
|
289 | <dependency> |
330 | <dependency> |
290 | <groupId>org.onehippo.ecm.hst.toolkit-resources.addon</groupId> |
331 | <groupId>org.onehippo.ecm.hst.toolkit-resources.addon</groupId> |
291 | <artifactId>hst-addon-repository</artifactId> |
332 | <artifactId>hst-addon-repository</artifactId> |
292 | <version>${hst.version}</version> |
333 | <version>${hst.version}</version> |
293 | <type>jar</type> |
334 | <type>jar</type> |
294 | </dependency> |
335 | </dependency> |
295 | |
|
|
296 | <dependency> |
|
|
297 | <groupId>org.onehippo.ecm.hst.toolkit-resources.addon</groupId> |
|
|
298 | <artifactId>hst-addon-configuration-editor-frontend</artifactId> |
|
|
299 | <version>${hst.version}</version> |
|
|
300 | <type>jar</type> |
|
|
301 | </dependency> |
336 | <dependency> |
302 | |
337 | <groupId>org.onehippo.ecm.hst-addon-configuration-editor</groupId> |
|
|
338 | <artifactId>frontend</artifactId> |
|
|
339 | <version>1.01.00</version> |
|
|
340 | <type>jar</type> |
303 | <dependency> |
341 | </dependency> |
304 | <groupId>org.onehippo.ecm.hst.toolkit-resources.addon</groupId> |
|
|
305 | <artifactId>hst-addon-configuration-editor-repository</artifactId> |
|
|
306 | <version>${hst.version}</version> |
|
|
307 | <type>jar</type> |
|
|
308 | </dependency> |
342 | <dependency> |
309 | |
343 | <groupId>org.onehippo.ecm.hst-addon-configuration-editor</groupId> |
|
|
344 | <artifactId>repository</artifactId> |
|
|
345 | <version>1.01.00</version> |
|
|
346 | <type>jar</type> |
|
|
347 | </dependency> |
310 | <dependency> |
348 | <dependency> |
311 | <groupId>org.springframework</groupId> |
349 | <groupId>org.springframework</groupId> |
312 | <artifactId>spring-test</artifactId> |
350 | <artifactId>spring-test</artifactId> |
313 | <version>${spring.version}</version> |
351 | <version>${spring.version}</version> |
314 | <scope>test</scope> |
352 | <scope>test</scope> |
315 | </dependency> |
353 | </dependency> |
316 | |
|
|
317 | <dependency> |
354 | <dependency> |
318 | <groupId>junit</groupId> |
355 | <groupId>junit</groupId> |
319 | <artifactId>junit</artifactId> |
356 | <artifactId>junit</artifactId> |
320 | <version>${junit.version}</version> |
357 | <version>${junit.version}</version> |
321 | <scope>test</scope> |
358 | <scope>test</scope> |
322 | </dependency> |
359 | </dependency> |
323 | |
|
|
324 | <dependency> |
360 | <dependency> |
325 | <groupId>commons-lang</groupId> |
361 | <groupId>commons-lang</groupId> |
326 | <artifactId>commons-lang</artifactId> |
362 | <artifactId>commons-lang</artifactId> |
327 | <version>2.4</version> |
363 | <version>2.4</version> |
328 | </dependency> |
364 | </dependency> |
329 | |
|
|
330 | </dependencies> |
365 | </dependencies> |
331 | |
|
|
332 | </dependencyManagement> |
366 | </dependencyManagement> |
333 | |
|
|
334 | <repositories> |
367 | <repositories> |
|
|
368 | <repository> |
|
|
369 | <id>sitemap-feed-repo</id> |
|
|
370 | <name>Sitemap Feed repository.</name> |
|
|
371 | <url>http://forge.hippo-ecm.org/svn/sitemap/maven2/</url> |
|
|
372 | <releases> |
|
|
373 | <updatePolicy>never</updatePolicy> |
|
|
374 | </releases> |
|
|
375 | </repository> |
|
|
376 | <repository> |
|
|
377 | <id>rss-feed-repo</id> |
|
|
378 | <name>RSS Feed component repository.</name> |
|
|
379 | <url>http://forge.hippo-ecm.org/svn/rss/maven2/</url> |
|
|
380 | <releases> |
|
|
381 | <updatePolicy>never</updatePolicy> |
|
|
382 | </releases> |
|
|
383 | </repository> |
335 | <repository> |
384 | <repository> |
336 | <id>hippo</id> |
385 | <id>hippo</id> |
337 | <name>Hippo maven 2 repository.</name> |
386 | <name>Hippo maven 2 repository.</name> |
338 | <url>http://repository.hippocms.org/maven2/</url> |
387 | <url>http://repository.hippocms.org/maven2/</url> |
339 | <snapshots /> |
388 | <snapshots /> |
… | |
… | |
350 | <releases> |
399 | <releases> |
351 | <updatePolicy>never</updatePolicy> |
400 | <updatePolicy>never</updatePolicy> |
352 | </releases> |
401 | </releases> |
353 | <layout>legacy</layout> |
402 | <layout>legacy</layout> |
354 | </repository> |
403 | </repository> |
355 | <repository> |
404 | <repository> |
356 | <id>forge-import-tool</id> |
405 | <id>forge-import-tool</id> |
357 | <name>Hippoforge import tool plugin repository.</name> |
406 | <name>Hippoforge import tool plugin repository.</name> |
358 | <url>http://forge.onehippo.org/svn/import-tool/maven2</url> |
407 | <url>http://forge.onehippo.org/svn/import-tool/maven2</url> |
359 | <snapshots /> |
408 | <snapshots /> |
360 | <releases> |
409 | <releases> |
361 | <updatePolicy>never</updatePolicy> |
410 | <updatePolicy>never</updatePolicy> |
362 | </releases> |
411 | </releases> |
363 | <layout>default</layout> |
412 | <layout>default</layout> |
364 | </repository> |
413 | </repository> |
365 | </repositories> |
414 | </repositories> |
366 | |
|
|
367 | <pluginRepositories> |
415 | <pluginRepositories> |
368 | <pluginRepository> |
416 | <pluginRepository> |
369 | <id>hippo</id> |
417 | <id>hippo</id> |
370 | <name>Hippo Maven 2 Repository</name> |
418 | <name>Hippo Maven 2 Repository</name> |
371 | <url>http://repository.hippocms.org/maven2</url> |
419 | <url>http://repository.hippocms.org/maven2</url> |
… | |
… | |
379 | <releases> |
427 | <releases> |
380 | <updatePolicy>never</updatePolicy> |
428 | <updatePolicy>never</updatePolicy> |
381 | </releases> |
429 | </releases> |
382 | </pluginRepository> |
430 | </pluginRepository> |
383 | </pluginRepositories> |
431 | </pluginRepositories> |
384 | |
|
|
385 | <build> |
432 | <build> |
386 | <defaultGoal>package</defaultGoal> |
433 | <defaultGoal>package</defaultGoal> |
387 | <pluginManagement> |
434 | <pluginManagement> |
388 | <plugins> |
435 | <plugins> |
389 | <plugin> |
436 | <plugin> |
… | |
… | |
401 | </configuration> |
448 | </configuration> |
402 | </plugin> |
449 | </plugin> |
403 | </plugins> |
450 | </plugins> |
404 | </pluginManagement> |
451 | </pluginManagement> |
405 | </build> |
452 | </build> |
406 | |
|
|
407 | </project> |
453 | </project> |