Advertisement
sergAccount

Untitled

Feb 13th, 2021
2,691
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
MXML 0.96 KB | None | 0 0
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <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">
  3.     <modelVersion>4.0.0</modelVersion>
  4.     <groupId>com.mycompany</groupId>
  5.     <artifactId>App11</artifactId>
  6.     <version>1.0-SNAPSHOT</version>
  7.     <packaging>jar</packaging>
  8.     <properties>
  9.         <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
  10.         <maven.compiler.source>15</maven.compiler.source>
  11.         <maven.compiler.target>15</maven.compiler.target>
  12.     </properties>
  13.     <dependencies>
  14.         <!-- https://mvnrepository.com/artifact/org.postgresql/postgresql -->
  15.         <dependency>
  16.             <groupId>org.postgresql</groupId>
  17.             <artifactId>postgresql</artifactId>
  18.             <version>42.2.18</version>
  19.         </dependency>        
  20.     </dependencies>    
  21. </project>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement