pom.xml 25.9 KB
Newer Older
R
roo00 已提交
1 2 3 4 5 6 7 8 9 10
<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">
	<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 已提交
11 12
		<!-- 顺序 -->
		<module>x_query_core_entity</module>
R
roo00 已提交
13 14 15 16
		<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 已提交
17
		<module>x_cms_core_express</module>
R
roo00 已提交
18 19 20 21
		<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 已提交
22
		<module>x_jpush_core_entity</module>
R
roo00 已提交
23 24 25 26 27 28 29
		<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 已提交
30
		<module>x_teamwork_core_entity</module>
R
roo00 已提交
31
		<!--module>x_workschedu_core_entity</module -->
R
roo00 已提交
32 33 34
		<module>x_program_center_core_entity</module>
		<module>x_organization_core_express</module>
		<module>x_query_core_express</module>
NoSubject's avatar
NoSubject 已提交
35
		<module>x_processplatform_core_express</module>
R
roo00 已提交
36 37 38
		<module>x_bbs_assemble_control</module>
		<module>x_calendar_assemble_control</module>
		<module>x_cms_assemble_control</module>
R
roo00 已提交
39
		<module>x_attendance_assemble_control</module>
R
roo00 已提交
40 41 42 43
		<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 已提交
44
		<module>x_jpush_assemble_control</module>
R
roo00 已提交
45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61
		<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 已提交
62
		<module>x_teamwork_assemble_control</module>
R
roo00 已提交
63
		<!-- module>x_workschedu_assemble_control</module -->
R
roo00 已提交
64 65 66 67 68 69 70
		<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 已提交
71 72
		<project.reporting.outputEncoding>UTF-8
		</project.reporting.outputEncoding>
R
roo00 已提交
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 120 121 122
	</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 已提交
123 124
		<dependency>
			<groupId>org.apache.commons</groupId>
R
roo00 已提交
125
			<artifactId>commons-pool2</artifactId>
R
fix  
roo00 已提交
126 127 128
		</dependency>
		<dependency>
			<groupId>org.apache.commons</groupId>
R
roo00 已提交
129
			<artifactId>commons-dbcp2</artifactId>
R
fix  
roo00 已提交
130
		</dependency>
R
roo00 已提交
131 132 133 134
		<dependency>
			<groupId>org.apache.commons</groupId>
			<artifactId>commons-text</artifactId>
		</dependency>
R
roo00 已提交
135 136 137 138 139 140 141 142 143 144 145 146
		<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 已提交
147 148 149 150
		<dependency>
			<groupId>org.eclipse.jetty</groupId>
			<artifactId>jetty-quickstart</artifactId>
		</dependency>
R
roo00 已提交
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 186 187 188
		<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 已提交
189
			<artifactId>poi-ooxml-schemas</artifactId>
R
roo00 已提交
190 191 192 193 194 195 196 197 198 199 200 201
		</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 已提交
202 203 204 205
		</dependency>
		<dependency>
			<groupId>org.apache.tika</groupId>
			<artifactId>tika-parsers</artifactId>
R
roo00 已提交
206 207 208 209 210 211
		</dependency>
		<dependency>
			<groupId>org.apache.pdfbox</groupId>
			<artifactId>pdfbox</artifactId>
		</dependency>
		<dependency>
R
roo00 已提交
212 213
			<groupId>org.apache.pdfbox</groupId>
			<artifactId>fontbox</artifactId>
R
roo00 已提交
214 215
		</dependency>
		<dependency>
R
roo00 已提交
216 217
			<groupId>org.apache.pdfbox</groupId>
			<artifactId>xmpbox</artifactId>
R
roo00 已提交
218 219
		</dependency>
		<dependency>
R
roo00 已提交
220 221
			<groupId>org.apache.pdfbox</groupId>
			<artifactId>preflight</artifactId>
R
roo00 已提交
222 223
		</dependency>
		<dependency>
R
roo00 已提交
224 225
			<groupId>org.apache.pdfbox</groupId>
			<artifactId>pdfbox-tools</artifactId>
R
roo00 已提交
226
		</dependency>
R
roo00 已提交
227 228 229 230
		<dependency>
			<groupId>org.apache.pdfbox</groupId>
			<artifactId>jbig2-imageio</artifactId>
		</dependency>
R
roo00 已提交
231
		<dependency>
R
roo00 已提交
232 233
			<groupId>com.adobe.xmp</groupId>
			<artifactId>xmpcore</artifactId>
R
roo00 已提交
234
		</dependency>
R
roo00 已提交
235
		<dependency>
R
roo00 已提交
236 237
			<groupId>io.github.classgraph</groupId>
			<artifactId>classgraph</artifactId>
R
roo00 已提交
238
		</dependency>
R
roo00 已提交
239 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
		<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 已提交
280 281
			<groupId>org.mnode.ical4j</groupId>
			<artifactId>ical4j</artifactId>
R
roo00 已提交
282 283 284 285 286 287 288 289
		</dependency>
		<dependency>
			<groupId>org.apache.xbean</groupId>
			<artifactId>xbean-asm7-shaded</artifactId>
		</dependency>
		<dependency>
			<groupId>com.squareup</groupId>
			<artifactId>javapoet</artifactId>
R
roo00 已提交
290 291 292 293 294 295
		</dependency>
		<dependency>
			<groupId>org.neuroph</groupId>
			<artifactId>neuroph-core</artifactId>
		</dependency>
		<dependency>
R
roo00 已提交
296 297
			<groupId>net.sourceforge.tess4j</groupId>
			<artifactId>tess4j</artifactId>
R
roo00 已提交
298
		</dependency>
R
roo00 已提交
299 300 301 302 303 304 305 306
		<dependency>
			<groupId>cglib</groupId>
			<artifactId>cglib</artifactId>
		</dependency>
		<dependency>
			<groupId>com.alibaba</groupId>
			<artifactId>druid</artifactId>
		</dependency>
NoSubject's avatar
NoSubject 已提交
307 308 309 310 311 312 313 314
		<dependency>
			<groupId>com.itextpdf</groupId>
			<artifactId>html2pdf</artifactId>
		</dependency>
		<dependency>
			<groupId>com.itextpdf</groupId>
			<artifactId>font-asian</artifactId>
		</dependency>
R
roo00 已提交
315
	</dependencies>
R
roo00 已提交
316

R
roo00 已提交
317 318 319
	<build>
		<finalName>${project.artifactId}</finalName>
		<pluginManagement>
R
roo00 已提交
320 321
			<plugins>
				<plugin>
R
roo00 已提交
322 323 324 325 326 327 328 329
					<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 已提交
330 331 332
				</plugin>
				<!--This plugin's configuration is used to store Eclipse m2e settings 
					only. It has no influence on the Maven build itself. -->
R
roo00 已提交
333 334 335 336 337 338 339 340 341 342
				<plugin>
					<groupId>org.eclipse.m2e</groupId>
					<artifactId>lifecycle-mapping</artifactId>
					<version>1.0.0</version>
					<configuration>
						<lifecycleMappingMetadata>
							<pluginExecutions>
								<pluginExecution>
									<pluginExecutionFilter>
										<groupId>
R
roo00 已提交
343
											org.codehaus.mojo
R
roo00 已提交
344 345
										</groupId>
										<artifactId>
R
roo00 已提交
346
											exec-maven-plugin
R
roo00 已提交
347 348
										</artifactId>
										<versionRange>
R
roo00 已提交
349
											[1.6.0,)
R
roo00 已提交
350 351
										</versionRange>
										<goals>
R
roo00 已提交
352
											<goal>java</goal>
R
roo00 已提交
353 354 355 356 357 358 359 360 361 362 363
										</goals>
									</pluginExecutionFilter>
									<action>
										<ignore></ignore>
									</action>
								</pluginExecution>
							</pluginExecutions>
						</lifecycleMappingMetadata>
					</configuration>
				</plugin>
				<plugin>
R
roo00 已提交
364 365 366
					<groupId>org.apache.maven.plugins</groupId>
					<artifactId>maven-compiler-plugin</artifactId>
					<version>3.8.1</version>
R
roo00 已提交
367 368 369
				</plugin>
			</plugins>
		</pluginManagement>
R
roo00 已提交
370 371 372 373 374 375 376 377 378 379 380 381 382 383 384 385 386
		<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 已提交
387 388
					<packagingExcludes>persistence.xml,WEB-INF/lib/**,META-INF
					</packagingExcludes>
R
roo00 已提交
389 390 391 392 393 394 395 396 397 398 399 400 401 402 403 404 405
					<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>
		</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 484 485 486 487 488 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
			<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>
			<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 已提交
542
				<version>4.0.1</version>
R
roo00 已提交
543 544 545 546
			</dependency>
			<dependency>
				<groupId>org.apache.poi</groupId>
				<artifactId>poi-ooxml</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-schemas</artifactId>
R
roo00 已提交
552
				<version>4.0.1</version>
R
roo00 已提交
553 554 555 556 557 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
			</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 已提交
584 585 586 587 588
			<dependency>
				<groupId>org.apache.pdfbox</groupId>
				<artifactId>jbig2-imageio</artifactId>
				<version>3.0.2</version>
			</dependency>
R
roo00 已提交
589 590 591 592 593 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 689 690 691 692 693 694 695 696 697 698 699 700 701 702 703 704 705 706 707 708 709 710 711 712 713
			<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>
			<dependency>
				<groupId>org.neuroph</groupId>
				<artifactId>neuroph-core</artifactId>
				<version>2.96</version>
				<exclusions>
					<exclusion>
						<groupId>ch.qos.logback</groupId>
						<artifactId>logback-core</artifactId>
					</exclusion>
					<exclusion>
						<groupId>ch.qos.logback</groupId>
						<artifactId>logback-classic</artifactId>
					</exclusion>
				</exclusions>
			</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 878 879 880
		<repository>
			<id>nexus-aliyun</id>
			<url>http://maven.aliyun.com/nexus/content/groups/public</url>
		</repository>
R
roo00 已提交
881 882 883 884 885
		<repository>
			<id>mvnrepository.com</id>
			<url>https://mvnrepository.com/repos</url>
		</repository>
		<repository>
R
roo00 已提交
886 887
			<id>enonic.com</id>
			<url>https://repo.enonic.com/public</url>
R
roo00 已提交
888
		</repository>
R
roo00 已提交
889
		<repository>
R
roo00 已提交
890 891
			<id>neuroph.sourceforge.net</id>
			<url>http://neuroph.sourceforge.net/maven2</url>
R
roo00 已提交
892
		</repository>
R
roo00 已提交
893 894
	</repositories>
</project>