1
1
<?xml version="1.0" encoding="UTF-8"?>
3
3
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
4
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
5
<modelVersion>4.0.0</modelVersion>
6
<groupId>com.example.mag</groupId>
7
<artifactId>mag-student-portal</artifactId>
8
<packaging>war</packaging>
9
<name>MAG - Student Portal</name>
10
<version>1.1.0-SNAPSHOT</version>
13
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
16
<finalName>${project.artifactId}-${project.version}</finalName> <!-- Change -->
19
<groupId>org.apache.maven.plugins</groupId>
20
<artifactId>maven-compiler-plugin</artifactId>
21
<version>3.1</version>
33
<!-- https://mvnrepository.com/artifact/javax/javaee-api -->
35
<groupId>javax</groupId>
36
<artifactId>javaee-api</artifactId>
37
<version>7.0</version>
39
<!-- https://mvnrepository.com/artifact/org.eclipse.persistence/org.eclipse.persistence.jpa -->
41
<groupId>org.eclipse.persistence</groupId>
42
<artifactId>org.eclipse.persistence.jpa</artifactId>
43
<version>2.6.4</version>
46
<!-- https://mvnrepository.com/artifact/org.primefaces/primefaces -->
48
<groupId>org.primefaces</groupId>
49
<artifactId>primefaces</artifactId>
50
<version>6.1</version>
4
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
5
<modelVersion>4.0.0</modelVersion>
6
<groupId>com.example.mag</groupId>
7
<artifactId>mag-student-portal</artifactId>
8
<packaging>war</packaging>
9
<name>MAG - Student Portal</name>
10
<version>1.1.0-SNAPSHOT</version>
13
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
16
<finalName>${project.artifactId}-${project.version}</finalName> <!-- Change -->
19
<groupId>org.apache.maven.plugins</groupId>
20
<artifactId>maven-compiler-plugin</artifactId>
21
<version>3.1</version>
33
<!-- https://mvnrepository.com/artifact/javax/javaee-api -->
35
<groupId>javax</groupId>
36
<artifactId>javaee-api</artifactId>
37
<version>7.0</version>
40
<!-- https://mvnrepository.com/artifact/org.eclipse.persistence/org.eclipse.persistence.jpa -->
42
<groupId>org.eclipse.persistence</groupId>
43
<artifactId>org.eclipse.persistence.jpa</artifactId>
44
<version>2.6.4</version>
47
<!-- https://mvnrepository.com/artifact/org.primefaces/primefaces -->
49
<groupId>org.primefaces</groupId>
50
<artifactId>primefaces</artifactId>
51
<version>6.1</version>
54
<!-- https://mvnrepository.com/artifact/org.postgresql/postgresql -->
56
<groupId>org.postgresql</groupId>
57
<artifactId>postgresql</artifactId>
58
<version>42.1.4</version>