| 
									
										
										
										
											2019-03-20 18:07:56 +00:00
										 |  |  | <?xml version="1.0" encoding="UTF-8"?> | 
					
						
							|  |  |  | <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>com.baeldung</groupId> | 
					
						
							|  |  |  |     <artifactId>spring-boot-mvc-birt</artifactId> | 
					
						
							|  |  |  |     <name>spring-boot-mvc-birt</name> | 
					
						
							|  |  |  |     <version>0.0.1-SNAPSHOT</version> | 
					
						
							|  |  |  |     <packaging>jar</packaging> | 
					
						
							|  |  |  |     <description>Module For Spring Boot Integration with BIRT</description> | 
					
						
							| 
									
										
										
										
											2019-07-10 12:16:50 +05:30
										 |  |  | 
 | 
					
						
							| 
									
										
										
										
											2019-03-29 18:30:28 +00:00
										 |  |  |     <parent> | 
					
						
							| 
									
										
										
										
											2019-07-10 12:16:50 +05:30
										 |  |  |         <artifactId>parent-boot-2</artifactId> | 
					
						
							|  |  |  |         <groupId>com.baeldung</groupId> | 
					
						
							|  |  |  |         <version>0.0.1-SNAPSHOT</version> | 
					
						
							|  |  |  |         <relativePath>../parent-boot-2</relativePath> | 
					
						
							| 
									
										
										
										
											2019-03-29 18:30:28 +00:00
										 |  |  |     </parent> | 
					
						
							| 
									
										
										
										
											2019-03-20 18:07:56 +00:00
										 |  |  | 
 | 
					
						
							|  |  |  |     <dependencies> | 
					
						
							| 
									
										
										
										
											2019-03-29 18:30:28 +00:00
										 |  |  |         <dependency> | 
					
						
							|  |  |  |             <groupId>org.springframework.boot</groupId> | 
					
						
							|  |  |  |             <artifactId>spring-boot-starter</artifactId> | 
					
						
							|  |  |  |         </dependency> | 
					
						
							|  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2019-03-20 18:07:56 +00:00
										 |  |  |         <dependency> | 
					
						
							|  |  |  |             <groupId>org.springframework.boot</groupId> | 
					
						
							|  |  |  |             <artifactId>spring-boot-starter-web</artifactId> | 
					
						
							|  |  |  |         </dependency> | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  |         <dependency> | 
					
						
							|  |  |  |             <groupId>org.springframework.boot</groupId> | 
					
						
							|  |  |  |             <artifactId>spring-boot-starter-logging</artifactId> | 
					
						
							|  |  |  |             <exclusions> | 
					
						
							|  |  |  |                 <exclusion> | 
					
						
							|  |  |  |                     <groupId>ch.qos.logback</groupId> | 
					
						
							|  |  |  |                     <artifactId>logback-classic</artifactId> | 
					
						
							|  |  |  |                 </exclusion> | 
					
						
							|  |  |  |             </exclusions> | 
					
						
							|  |  |  |         </dependency> | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  |         <dependency> | 
					
						
							|  |  |  |             <groupId>org.springframework.boot</groupId> | 
					
						
							|  |  |  |             <artifactId>spring-boot-starter-test</artifactId> | 
					
						
							|  |  |  |             <scope>test</scope> | 
					
						
							|  |  |  |         </dependency> | 
					
						
							|  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2019-04-03 21:47:36 +01:00
										 |  |  |         <dependency> | 
					
						
							|  |  |  |             <groupId>com.innoventsolutions.birt.runtime</groupId> | 
					
						
							|  |  |  |             <artifactId>org.eclipse.birt.runtime_4.8.0-20180626</artifactId> | 
					
						
							| 
									
										
										
										
											2019-09-15 17:53:10 +05:30
										 |  |  |             <version>${eclipse.birt.runtime.version}</version> | 
					
						
							| 
									
										
										
										
											2019-04-03 21:47:36 +01:00
										 |  |  |         </dependency> | 
					
						
							| 
									
										
										
										
											2019-03-20 18:07:56 +00:00
										 |  |  |         <!-- https://mvnrepository.com/artifact/log4j/log4j --> | 
					
						
							|  |  |  |         <dependency> | 
					
						
							|  |  |  |             <groupId>log4j</groupId> | 
					
						
							|  |  |  |             <artifactId>log4j</artifactId> | 
					
						
							| 
									
										
										
										
											2019-09-15 17:53:10 +05:30
										 |  |  |             <version>${log4j.version}</version> | 
					
						
							| 
									
										
										
										
											2019-03-20 18:07:56 +00:00
										 |  |  |         </dependency> | 
					
						
							| 
									
										
										
										
											2019-03-29 18:30:28 +00:00
										 |  |  |         <!-- https://mvnrepository.com/artifact/org.projectlombok/lombok --> | 
					
						
							| 
									
										
										
										
											2019-03-20 18:07:56 +00:00
										 |  |  |         <dependency> | 
					
						
							| 
									
										
										
										
											2019-03-29 18:30:28 +00:00
										 |  |  |             <groupId>org.projectlombok</groupId> | 
					
						
							|  |  |  |             <artifactId>lombok</artifactId> | 
					
						
							| 
									
										
										
										
											2019-09-15 17:53:10 +05:30
										 |  |  |             <version>${lombok.version}</version> | 
					
						
							| 
									
										
										
										
											2019-03-29 18:30:28 +00:00
										 |  |  |             <scope>provided</scope> | 
					
						
							| 
									
										
										
										
											2019-03-20 18:07:56 +00:00
										 |  |  |         </dependency> | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  |     </dependencies> | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  |     <build> | 
					
						
							|  |  |  |         <plugins> | 
					
						
							|  |  |  |             <plugin> | 
					
						
							|  |  |  |                 <groupId>org.springframework.boot</groupId> | 
					
						
							|  |  |  |                 <artifactId>spring-boot-maven-plugin</artifactId> | 
					
						
							|  |  |  |             </plugin> | 
					
						
							|  |  |  |         </plugins> | 
					
						
							|  |  |  |     </build> | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  |     <properties> | 
					
						
							|  |  |  |         <spring-boot.version>2.1.1.RELEASE</spring-boot.version> | 
					
						
							| 
									
										
										
										
											2019-04-18 21:37:00 -05:00
										 |  |  |         <start-class>com.baeldung.birt.engine.ReportEngineApplication</start-class> | 
					
						
							| 
									
										
										
										
											2019-04-03 22:33:53 +01:00
										 |  |  |         <maven.compiler.source>1.8</maven.compiler.source> | 
					
						
							|  |  |  |         <maven.compiler.target>1.8</maven.compiler.target> | 
					
						
							| 
									
										
										
										
											2019-09-15 17:53:10 +05:30
										 |  |  |         <eclipse.birt.runtime.version>4.8.0</eclipse.birt.runtime.version> | 
					
						
							| 
									
										
										
										
											2019-03-20 18:07:56 +00:00
										 |  |  |     </properties> | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | </project> |