fp024 commented on code in PR #164:
URL: https://github.com/apache/struts-examples/pull/164#discussion_r950865890


##########
jasperreports/pom.xml:
##########
@@ -0,0 +1,87 @@
+<?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>
+  <parent>
+    <artifactId>struts-examples</artifactId>
+    <groupId>org.apache.struts</groupId>
+    <version>1.1.0</version>
+  </parent>
+
+  <artifactId>jasperreports</artifactId>
+  <packaging>war</packaging>
+
+  <name>JasperReports Tutorial</name>
+  <url>https://struts.apache.org/getting-started/jasper-reports-tutorial</url>
+  <properties>
+    <spring.platformVersion>5.3.20</spring.platformVersion>
+    <jasperreports.version>6.20.0</jasperreports.version>
+  </properties>
+
+  <dependencyManagement>
+    <dependencies>
+      <dependency>
+        <groupId>org.springframework</groupId>
+        <artifactId>spring-framework-bom</artifactId>

Review Comment:
   
   If there are no major problems with the merged content, I will not make a 
new "Pull Request". 😄
   
   I've only practiced in my personal Github repository.
   
   * JasperReports example project with Spring
   
     * 
https://github.com/fp024/struts2-study/tree/master/jasper-reports-tutorial/jasper-reports-struts
   
   * JasperReports example project without Spring - using Servlet's 
ContextListener
   
     * 
https://github.com/fp024/struts2-study/tree/master/jasper-reports-tutorial/jasper-reports-with-contextlistener
   
   * JasperReports example project without Spring - using Interceptor
   
     * 
https://github.com/fp024/struts2-study/tree/master/jasper-reports-tutorial/jasper-reports-with-interceptor
   
     
   
   So have a nice day. 😄
   
   Thanks.
   
   
   
   



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: dev-unsubscr...@struts.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscr...@struts.apache.org
For additional commands, e-mail: dev-h...@struts.apache.org

Reply via email to