tadeuespindola

LUCAS GOMES SILVA

May 15th, 2022 (edited)
271
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Java 1.03 KB | None | 0 0
  1. <dependencies>
  2.     <dependency>
  3.         <groupId>org.postgresql</groupId>
  4.         <artifactId>postgresql</artifactId>
  5.         <version>9.4.1212</version>
  6.     </dependency>
  7.  
  8.     <dependency>
  9.         <groupId>com.fasterxml.jackson.core</groupId>
  10.         <artifactId>jackson-databind</artifactId>
  11.         <version>2.13.0</version>
  12.     </dependency>
  13.  
  14.     <dependency>
  15.         <groupId>org.glassfish.web</groupId>
  16.         <artifactId>jakarta.servlet.jsp.jstl</artifactId>
  17.         <version>2.0.0</version>
  18.     </dependency>
  19.  
  20.     <dependency>
  21.         <groupId>net.sf.jasperreports</groupId>
  22.         <artifactId>jasperreports</artifactId>
  23.         <version>6.18.1</version>
  24.     </dependency>
  25.  
  26.     <dependency>
  27.         <groupId>tomcat</groupId>
  28.         <artifactId>tomcat-util</artifactId>
  29.         <version>5.5.23</version>
  30.     </dependency>
  31.  
  32.     <dependency>
  33.         <groupId>org.apache.tomcat</groupId>
  34.         <artifactId>tomcat-coyote</artifactId>
  35.         <version>10.1.0-M5</version>
  36.     </dependency>
  37.  
  38.     <dependency>
  39.         <groupId>org.apache.commons</groupId>
  40.         <artifactId>commons-compress</artifactId>
  41.         <version>1.21</version>
  42.     </dependency>
  43. </dependencies>
Add Comment
Please, Sign In to add comment