Commit a8906227b2ef16fbb2e3b2ac26ea9e0a206e6c3a
1 parent
350b03a928
Exists in
master
REPO-1258: Update data-model (master) to use xmlfactory 1.1
- same code as previous, simply released via gitlab (https://gitlab.alfresco.com/platform/alfresco-xml-factory)
Showing
1 changed file
with
7 additions
and
7 deletions
Show diff stats
pom.xml
... | ... | @@ -37,7 +37,7 @@ |
37 | 37 | source/java/org/alfresco/repo/search/impl/parsers/FTSParser.java, |
38 | 38 | source/java/org/alfresco/repo/search/impl/parsers/FTSLexer.java |
39 | 39 | </sonar.exclusions> |
40 | - | |
40 | + | |
41 | 41 | </properties> |
42 | 42 | |
43 | 43 | <build> |
... | ... | @@ -147,19 +147,19 @@ |
147 | 147 | <artifactId>alfresco-core</artifactId> |
148 | 148 | <version>6.5</version> |
149 | 149 | </dependency> |
150 | - <!-- | |
150 | + <!-- | |
151 | 151 | | provided dependencies (are not transitive and not included in webapps) |
152 | 152 | | see http://maven.apache.org/guides/introduction/introduction-to-dependency-mechanism.html#Dependency_Scope |
153 | - --> | |
153 | + --> | |
154 | 154 | <dependency> |
155 | 155 | <groupId>javax.servlet</groupId> |
156 | 156 | <artifactId>servlet-api</artifactId> |
157 | 157 | <version>2.5</version> |
158 | 158 | <scope>provided</scope> |
159 | 159 | </dependency> |
160 | - <!-- | |
160 | + <!-- | |
161 | 161 | | compile dependencies |
162 | - --> | |
162 | + --> | |
163 | 163 | <dependency> |
164 | 164 | <groupId>jaxen</groupId> |
165 | 165 | <artifactId>jaxen</artifactId> |
... | ... | @@ -198,7 +198,7 @@ |
198 | 198 | <exclusions> |
199 | 199 | <exclusion> |
200 | 200 | <groupId>com.sun.xml.messaging.saaj</groupId> |
201 | - <artifactId>saaj-impl</artifactId> | |
201 | + <artifactId>saaj-impl</artifactId> | |
202 | 202 | </exclusion> |
203 | 203 | <exclusion> |
204 | 204 | <groupId>org.jvnet.staxex</groupId> |
... | ... | @@ -240,7 +240,7 @@ |
240 | 240 | <dependency> |
241 | 241 | <groupId>org.alfresco</groupId> |
242 | 242 | <artifactId>alfresco-xmlfactory</artifactId> |
243 | - <version>1.0.3</version> | |
243 | + <version>1.1</version> | |
244 | 244 | </dependency> |
245 | 245 | <dependency> |
246 | 246 | <groupId>xerces</groupId> | ... | ... |