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


##########
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:
   > Sorry @yasserzamani I was too rush :)
   
   No problem, the sample is already a nice jasperreport with spring sample :)



-- 
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