| 
									
										
										
										
											2019-10-31 20:43:47 -05:00
										 |  |  | <?xml version="1.0" encoding="UTF-8"?> | 
					
						
							|  |  |  | <project xmlns="http://maven.apache.org/POM/4.0.0" | 
					
						
							| 
									
										
										
										
											2021-05-10 20:05:39 +05:30
										 |  |  |     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"> | 
					
						
							| 
									
										
										
										
											2019-10-31 20:43:47 -05:00
										 |  |  |     <modelVersion>4.0.0</modelVersion> | 
					
						
							|  |  |  |     <artifactId>java-jpa</artifactId> | 
					
						
							|  |  |  |     <name>java-jpa</name> | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  |     <parent> | 
					
						
							|  |  |  |         <groupId>com.baeldung</groupId> | 
					
						
							| 
									
										
										
										
											2020-01-27 00:40:23 +05:30
										 |  |  |         <artifactId>persistence-modules</artifactId> | 
					
						
							| 
									
										
										
										
											2019-10-31 20:43:47 -05:00
										 |  |  |         <version>1.0.0-SNAPSHOT</version> | 
					
						
							|  |  |  |     </parent> | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  |     <dependencies> | 
					
						
							|  |  |  |         <dependency> | 
					
						
							| 
									
										
										
										
											2023-05-19 11:37:45 +03:00
										 |  |  |             <groupId>org.hibernate.orm</groupId> | 
					
						
							| 
									
										
										
										
											2019-10-31 20:43:47 -05:00
										 |  |  |             <artifactId>hibernate-core</artifactId> | 
					
						
							|  |  |  |             <version>${hibernate.version}</version> | 
					
						
							| 
									
										
										
										
											2023-05-19 11:37:45 +03:00
										 |  |  |             <exclusions> | 
					
						
							|  |  |  |                 <exclusion> | 
					
						
							|  |  |  |                     <groupId>jakarta.xml.bind</groupId> | 
					
						
							|  |  |  |                     <artifactId>jakarta.xml.bind-api</artifactId> | 
					
						
							|  |  |  |                 </exclusion> | 
					
						
							|  |  |  |             </exclusions> | 
					
						
							| 
									
										
										
										
											2019-10-31 20:43:47 -05:00
										 |  |  |         </dependency> | 
					
						
							| 
									
										
										
										
											2019-12-05 16:56:52 +02:00
										 |  |  |         <dependency> | 
					
						
							| 
									
										
										
										
											2023-05-19 11:37:45 +03:00
										 |  |  |             <groupId>org.hibernate.orm</groupId> | 
					
						
							| 
									
										
										
										
											2019-12-05 16:56:52 +02:00
										 |  |  |             <artifactId>hibernate-jpamodelgen</artifactId> | 
					
						
							|  |  |  |             <version>${hibernate.version}</version> | 
					
						
							| 
									
										
										
										
											2023-05-19 11:37:45 +03:00
										 |  |  |             <exclusions> | 
					
						
							|  |  |  |                 <exclusion> | 
					
						
							|  |  |  |                     <groupId>jakarta.xml.bind</groupId> | 
					
						
							|  |  |  |                     <artifactId>jakarta.xml.bind-api</artifactId> | 
					
						
							|  |  |  |                 </exclusion> | 
					
						
							|  |  |  |             </exclusions> | 
					
						
							| 
									
										
										
										
											2019-12-05 16:56:52 +02:00
										 |  |  |         </dependency> | 
					
						
							| 
									
										
										
										
											2019-10-31 20:43:47 -05:00
										 |  |  |         <dependency> | 
					
						
							|  |  |  |             <groupId>com.h2database</groupId> | 
					
						
							|  |  |  |             <artifactId>h2</artifactId> | 
					
						
							|  |  |  |             <version>${h2.version}</version> | 
					
						
							|  |  |  |         </dependency> | 
					
						
							| 
									
										
										
										
											2021-05-10 20:05:39 +05:30
										 |  |  |         <!--Runtime JPA implementation --> | 
					
						
							| 
									
										
										
										
											2019-10-31 20:43:47 -05:00
										 |  |  |         <dependency> | 
					
						
							|  |  |  |             <groupId>org.eclipse.persistence</groupId> | 
					
						
							|  |  |  |             <artifactId>eclipselink</artifactId> | 
					
						
							|  |  |  |             <version>${eclipselink.version}</version> | 
					
						
							|  |  |  |             <scope>runtime</scope> | 
					
						
							| 
									
										
										
										
											2023-05-19 11:37:45 +03:00
										 |  |  |             <exclusions> | 
					
						
							|  |  |  |                 <exclusion> | 
					
						
							|  |  |  |                     <groupId>jakarta.xml.bind</groupId> | 
					
						
							|  |  |  |                     <artifactId>jakarta.xml.bind-api</artifactId> | 
					
						
							|  |  |  |                 </exclusion> | 
					
						
							|  |  |  |             </exclusions> | 
					
						
							| 
									
										
										
										
											2019-10-31 20:43:47 -05:00
										 |  |  |         </dependency> | 
					
						
							|  |  |  |         <dependency> | 
					
						
							|  |  |  |             <groupId>org.postgresql</groupId> | 
					
						
							|  |  |  |             <artifactId>postgresql</artifactId> | 
					
						
							| 
									
										
										
										
											2021-06-11 16:55:37 +02:00
										 |  |  |             <version>${postgresql.version}</version> | 
					
						
							| 
									
										
										
										
											2019-10-31 20:43:47 -05:00
										 |  |  |             <scope>runtime</scope> | 
					
						
							|  |  |  |         </dependency> | 
					
						
							| 
									
										
										
										
											2023-05-19 11:37:45 +03:00
										 |  |  |         <dependency> | 
					
						
							|  |  |  |             <groupId>jakarta.xml.bind</groupId> | 
					
						
							|  |  |  |             <artifactId>jakarta.xml.bind-api</artifactId> | 
					
						
							|  |  |  |             <version>${jakarta.xml.bind-api.version}</version> | 
					
						
							|  |  |  |         </dependency> | 
					
						
							|  |  |  |         <dependency> | 
					
						
							|  |  |  |             <groupId>javax.annotation</groupId> | 
					
						
							|  |  |  |             <artifactId>javax.annotation-api</artifactId> | 
					
						
							|  |  |  |             <version>${javax.annotation.version}</version> | 
					
						
							|  |  |  |         </dependency> | 
					
						
							| 
									
										
										
										
											2023-06-02 23:07:07 +03:00
										 |  |  |         <dependency> | 
					
						
							| 
									
										
										
										
											2023-11-23 04:32:04 +01:00
										 |  |  |             <groupId>com.mysql</groupId> | 
					
						
							|  |  |  |             <artifactId>mysql-connector-j</artifactId> | 
					
						
							| 
									
										
										
										
											2023-06-02 23:07:07 +03:00
										 |  |  |             <version>${mysql.version}</version> | 
					
						
							|  |  |  |         </dependency> | 
					
						
							| 
									
										
										
										
											2019-10-31 20:43:47 -05:00
										 |  |  |     </dependencies> | 
					
						
							|  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2019-12-05 16:56:52 +02:00
										 |  |  |     <build> | 
					
						
							|  |  |  |         <plugins> | 
					
						
							| 
									
										
										
										
											2019-10-31 20:43:47 -05:00
										 |  |  |             <plugin> | 
					
						
							|  |  |  |                 <groupId>org.apache.maven.plugins</groupId> | 
					
						
							|  |  |  |                 <artifactId>maven-compiler-plugin</artifactId> | 
					
						
							|  |  |  |                 <version>${maven-compiler-plugin.version}</version> | 
					
						
							|  |  |  |                 <configuration> | 
					
						
							|  |  |  |                     <compilerArgument>-proc:none</compilerArgument> | 
					
						
							|  |  |  |                 </configuration> | 
					
						
							|  |  |  |             </plugin> | 
					
						
							| 
									
										
										
										
											2019-12-05 16:56:52 +02:00
										 |  |  |             <plugin> | 
					
						
							|  |  |  |                 <groupId>org.bsc.maven</groupId> | 
					
						
							|  |  |  |                 <artifactId>maven-processor-plugin</artifactId> | 
					
						
							|  |  |  |                 <version>${maven-processor-plugin.version}</version> | 
					
						
							|  |  |  |                 <executions> | 
					
						
							|  |  |  |                     <execution> | 
					
						
							|  |  |  |                         <id>process</id> | 
					
						
							|  |  |  |                         <goals> | 
					
						
							|  |  |  |                             <goal>process</goal> | 
					
						
							|  |  |  |                         </goals> | 
					
						
							|  |  |  |                         <phase>generate-sources</phase> | 
					
						
							|  |  |  |                         <configuration> | 
					
						
							|  |  |  |                             <outputDirectory>target/metamodel</outputDirectory> | 
					
						
							|  |  |  |                             <processors> | 
					
						
							|  |  |  |                                 <processor>org.hibernate.jpamodelgen.JPAMetaModelEntityProcessor</processor> | 
					
						
							|  |  |  |                             </processors> | 
					
						
							|  |  |  |                         </configuration> | 
					
						
							|  |  |  |                     </execution> | 
					
						
							|  |  |  |                 </executions> | 
					
						
							|  |  |  |             </plugin> | 
					
						
							|  |  |  |             <plugin> | 
					
						
							|  |  |  |                 <groupId>org.codehaus.mojo</groupId> | 
					
						
							|  |  |  |                 <artifactId>build-helper-maven-plugin</artifactId> | 
					
						
							|  |  |  |                 <version>${build-helper-maven-plugin.version}</version> | 
					
						
							|  |  |  |                 <executions> | 
					
						
							|  |  |  |                     <execution> | 
					
						
							|  |  |  |                         <id>add-source</id> | 
					
						
							|  |  |  |                         <phase>generate-sources</phase> | 
					
						
							|  |  |  |                         <goals> | 
					
						
							|  |  |  |                             <goal>add-source</goal> | 
					
						
							|  |  |  |                         </goals> | 
					
						
							|  |  |  |                         <configuration> | 
					
						
							|  |  |  |                             <sources> | 
					
						
							|  |  |  |                                 <source>target/metamodel</source> | 
					
						
							|  |  |  |                             </sources> | 
					
						
							|  |  |  |                         </configuration> | 
					
						
							|  |  |  |                     </execution> | 
					
						
							|  |  |  |                 </executions> | 
					
						
							|  |  |  |             </plugin> | 
					
						
							|  |  |  |         </plugins> | 
					
						
							|  |  |  |     </build> | 
					
						
							| 
									
										
										
										
											2019-10-31 20:43:47 -05:00
										 |  |  | 
 | 
					
						
							|  |  |  |     <properties> | 
					
						
							| 
									
										
										
										
											2023-05-19 11:37:45 +03:00
										 |  |  |         <eclipselink.version>4.0.1</eclipselink.version> | 
					
						
							| 
									
										
										
										
											2019-10-31 20:43:47 -05:00
										 |  |  |         <maven-processor-plugin.version>3.3.3</maven-processor-plugin.version> | 
					
						
							|  |  |  |         <build-helper-maven-plugin.version>3.0.0</build-helper-maven-plugin.version> | 
					
						
							| 
									
										
										
										
											2022-12-20 23:17:29 +05:30
										 |  |  |         <h2.version>2.1.214</h2.version> | 
					
						
							| 
									
										
										
										
											2023-05-19 11:37:45 +03:00
										 |  |  |         <jakarta.xml.bind-api.version>4.0.0</jakarta.xml.bind-api.version> | 
					
						
							|  |  |  |         <javax.annotation.version>1.3.2</javax.annotation.version> | 
					
						
							| 
									
										
										
										
											2023-11-23 04:32:04 +01:00
										 |  |  |         <mysql.version>8.2.0</mysql.version> | 
					
						
							| 
									
										
										
										
											2019-10-31 20:43:47 -05:00
										 |  |  |     </properties> | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | </project> |