… | |
… | |
18 | <modelVersion>4.0.0</modelVersion> |
18 | <modelVersion>4.0.0</modelVersion> |
19 | |
19 | |
20 | <parent> |
20 | <parent> |
21 | <groupId>org.onehippo.cms7</groupId> |
21 | <groupId>org.onehippo.cms7</groupId> |
22 | <artifactId>hippo-cms7-project</artifactId> |
22 | <artifactId>hippo-cms7-project</artifactId> |
23 | <version>13</version> |
23 | <version>14-SNAPSHOT</version> |
24 | </parent> |
24 | </parent> |
25 | |
25 | |
26 | <name>JCR Diff</name> |
26 | <name>JCR Diff</name> |
27 | <description>Diff & patch tooling for JCR (remote) repositories</description> |
27 | <description>Diff & patch tooling for JCR (remote) repositories</description> |
28 | |
28 | |
… | |
… | |
117 | <groupId>xpp3</groupId> |
117 | <groupId>xpp3</groupId> |
118 | <artifactId>xpp3</artifactId> |
118 | <artifactId>xpp3</artifactId> |
119 | <version>${xpp3.version}</version> |
119 | <version>${xpp3.version}</version> |
120 | </dependency> |
120 | </dependency> |
121 | |
121 | |
122 | <dependency> |
|
|
123 | <groupId>javax.jcr</groupId> |
|
|
124 | <artifactId>jcr</artifactId> |
|
|
125 | <version>${javax.jcr.version}</version> |
|
|
126 | <scope>provided</scope> |
|
|
127 | </dependency> |
|
|
128 | <dependency> |
|
|
129 | <groupId>javax.servlet</groupId> |
|
|
130 | <artifactId>servlet-api</artifactId> |
|
|
131 | <version>${servlet-api.version}</version> |
|
|
132 | <scope>provided</scope> |
|
|
133 | </dependency> |
|
|
134 | <dependency> |
|
|
135 | <groupId>org.slf4j</groupId> |
|
|
136 | <artifactId>slf4j-api</artifactId> |
|
|
137 | <version>${slf4j.version}</version> |
|
|
138 | <scope>provided</scope> |
|
|
139 | </dependency> |
|
|
140 | |
|
|
141 | <!-- test dependencies --> |
122 | <!-- test dependencies --> |
142 | <dependency> |
123 | <dependency> |
143 | <groupId>org.apache.jackrabbit</groupId> |
124 | <groupId>org.apache.jackrabbit</groupId> |
144 | <artifactId>jackrabbit-core</artifactId> |
125 | <artifactId>jackrabbit-core</artifactId> |
145 | <version>${jackrabbit.version}</version> |
126 | <version>${jackrabbit.version}</version> |
… | |
… | |
147 | </dependency> |
128 | </dependency> |
148 | <dependency> |
129 | <dependency> |
149 | <groupId>junit</groupId> |
130 | <groupId>junit</groupId> |
150 | <artifactId>junit</artifactId> |
131 | <artifactId>junit</artifactId> |
151 | <version>${junit.version}</version> |
132 | <version>${junit.version}</version> |
152 | <scope>test</scope> |
|
|
153 | </dependency> |
|
|
154 | <dependency> |
|
|
155 | <groupId>org.slf4j</groupId> |
|
|
156 | <artifactId>slf4j-log4j12</artifactId> |
|
|
157 | <version>${slf4j.version}</version> |
|
|
158 | <scope>test</scope> |
|
|
159 | </dependency> |
|
|
160 | <dependency> |
|
|
161 | <groupId>org.slf4j</groupId> |
|
|
162 | <artifactId>jcl-over-slf4j</artifactId> |
|
|
163 | <version>${slf4j.version}</version> |
|
|
164 | <scope>test</scope> |
133 | <scope>test</scope> |
165 | </dependency> |
134 | </dependency> |
166 | <dependency> |
135 | <dependency> |
167 | <groupId>org.mortbay.jetty</groupId> |
136 | <groupId>org.mortbay.jetty</groupId> |
168 | <artifactId>jetty</artifactId> |
137 | <artifactId>jetty</artifactId> |