pom.xml 25.7 KB
Newer Older
Z
Zhou Rui 已提交
1 2
<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/xsd/maven-4.0.0.xsd">
R
roo00 已提交
3 4 5 6 7 8 9
	<modelVersion>4.0.0</modelVersion>
	<groupId>o2oa</groupId>
	<artifactId>o2server</artifactId>
	<version>4.0.5</version>
	<packaging>pom</packaging>
	<modules>
		<module>x_base_core_project</module>
R
roo00 已提交
10 11
		<!-- 顺序 -->
		<module>x_query_core_entity</module>
R
roo00 已提交
12 13 14 15
		<module>x_attendance_core_entity</module>
		<module>x_bbs_core_entity</module>
		<module>x_calendar_core_entity</module>
		<module>x_cms_core_entity</module>
R
roo00 已提交
16
		<module>x_cms_core_express</module>
R
roo00 已提交
17 18 19 20
		<module>x_component_core_entity</module>
		<module>x_file_core_entity</module>
		<module>x_general_core_entity</module>
		<module>x_hotpic_core_entity</module>
R
roo00 已提交
21
		<module>x_jpush_core_entity</module>
R
roo00 已提交
22 23 24 25 26 27 28
		<module>x_meeting_core_entity</module>
		<module>x_message_core_entity</module>
		<module>x_mind_core_entity</module>
		<module>x_okr_core_entity</module>
		<module>x_organization_core_entity</module>
		<module>x_portal_core_entity</module>
		<module>x_processplatform_core_entity</module>
R
fix  
roo00 已提交
29
		<module>x_teamwork_core_entity</module>
R
roo00 已提交
30 31 32
		<module>x_program_center_core_entity</module>
		<module>x_organization_core_express</module>
		<module>x_query_core_express</module>
NoSubject's avatar
NoSubject 已提交
33
		<module>x_processplatform_core_express</module>
R
roo00 已提交
34 35 36
		<module>x_bbs_assemble_control</module>
		<module>x_calendar_assemble_control</module>
		<module>x_cms_assemble_control</module>
R
roo00 已提交
37
		<module>x_attendance_assemble_control</module>
R
roo00 已提交
38 39 40 41
		<module>x_component_assemble_control</module>
		<module>x_file_assemble_control</module>
		<module>x_general_assemble_control</module>
		<module>x_hotpic_assemble_control</module>
R
roo00 已提交
42
		<module>x_jpush_assemble_control</module>
R
roo00 已提交
43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59
		<module>x_meeting_assemble_control</module>
		<module>x_message_assemble_communicate</module>
		<module>x_mind_assemble_control</module>
		<module>x_okr_assemble_control</module>
		<module>x_organization_assemble_authentication</module>
		<module>x_organization_assemble_control</module>
		<module>x_organization_assemble_express</module>
		<module>x_organization_assemble_personal</module>
		<module>x_portal_assemble_designer</module>
		<module>x_portal_assemble_surface</module>
		<module>x_processplatform_assemble_bam</module>
		<module>x_processplatform_assemble_designer</module>
		<module>x_processplatform_assemble_surface</module>
		<module>x_processplatform_service_processing</module>
		<module>x_query_assemble_designer</module>
		<module>x_query_assemble_surface</module>
		<module>x_query_service_processing</module>
R
fix  
roo00 已提交
60
		<module>x_teamwork_assemble_control</module>
R
roo00 已提交
61 62 63 64 65 66 67
		<module>x_program_center</module>
		<module>x_console</module>
	</modules>
	<properties>
		<maven.compiler.source>1.8</maven.compiler.source>
		<maven.compiler.target>1.8</maven.compiler.target>
		<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
R
roo00 已提交
68 69
		<project.reporting.outputEncoding>UTF-8
		</project.reporting.outputEncoding>
R
roo00 已提交
70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119
	</properties>
	<dependencies>
		<dependency>
			<groupId>javax</groupId>
			<artifactId>javaee-api</artifactId>
		</dependency>
		<dependency>
			<groupId>com.google.code.gson</groupId>
			<artifactId>gson</artifactId>
		</dependency>
		<dependency>
			<groupId>org.apache.openjpa</groupId>
			<artifactId>openjpa</artifactId>
		</dependency>
		<dependency>
			<groupId>org.apache.commons</groupId>
			<artifactId>commons-lang3</artifactId>
		</dependency>
		<dependency>
			<groupId>commons-cli</groupId>
			<artifactId>commons-cli</artifactId>
		</dependency>
		<dependency>
			<groupId>commons-beanutils</groupId>
			<artifactId>commons-beanutils</artifactId>
		</dependency>
		<dependency>
			<groupId>commons-net</groupId>
			<artifactId>commons-net</artifactId>
		</dependency>
		<dependency>
			<groupId>org.apache.commons</groupId>
			<artifactId>commons-math3</artifactId>
		</dependency>
		<dependency>
			<groupId>org.apache.commons</groupId>
			<artifactId>commons-collections4</artifactId>
		</dependency>
		<dependency>
			<groupId>commons-codec</groupId>
			<artifactId>commons-codec</artifactId>
		</dependency>
		<dependency>
			<groupId>commons-io</groupId>
			<artifactId>commons-io</artifactId>
		</dependency>
		<dependency>
			<groupId>org.apache.commons</groupId>
			<artifactId>commons-vfs2</artifactId>
		</dependency>
R
fix  
roo00 已提交
120 121
		<dependency>
			<groupId>org.apache.commons</groupId>
R
roo00 已提交
122
			<artifactId>commons-pool2</artifactId>
R
fix  
roo00 已提交
123 124 125
		</dependency>
		<dependency>
			<groupId>org.apache.commons</groupId>
R
roo00 已提交
126
			<artifactId>commons-dbcp2</artifactId>
R
fix  
roo00 已提交
127
		</dependency>
R
roo00 已提交
128 129 130 131
		<dependency>
			<groupId>org.apache.commons</groupId>
			<artifactId>commons-text</artifactId>
		</dependency>
R
roo00 已提交
132 133 134 135 136 137 138 139 140 141 142 143
		<dependency>
			<groupId>org.eclipse.jetty</groupId>
			<artifactId>jetty-server</artifactId>
		</dependency>
		<dependency>
			<groupId>org.eclipse.jetty</groupId>
			<artifactId>jetty-deploy</artifactId>
		</dependency>
		<dependency>
			<groupId>org.eclipse.jetty</groupId>
			<artifactId>jetty-annotations</artifactId>
		</dependency>
R
fix  
roo00 已提交
144 145 146 147
		<dependency>
			<groupId>org.eclipse.jetty</groupId>
			<artifactId>jetty-quickstart</artifactId>
		</dependency>
R
roo00 已提交
148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185
		<dependency>
			<groupId>com.google.zxing</groupId>
			<artifactId>core</artifactId>
		</dependency>
		<dependency>
			<groupId>org.apache.ftpserver</groupId>
			<artifactId>ftpserver-core</artifactId>
		</dependency>
		<dependency>
			<groupId>org.apache.ftpserver</groupId>
			<artifactId>ftplet-api</artifactId>
		</dependency>
		<dependency>
			<groupId>org.apache.cxf</groupId>
			<artifactId>cxf-core</artifactId>
		</dependency>
		<dependency>
			<groupId>org.apache.cxf</groupId>
			<artifactId>cxf-rt-frontend-jaxws</artifactId>
		</dependency>
		<dependency>
			<groupId>org.apache.cxf</groupId>
			<artifactId>cxf-rt-frontend-simple</artifactId>
		</dependency>
		<dependency>
			<groupId>org.apache.cxf</groupId>
			<artifactId>cxf-rt-wsdl</artifactId>
		</dependency>
		<dependency>
			<groupId>org.apache.poi</groupId>
			<artifactId>poi</artifactId>
		</dependency>
		<dependency>
			<groupId>org.apache.poi</groupId>
			<artifactId>poi-ooxml</artifactId>
		</dependency>
		<dependency>
			<groupId>org.apache.poi</groupId>
R
roo00 已提交
186
			<artifactId>poi-ooxml-schemas</artifactId>
R
roo00 已提交
187 188 189 190 191 192 193 194 195 196 197 198
		</dependency>
		<dependency>
			<groupId>fr.opensagres.xdocreport</groupId>
			<artifactId>fr.opensagres.poi.xwpf.converter.core</artifactId>
		</dependency>
		<dependency>
			<groupId>fr.opensagres.xdocreport</groupId>
			<artifactId>fr.opensagres.poi.xwpf.converter.xhtml</artifactId>
		</dependency>
		<dependency>
			<groupId>org.apache.tika</groupId>
			<artifactId>tika-core</artifactId>
R
roo00 已提交
199 200 201 202
		</dependency>
		<dependency>
			<groupId>org.apache.tika</groupId>
			<artifactId>tika-parsers</artifactId>
R
roo00 已提交
203 204 205 206 207 208
		</dependency>
		<dependency>
			<groupId>org.apache.pdfbox</groupId>
			<artifactId>pdfbox</artifactId>
		</dependency>
		<dependency>
R
roo00 已提交
209 210
			<groupId>org.apache.pdfbox</groupId>
			<artifactId>fontbox</artifactId>
R
roo00 已提交
211 212
		</dependency>
		<dependency>
R
roo00 已提交
213 214
			<groupId>org.apache.pdfbox</groupId>
			<artifactId>xmpbox</artifactId>
R
roo00 已提交
215 216
		</dependency>
		<dependency>
R
roo00 已提交
217 218
			<groupId>org.apache.pdfbox</groupId>
			<artifactId>preflight</artifactId>
R
roo00 已提交
219 220
		</dependency>
		<dependency>
R
roo00 已提交
221 222
			<groupId>org.apache.pdfbox</groupId>
			<artifactId>pdfbox-tools</artifactId>
R
roo00 已提交
223
		</dependency>
R
roo00 已提交
224 225 226 227
		<dependency>
			<groupId>org.apache.pdfbox</groupId>
			<artifactId>jbig2-imageio</artifactId>
		</dependency>
Z
Zhou Rui 已提交
228 229 230 231
		<dependency>
			<groupId>org.apache.maven</groupId>
			<artifactId>maven-model</artifactId>
		</dependency>
R
roo00 已提交
232
		<dependency>
R
roo00 已提交
233 234
			<groupId>com.adobe.xmp</groupId>
			<artifactId>xmpcore</artifactId>
R
roo00 已提交
235
		</dependency>
R
roo00 已提交
236
		<dependency>
R
roo00 已提交
237 238
			<groupId>io.github.classgraph</groupId>
			<artifactId>classgraph</artifactId>
R
roo00 已提交
239
		</dependency>
R
roo00 已提交
240 241 242 243 244 245 246 247 248 249 250 251 252 253 254 255 256 257 258 259 260 261 262 263 264 265 266 267 268 269 270 271 272 273 274 275 276 277 278 279 280
		<dependency>
			<groupId>org.glassfish.jersey.core</groupId>
			<artifactId>jersey-server</artifactId>
		</dependency>
		<dependency>
			<groupId>org.glassfish.jersey.media</groupId>
			<artifactId>jersey-media-multipart</artifactId>
		</dependency>
		<dependency>
			<groupId>dom4j</groupId>
			<artifactId>dom4j</artifactId>
		</dependency>
		<dependency>
			<groupId>net.sf.ehcache</groupId>
			<artifactId>ehcache</artifactId>
		</dependency>
		<dependency>
			<groupId>org.quartz-scheduler</groupId>
			<artifactId>quartz</artifactId>
		</dependency>
		<dependency>
			<groupId>org.imgscalr</groupId>
			<artifactId>imgscalr-lib</artifactId>
		</dependency>
		<dependency>
			<groupId>com.github.stuxuhai</groupId>
			<artifactId>jpinyin</artifactId>
		</dependency>
		<dependency>
			<groupId>com.hankcs</groupId>
			<artifactId>hanlp</artifactId>
		</dependency>
		<dependency>
			<groupId>de.vandermeer</groupId>
			<artifactId>asciitable</artifactId>
		</dependency>
		<dependency>
			<groupId>com.h2database</groupId>
			<artifactId>h2</artifactId>
		</dependency>
		<dependency>
R
roo00 已提交
281 282
			<groupId>org.mnode.ical4j</groupId>
			<artifactId>ical4j</artifactId>
R
roo00 已提交
283 284 285 286 287 288 289 290
		</dependency>
		<dependency>
			<groupId>org.apache.xbean</groupId>
			<artifactId>xbean-asm7-shaded</artifactId>
		</dependency>
		<dependency>
			<groupId>com.squareup</groupId>
			<artifactId>javapoet</artifactId>
R
roo00 已提交
291
		</dependency>
NoSubject's avatar
NoSubject 已提交
292 293 294 295
		<dependency>
			<groupId>javax.visrec</groupId>
			<artifactId>visrec-api</artifactId>
		</dependency>
R
roo00 已提交
296 297 298 299 300
		<dependency>
			<groupId>org.neuroph</groupId>
			<artifactId>neuroph-core</artifactId>
		</dependency>
		<dependency>
R
roo00 已提交
301 302
			<groupId>net.sourceforge.tess4j</groupId>
			<artifactId>tess4j</artifactId>
R
roo00 已提交
303
		</dependency>
R
roo00 已提交
304 305 306 307 308 309 310 311
		<dependency>
			<groupId>cglib</groupId>
			<artifactId>cglib</artifactId>
		</dependency>
		<dependency>
			<groupId>com.alibaba</groupId>
			<artifactId>druid</artifactId>
		</dependency>
NoSubject's avatar
NoSubject 已提交
312 313 314 315 316 317 318 319
		<dependency>
			<groupId>com.itextpdf</groupId>
			<artifactId>html2pdf</artifactId>
		</dependency>
		<dependency>
			<groupId>com.itextpdf</groupId>
			<artifactId>font-asian</artifactId>
		</dependency>
R
roo00 已提交
320
	</dependencies>
R
roo00 已提交
321

R
roo00 已提交
322 323 324
	<build>
		<finalName>${project.artifactId}</finalName>
		<pluginManagement>
R
roo00 已提交
325 326
			<plugins>
				<plugin>
R
roo00 已提交
327 328 329 330 331 332 333 334
					<groupId>org.codehaus.mojo</groupId>
					<artifactId>exec-maven-plugin</artifactId>
					<version>1.6.0</version>
				</plugin>
				<plugin>
					<groupId>org.apache.maven.plugins</groupId>
					<artifactId>maven-resources-plugin</artifactId>
					<version>3.1.0</version>
R
roo00 已提交
335
				</plugin>
R
roo00 已提交
336
				<plugin>
R
roo00 已提交
337 338 339
					<groupId>org.apache.maven.plugins</groupId>
					<artifactId>maven-compiler-plugin</artifactId>
					<version>3.8.1</version>
R
roo00 已提交
340 341 342
				</plugin>
			</plugins>
		</pluginManagement>
R
roo00 已提交
343 344 345 346 347 348 349 350 351 352 353 354 355 356 357 358 359
		<plugins>
			<plugin>
				<groupId>org.apache.maven.plugins</groupId>
				<artifactId>maven-surefire-plugin</artifactId>
				<version>3.0.0-M3</version>
				<configuration>
					<skipTests>true</skipTests>
				</configuration>
			</plugin>
			<plugin>
				<groupId>org.apache.maven.plugins</groupId>
				<artifactId>maven-war-plugin</artifactId>
				<version>3.2.3</version>
				<configuration>
					<archive>
						<addMavenDescriptor>false</addMavenDescriptor>
					</archive>
R
roo00 已提交
360 361
					<packagingExcludes>persistence.xml,WEB-INF/lib/**,META-INF
					</packagingExcludes>
R
roo00 已提交
362 363 364 365 366 367 368 369 370 371 372 373 374 375 376 377
					<failOnMissingWebXml>false</failOnMissingWebXml>
				</configuration>
			</plugin>
			<plugin>
				<groupId>org.apache.maven.plugins</groupId>
				<artifactId>maven-jar-plugin</artifactId>
				<version>3.1.2</version>
				<configuration>
					<archive>
						<addMavenDescriptor>false</addMavenDescriptor>
					</archive>
					<excludes>
						<exclude>META-INF</exclude>
					</excludes>
				</configuration>
			</plugin>
Z
Zhou Rui 已提交
378 379 380 381 382 383 384 385 386 387 388 389 390 391 392 393 394 395 396 397 398 399
			<plugin>
				<groupId>org.apache.maven.plugins</groupId>
				<artifactId>maven-pmd-plugin</artifactId>
				<version>3.13.0</version>
				<configuration>
					<linkXref>true</linkXref>
					<sourceEncoding>utf-8</sourceEncoding>
					<minimumTokens>100</minimumTokens>
					<targetJdk>1.8</targetJdk>
					<failOnViolation>false</failOnViolation>
					<outputDirectory>${basedir}</outputDirectory>
				</configuration>
				<executions>
					<execution>
						<id>pmd-check</id>
						<phase>verify</phase>
						<goals>
							<goal>check</goal>
						</goals>
					</execution>
				</executions>
			</plugin>
Z
Zhou Rui 已提交
400 401 402 403 404
			<plugin>
				<groupId>org.apache.maven.plugins</groupId>
				<artifactId>maven-jxr-plugin</artifactId>
				<version>2.3</version>
			</plugin>
R
roo00 已提交
405
		</plugins>
R
roo00 已提交
406 407 408
	</build>
	<dependencyManagement>
		<dependencies>
R
roo00 已提交
409 410 411 412 413 414 415 416 417 418 419 420 421 422 423 424 425 426 427 428 429 430 431 432 433 434 435 436 437 438 439 440 441 442 443 444 445 446 447 448 449 450 451 452 453 454 455 456 457 458 459 460 461 462 463 464 465 466 467 468 469 470 471 472 473 474 475 476 477 478 479 480 481 482 483
			<dependency>
				<groupId>javax</groupId>
				<artifactId>javaee-api</artifactId>
				<version>7.0</version>
			</dependency>
			<dependency>
				<groupId>com.google.code.gson</groupId>
				<artifactId>gson</artifactId>
				<version>2.8.5</version>
			</dependency>
			<dependency>
				<groupId>org.apache.openjpa</groupId>
				<artifactId>openjpa</artifactId>
				<version>3.1.0</version>
			</dependency>
			<dependency>
				<groupId>org.apache.commons</groupId>
				<artifactId>commons-lang3</artifactId>
				<version>3.9</version>
			</dependency>
			<dependency>
				<groupId>commons-cli</groupId>
				<artifactId>commons-cli</artifactId>
				<version>1.4</version>
			</dependency>
			<dependency>
				<groupId>commons-beanutils</groupId>
				<artifactId>commons-beanutils</artifactId>
				<version>1.9.4</version>
			</dependency>
			<dependency>
				<groupId>commons-net</groupId>
				<artifactId>commons-net</artifactId>
				<version>3.6</version>
			</dependency>
			<dependency>
				<groupId>org.apache.commons</groupId>
				<artifactId>commons-math3</artifactId>
				<version>3.6.1</version>
			</dependency>
			<dependency>
				<groupId>org.apache.commons</groupId>
				<artifactId>commons-collections4</artifactId>
				<version>4.4</version>
			</dependency>
			<dependency>
				<groupId>commons-codec</groupId>
				<artifactId>commons-codec</artifactId>
				<version>1.13</version>
			</dependency>
			<dependency>
				<groupId>commons-io</groupId>
				<artifactId>commons-io</artifactId>
				<version>2.6</version>
			</dependency>
			<dependency>
				<groupId>org.apache.commons</groupId>
				<artifactId>commons-vfs2</artifactId>
				<version>2.4.1</version>
			</dependency>
			<dependency>
				<groupId>org.apache.commons</groupId>
				<artifactId>commons-pool2</artifactId>
				<version>2.7.0</version>
			</dependency>
			<dependency>
				<groupId>org.apache.commons</groupId>
				<artifactId>commons-dbcp2</artifactId>
				<version>2.7.0</version>
			</dependency>
			<dependency>
				<groupId>org.apache.commons</groupId>
				<artifactId>commons-text</artifactId>
				<version>1.8</version>
			</dependency>
Z
Zhou Rui 已提交
484 485 486 487 488
			<dependency>
				<groupId>org.apache.maven</groupId>
				<artifactId>maven-model</artifactId>
				<version>3.0</version>
			</dependency>
R
roo00 已提交
489 490 491 492 493 494 495 496 497 498 499 500 501 502 503 504 505 506 507 508 509 510 511 512 513 514 515 516 517 518 519 520 521 522 523 524 525 526 527 528 529 530 531 532 533 534 535 536 537 538 539 540 541 542 543 544 545 546
			<dependency>
				<groupId>org.eclipse.jetty</groupId>
				<artifactId>jetty-server</artifactId>
				<version>9.4.20.v20190813</version>
			</dependency>
			<dependency>
				<groupId>org.eclipse.jetty</groupId>
				<artifactId>jetty-deploy</artifactId>
				<version>9.4.20.v20190813</version>
			</dependency>
			<dependency>
				<groupId>org.eclipse.jetty</groupId>
				<artifactId>jetty-annotations</artifactId>
				<version>9.4.20.v20190813</version>
			</dependency>
			<dependency>
				<groupId>org.eclipse.jetty</groupId>
				<artifactId>jetty-quickstart</artifactId>
				<version>9.4.20.v20190813</version>
			</dependency>
			<dependency>
				<groupId>com.google.zxing</groupId>
				<artifactId>core</artifactId>
				<version>3.4.0</version>
			</dependency>
			<dependency>
				<groupId>org.apache.ftpserver</groupId>
				<artifactId>ftpserver-core</artifactId>
				<version>1.1.1</version>
			</dependency>
			<dependency>
				<groupId>org.apache.ftpserver</groupId>
				<artifactId>ftplet-api</artifactId>
				<version>1.1.1</version>
			</dependency>
			<dependency>
				<groupId>org.apache.cxf</groupId>
				<artifactId>cxf-core</artifactId>
				<version>3.3.3</version>
			</dependency>
			<dependency>
				<groupId>org.apache.cxf</groupId>
				<artifactId>cxf-rt-frontend-jaxws</artifactId>
				<version>3.3.3</version>
			</dependency>
			<dependency>
				<groupId>org.apache.cxf</groupId>
				<artifactId>cxf-rt-frontend-simple</artifactId>
				<version>3.3.3</version>
			</dependency>
			<dependency>
				<groupId>org.apache.cxf</groupId>
				<artifactId>cxf-rt-wsdl</artifactId>
				<version>3.3.3</version>
			</dependency>
			<dependency>
				<groupId>org.apache.poi</groupId>
				<artifactId>poi</artifactId>
R
roo00 已提交
547
				<version>4.0.1</version>
R
roo00 已提交
548 549 550 551
			</dependency>
			<dependency>
				<groupId>org.apache.poi</groupId>
				<artifactId>poi-ooxml</artifactId>
R
roo00 已提交
552
				<version>4.0.1</version>
R
roo00 已提交
553 554 555 556
			</dependency>
			<dependency>
				<groupId>org.apache.poi</groupId>
				<artifactId>poi-ooxml-schemas</artifactId>
R
roo00 已提交
557
				<version>4.0.1</version>
R
roo00 已提交
558 559 560 561 562 563 564 565 566 567 568 569 570 571 572 573 574 575 576 577 578 579 580 581 582 583 584 585 586 587 588
			</dependency>
			<dependency>
				<groupId>fr.opensagres.xdocreport</groupId>
				<artifactId>fr.opensagres.poi.xwpf.converter.core</artifactId>
				<version>2.0.1</version>
			</dependency>
			<dependency>
				<groupId>fr.opensagres.xdocreport</groupId>
				<artifactId>fr.opensagres.poi.xwpf.converter.xhtml</artifactId>
				<version>2.0.1</version>
			</dependency>
			<dependency>
				<groupId>org.apache.tika</groupId>
				<artifactId>tika-core</artifactId>
				<version>1.22</version>
			</dependency>
			<dependency>
				<groupId>org.apache.tika</groupId>
				<artifactId>tika-parsers</artifactId>
				<version>1.22</version>
			</dependency>
			<dependency>
				<groupId>org.apache.pdfbox</groupId>
				<artifactId>pdfbox</artifactId>
				<version>2.0.16</version>
			</dependency>
			<dependency>
				<groupId>org.apache.pdfbox</groupId>
				<artifactId>fontbox</artifactId>
				<version>2.0.16</version>
			</dependency>
R
roo00 已提交
589 590 591 592 593
			<dependency>
				<groupId>org.apache.pdfbox</groupId>
				<artifactId>jbig2-imageio</artifactId>
				<version>3.0.2</version>
			</dependency>
R
roo00 已提交
594 595 596 597 598 599 600 601 602 603 604 605 606 607 608 609 610 611 612 613 614 615 616 617 618 619 620 621 622 623 624 625 626 627 628 629 630 631 632 633 634 635 636 637 638 639 640 641 642 643 644 645 646 647 648 649 650 651 652 653 654 655 656 657 658 659 660 661 662 663 664 665 666 667 668 669 670 671 672 673 674 675 676 677 678 679 680 681 682 683 684 685 686 687 688
			<dependency>
				<groupId>org.apache.pdfbox</groupId>
				<artifactId>xmpbox</artifactId>
				<version>2.0.16</version>
			</dependency>
			<dependency>
				<groupId>org.apache.pdfbox</groupId>
				<artifactId>preflight</artifactId>
				<version>2.0.16</version>
			</dependency>
			<dependency>
				<groupId>org.apache.pdfbox</groupId>
				<artifactId>pdfbox-tools</artifactId>
				<version>2.0.16</version>
			</dependency>
			<dependency>
				<groupId>com.adobe.xmp</groupId>
				<artifactId>xmpcore</artifactId>
				<version>6.1.10</version>
			</dependency>
			<dependency>
				<groupId>net.sourceforge.tess4j</groupId>
				<artifactId>tess4j</artifactId>
				<version>4.4.0</version>
			</dependency>
			<dependency>
				<groupId>io.github.classgraph</groupId>
				<artifactId>classgraph</artifactId>
				<version>4.8.47</version>
			</dependency>
			<dependency>
				<groupId>org.glassfish.jersey.core</groupId>
				<artifactId>jersey-server</artifactId>
				<version>2.27</version>
			</dependency>
			<dependency>
				<groupId>org.glassfish.jersey.media</groupId>
				<artifactId>jersey-media-multipart</artifactId>
				<version>2.27</version>
			</dependency>
			<dependency>
				<groupId>dom4j</groupId>
				<artifactId>dom4j</artifactId>
				<version>1.6.1</version>
			</dependency>
			<dependency>
				<groupId>net.sf.ehcache</groupId>
				<artifactId>ehcache</artifactId>
				<version>2.10.6</version>
			</dependency>
			<dependency>
				<groupId>org.quartz-scheduler</groupId>
				<artifactId>quartz</artifactId>
				<version>2.3.0</version>
			</dependency>
			<dependency>
				<groupId>org.imgscalr</groupId>
				<artifactId>imgscalr-lib</artifactId>
				<version>4.2</version>
			</dependency>
			<dependency>
				<groupId>com.github.stuxuhai</groupId>
				<artifactId>jpinyin</artifactId>
				<version>1.1.8</version>
			</dependency>
			<dependency>
				<groupId>com.hankcs</groupId>
				<artifactId>hanlp</artifactId>
				<version>portable-1.7.4</version>
			</dependency>
			<dependency>
				<groupId>de.vandermeer</groupId>
				<artifactId>asciitable</artifactId>
				<version>0.3.2</version>
			</dependency>
			<dependency>
				<groupId>com.h2database</groupId>
				<artifactId>h2</artifactId>
				<version>1.4.199</version>
			</dependency>
			<dependency>
				<groupId>org.mnode.ical4j</groupId>
				<artifactId>ical4j</artifactId>
				<version>2.2.0</version>
			</dependency>
			<dependency>
				<groupId>org.apache.xbean</groupId>
				<artifactId>xbean-asm7-shaded</artifactId>
				<version>4.12</version>
			</dependency>
			<dependency>
				<groupId>com.squareup</groupId>
				<artifactId>javapoet</artifactId>
				<version>1.11.1</version>
			</dependency>
NoSubject's avatar
NoSubject 已提交
689 690 691 692 693
			<dependency>
				<groupId>javax.visrec</groupId>
				<artifactId>visrec-api</artifactId>
				<version>20200316</version>
			</dependency>
R
roo00 已提交
694 695 696 697 698 699 700 701 702 703 704 705 706 707 708 709 710 711 712 713
			<dependency>
				<groupId>org.neuroph</groupId>
				<artifactId>neuroph-core</artifactId>
				<version>2.96</version>
			</dependency>
			<dependency>
				<groupId>org.slf4j</groupId>
				<artifactId>slf4j-simple</artifactId>
				<version>1.7.25</version>
			</dependency>
			<dependency>
				<groupId>org.slf4j</groupId>
				<artifactId>slf4j-api</artifactId>
				<version>1.7.25</version>
			</dependency>
			<dependency>
				<groupId>nl.captcha</groupId>
				<artifactId>simplecaptcha</artifactId>
				<version>1.2.1</version>
			</dependency>
R
roo00 已提交
714 715 716 717 718 719 720 721 722 723
			<dependency>
				<groupId>cglib</groupId>
				<artifactId>cglib</artifactId>
				<version>3.2.0</version>
			</dependency>
			<dependency>
				<groupId>com.alibaba</groupId>
				<artifactId>druid</artifactId>
				<version>1.1.21</version>
			</dependency>
NoSubject's avatar
NoSubject 已提交
724 725 726 727 728 729 730 731 732 733
			<dependency>
				<groupId>com.itextpdf</groupId>
				<artifactId>html2pdf</artifactId>
				<version>2.1.6</version>
			</dependency>
			<dependency>
				<groupId>com.itextpdf</groupId>
				<artifactId>font-asian</artifactId>
				<version>7.1.9</version>
			</dependency>
R
roo00 已提交
734 735 736 737 738 739 740 741 742 743 744 745 746 747 748 749 750 751 752 753 754 755 756 757
			<dependency>
				<groupId>o2oa</groupId>
				<artifactId>x_base_core_project</artifactId>
				<version>${project.version}</version>
			</dependency>
			<dependency>
				<groupId>o2oa</groupId>
				<artifactId>x_attendance_core_entity</artifactId>
				<version>${project.version}</version>
			</dependency>
			<dependency>
				<groupId>o2oa</groupId>
				<artifactId>x_bbs_core_entity</artifactId>
				<version>${project.version}</version>
			</dependency>
			<dependency>
				<groupId>o2oa</groupId>
				<artifactId>x_calendar_core_entity</artifactId>
				<version>${project.version}</version>
			</dependency>
			<dependency>
				<groupId>o2oa</groupId>
				<artifactId>x_cms_core_entity</artifactId>
				<version>${project.version}</version>
R
roo00 已提交
758 759 760 761 762
			</dependency>
			<dependency>
				<groupId>o2oa</groupId>
				<artifactId>x_cms_core_express</artifactId>
				<version>${project.version}</version>
R
roo00 已提交
763 764 765 766 767 768 769 770 771 772 773 774 775 776 777 778 779 780 781 782 783 784 785 786 787 788 789 790 791 792 793 794 795 796 797 798 799 800 801 802 803 804 805 806 807 808 809 810 811 812 813 814 815 816 817 818 819 820 821 822 823
			</dependency>
			<dependency>
				<groupId>o2oa</groupId>
				<artifactId>x_component_core_entity</artifactId>
				<version>${project.version}</version>
			</dependency>
			<dependency>
				<groupId>o2oa</groupId>
				<artifactId>x_file_core_entity</artifactId>
				<version>${project.version}</version>
			</dependency>
			<dependency>
				<groupId>o2oa</groupId>
				<artifactId>x_general_core_entity</artifactId>
				<version>${project.version}</version>
			</dependency>
			<dependency>
				<groupId>o2oa</groupId>
				<artifactId>x_hotpic_core_entity</artifactId>
				<version>${project.version}</version>
			</dependency>
			<dependency>
				<groupId>o2oa</groupId>
				<artifactId>x_meeting_core_entity</artifactId>
				<version>${project.version}</version>
			</dependency>
			<dependency>
				<groupId>o2oa</groupId>
				<artifactId>x_message_core_entity</artifactId>
				<version>${project.version}</version>
			</dependency>
			<dependency>
				<groupId>o2oa</groupId>
				<artifactId>x_mind_core_entity</artifactId>
				<version>${project.version}</version>
			</dependency>
			<dependency>
				<groupId>o2oa</groupId>
				<artifactId>x_okr_core_entity</artifactId>
				<version>${project.version}</version>
			</dependency>
			<dependency>
				<groupId>o2oa</groupId>
				<artifactId>x_organization_core_entity</artifactId>
				<version>${project.version}</version>
			</dependency>
			<dependency>
				<groupId>o2oa</groupId>
				<artifactId>x_organization_core_express</artifactId>
				<version>${project.version}</version>
			</dependency>
			<dependency>
				<groupId>o2oa</groupId>
				<artifactId>x_portal_core_entity</artifactId>
				<version>${project.version}</version>
			</dependency>
			<dependency>
				<groupId>o2oa</groupId>
				<artifactId>x_processplatform_core_entity</artifactId>
				<version>${project.version}</version>
			</dependency>
NoSubject's avatar
NoSubject 已提交
824 825 826 827 828
			<dependency>
				<groupId>o2oa</groupId>
				<artifactId>x_processplatform_core_express</artifactId>
				<version>${project.version}</version>
			</dependency>
R
roo00 已提交
829 830 831 832 833 834 835 836 837 838 839 840 841 842 843 844 845 846 847 848 849 850 851 852 853 854 855 856 857 858 859 860 861 862 863
			<dependency>
				<groupId>o2oa</groupId>
				<artifactId>x_query_core_entity</artifactId>
				<version>${project.version}</version>
			</dependency>
			<dependency>
				<groupId>o2oa</groupId>
				<artifactId>x_query_core_express</artifactId>
				<version>${project.version}</version>
			</dependency>
			<dependency>
				<groupId>o2oa</groupId>
				<artifactId>x_report_core_entity</artifactId>
				<version>${project.version}</version>
			</dependency>
			<dependency>
				<groupId>o2oa</groupId>
				<artifactId>x_strategydeploy_core_entity</artifactId>
				<version>${project.version}</version>
			</dependency>
			<dependency>
				<groupId>o2oa</groupId>
				<artifactId>x_strategydeploy_assemble_control</artifactId>
				<version>${project.version}</version>
			</dependency>
			<dependency>
				<groupId>o2oa</groupId>
				<artifactId>x_program_center</artifactId>
				<version>${project.version}</version>
			</dependency>
			<dependency>
				<groupId>o2oa</groupId>
				<artifactId>x_program_center_core_entity</artifactId>
				<version>${project.version}</version>
			</dependency>
R
fix  
roo00 已提交
864 865 866 867 868
			<dependency>
				<groupId>o2oa</groupId>
				<artifactId>x_teamwork_core_entity</artifactId>
				<version>${project.version}</version>
			</dependency>
R
roo00 已提交
869 870 871 872 873
			<dependency>
				<groupId>o2oa</groupId>
				<artifactId>x_workschedu_core_entity</artifactId>
				<version>${project.version}</version>
			</dependency>
R
roo00 已提交
874 875 876
		</dependencies>
	</dependencyManagement>
	<repositories>
R
roo00 已提交
877
		<repository>
NoSubject's avatar
NoSubject 已提交
878 879 880 881 882 883 884 885 886
			<id>nexus-o2oa</id>
			<name>nexus-o2oa</name>
			<url>http://maven.o2oa.net/repository/maven-public/</url>
			<releases>
				<enabled>true</enabled>
			</releases>
			<snapshots>
				<enabled>true</enabled>
			</snapshots>
R
roo00 已提交
887
		</repository>
R
roo00 已提交
888 889
	</repositories>
</project>