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