1 | <?xml version="1.0" encoding="UTF-8"?> |
1 | <?xml version="1.0" encoding="UTF-8"?> |
2 | <!-- |
2 | <!-- |
3 | Copyright 2007-2008 Hippo. |
3 | Copyright 2007-2011 Hippo. |
4 | |
4 | |
5 | Licensed under the Apache License, Version 2.0 (the "License"); |
5 | Licensed under the Apache License, Version 2.0 (the "License"); |
6 | you may not use this file except in compliance with the License. |
6 | you may not use this file except in compliance with the License. |
7 | You may obtain a copy of the License at |
7 | You may obtain a copy of the License at |
8 | |
8 | |
… | |
… | |
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 | <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"> |
18 | <modelVersion>4.0.0</modelVersion> |
18 | <modelVersion>4.0.0</modelVersion> |
19 | |
19 | |
20 | <parent> |
20 | <parent> |
21 | <groupId>org.onehippo.jcr.console</groupId> |
21 | <groupId>org.onehippo.jcr.console</groupId> |
22 | <artifactId>jcr-repo-console</artifactId> |
22 | <artifactId>jcr-console</artifactId> |
23 | <version>1.01.00-SNAPSHOT</version> |
23 | <version>1.01.00-SNAPSHOT</version> |
24 | </parent> |
24 | </parent> |
25 | |
25 | |
26 | <name>JCR Repository Console Engine</name> |
26 | <name>JCR Console Engine</name> |
27 | <description>JCR Repository Console Wicket Plugin Framework for use by frontend applications and components</description> |
27 | <description>JCR Console Wicket Plugin Framework for use by frontend applications and components</description> |
28 | <artifactId>jcr-repo-console-engine</artifactId> |
28 | <artifactId>jcr-console-engine</artifactId> |
29 | |
29 | |
30 | <packaging>jar</packaging> |
30 | <packaging>jar</packaging> |
31 | |
31 | |
32 | <dependencies> |
32 | <dependencies> |
33 | <dependency> |
33 | <dependency> |
34 | <groupId>org.onehippo.jcr.console</groupId> |
34 | <groupId>org.onehippo.jcr.console</groupId> |
35 | <artifactId>jcr-repo-console-api</artifactId> |
35 | <artifactId>jcr-console-api</artifactId> |
36 | <version>${project.version}</version> |
36 | <version>${project.version}</version> |
37 | <scope>provided</scope> |
37 | <scope>provided</scope> |
38 | </dependency> |
38 | </dependency> |
39 | <!-- FIXME: this dependency MUST ABSOLUTELY be removed before next GA release --> |
39 | <!-- FIXME: this dependency MUST ABSOLUTELY be removed before next GA release --> |
40 | <dependency> |
40 | <dependency> |