| 
									
										
										
										
											2019-12-05 16:56:52 +02:00
										 |  |  | <?xml version="1.0" encoding="UTF-8"?> | 
					
						
							| 
									
										
										
										
											2021-05-17 20:22:27 +05:30
										 |  |  | <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"> | 
					
						
							| 
									
										
										
										
											2019-10-31 20:43:47 -05:00
										 |  |  |     <modelVersion>4.0.0</modelVersion> | 
					
						
							| 
									
										
										
										
											2020-08-16 16:33:28 +05:30
										 |  |  |     <artifactId>spring-security-web-react</artifactId> | 
					
						
							| 
									
										
										
										
											2019-10-31 20:43:47 -05:00
										 |  |  |     <version>0.1-SNAPSHOT</version> | 
					
						
							| 
									
										
										
										
											2020-08-16 16:33:28 +05:30
										 |  |  |     <name>spring-security-web-react</name> | 
					
						
							| 
									
										
										
										
											2019-10-31 20:43:47 -05:00
										 |  |  |     <packaging>war</packaging> | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  |     <parent> | 
					
						
							| 
									
										
										
										
											2019-12-05 16:56:52 +02:00
										 |  |  |         <groupId>com.baeldung</groupId> | 
					
						
							| 
									
										
										
										
											2020-09-10 17:25:13 +02:00
										 |  |  |         <artifactId>parent-spring-5</artifactId> | 
					
						
							| 
									
										
										
										
											2019-12-05 16:56:52 +02:00
										 |  |  |         <version>0.0.1-SNAPSHOT</version> | 
					
						
							| 
									
										
										
										
											2020-09-10 17:25:13 +02:00
										 |  |  |         <relativePath>../../parent-spring-5</relativePath> | 
					
						
							| 
									
										
										
										
											2019-12-05 16:56:52 +02:00
										 |  |  |     </parent> | 
					
						
							| 
									
										
										
										
											2019-10-31 20:43:47 -05:00
										 |  |  | 
 | 
					
						
							|  |  |  |     <dependencies> | 
					
						
							|  |  |  |         <!-- Spring Security --> | 
					
						
							|  |  |  |         <dependency> | 
					
						
							|  |  |  |             <groupId>org.springframework.security</groupId> | 
					
						
							|  |  |  |             <artifactId>spring-security-web</artifactId> | 
					
						
							| 
									
										
										
										
											2020-09-10 17:25:13 +02:00
										 |  |  |             <version>${spring-security.version}</version> | 
					
						
							| 
									
										
										
										
											2019-10-31 20:43:47 -05:00
										 |  |  |         </dependency> | 
					
						
							|  |  |  |         <dependency> | 
					
						
							|  |  |  |             <groupId>org.springframework.security</groupId> | 
					
						
							|  |  |  |             <artifactId>spring-security-config</artifactId> | 
					
						
							| 
									
										
										
										
											2020-09-10 17:25:13 +02:00
										 |  |  |             <version>${spring-security.version}</version> | 
					
						
							| 
									
										
										
										
											2019-10-31 20:43:47 -05:00
										 |  |  |         </dependency> | 
					
						
							|  |  |  |         <dependency> | 
					
						
							|  |  |  |             <groupId>org.springframework.security</groupId> | 
					
						
							|  |  |  |             <artifactId>spring-security-taglibs</artifactId> | 
					
						
							| 
									
										
										
										
											2020-09-10 17:25:13 +02:00
										 |  |  |             <version>${spring-security.version}</version> | 
					
						
							| 
									
										
										
										
											2019-10-31 20:43:47 -05:00
										 |  |  |         </dependency> | 
					
						
							|  |  |  |         <!-- Spring --> | 
					
						
							|  |  |  |         <dependency> | 
					
						
							|  |  |  |             <groupId>org.springframework</groupId> | 
					
						
							|  |  |  |             <artifactId>spring-core</artifactId> | 
					
						
							| 
									
										
										
										
											2020-09-10 17:25:13 +02:00
										 |  |  |             <version>${spring.version}</version> | 
					
						
							| 
									
										
										
										
											2019-10-31 20:43:47 -05:00
										 |  |  |         </dependency> | 
					
						
							|  |  |  |         <dependency> | 
					
						
							|  |  |  |             <groupId>org.springframework</groupId> | 
					
						
							|  |  |  |             <artifactId>spring-context</artifactId> | 
					
						
							| 
									
										
										
										
											2020-09-10 17:25:13 +02:00
										 |  |  |             <version>${spring.version}</version> | 
					
						
							| 
									
										
										
										
											2019-10-31 20:43:47 -05:00
										 |  |  |         </dependency> | 
					
						
							|  |  |  |         <dependency> | 
					
						
							|  |  |  |             <groupId>org.springframework</groupId> | 
					
						
							|  |  |  |             <artifactId>spring-beans</artifactId> | 
					
						
							| 
									
										
										
										
											2020-09-10 17:25:13 +02:00
										 |  |  |             <version>${spring.version}</version> | 
					
						
							| 
									
										
										
										
											2019-10-31 20:43:47 -05:00
										 |  |  |         </dependency> | 
					
						
							|  |  |  |         <dependency> | 
					
						
							|  |  |  |             <groupId>org.springframework</groupId> | 
					
						
							|  |  |  |             <artifactId>spring-aop</artifactId> | 
					
						
							| 
									
										
										
										
											2020-09-10 17:25:13 +02:00
										 |  |  |             <version>${spring.version}</version> | 
					
						
							| 
									
										
										
										
											2019-10-31 20:43:47 -05:00
										 |  |  |         </dependency> | 
					
						
							|  |  |  |         <dependency> | 
					
						
							|  |  |  |             <groupId>org.springframework</groupId> | 
					
						
							|  |  |  |             <artifactId>spring-web</artifactId> | 
					
						
							| 
									
										
										
										
											2020-09-10 17:25:13 +02:00
										 |  |  |             <version>${spring.version}</version> | 
					
						
							| 
									
										
										
										
											2019-10-31 20:43:47 -05:00
										 |  |  |         </dependency> | 
					
						
							|  |  |  |         <dependency> | 
					
						
							|  |  |  |             <groupId>org.springframework</groupId> | 
					
						
							|  |  |  |             <artifactId>spring-webmvc</artifactId> | 
					
						
							| 
									
										
										
										
											2020-09-10 17:25:13 +02:00
										 |  |  |             <version>${spring.version}</version> | 
					
						
							| 
									
										
										
										
											2019-10-31 20:43:47 -05:00
										 |  |  |         </dependency> | 
					
						
							|  |  |  |         <!-- web --> | 
					
						
							|  |  |  |         <dependency> | 
					
						
							|  |  |  |             <groupId>javax.servlet</groupId> | 
					
						
							|  |  |  |             <artifactId>javax.servlet-api</artifactId> | 
					
						
							|  |  |  |             <version>${javax.servlet-api.version}</version> | 
					
						
							|  |  |  |             <scope>provided</scope> | 
					
						
							|  |  |  |         </dependency> | 
					
						
							|  |  |  |         <dependency> | 
					
						
							|  |  |  |             <groupId>javax.servlet</groupId> | 
					
						
							|  |  |  |             <artifactId>jstl</artifactId> | 
					
						
							|  |  |  |             <version>${jstl.version}</version> | 
					
						
							|  |  |  |             <scope>runtime</scope> | 
					
						
							|  |  |  |         </dependency> | 
					
						
							|  |  |  |         <!-- Test --> | 
					
						
							|  |  |  |         <dependency> | 
					
						
							| 
									
										
										
										
											2019-12-05 16:56:52 +02:00
										 |  |  |             <groupId>org.springframework.boot</groupId> | 
					
						
							|  |  |  |             <artifactId>spring-boot-starter-test</artifactId> | 
					
						
							| 
									
										
										
										
											2021-06-11 16:55:37 +02:00
										 |  |  |             <version>${spring-boot-starter-test.version}</version> | 
					
						
							| 
									
										
										
										
											2019-12-05 16:56:52 +02:00
										 |  |  |             <scope>test</scope> | 
					
						
							|  |  |  |         </dependency> | 
					
						
							| 
									
										
										
										
											2019-10-31 20:43:47 -05:00
										 |  |  |     </dependencies> | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  |     <build> | 
					
						
							| 
									
										
										
										
											2021-05-17 20:22:27 +05:30
										 |  |  |         <finalName>spring-security-web-react</finalName> | 
					
						
							| 
									
										
										
										
											2019-10-31 20:43:47 -05:00
										 |  |  |         <resources> | 
					
						
							|  |  |  |             <resource> | 
					
						
							|  |  |  |                 <directory>src/main/resources</directory> | 
					
						
							|  |  |  |                 <filtering>true</filtering> | 
					
						
							|  |  |  |             </resource> | 
					
						
							|  |  |  |         </resources> | 
					
						
							|  |  |  |         <plugins> | 
					
						
							|  |  |  |             <plugin> | 
					
						
							|  |  |  |                 <groupId>org.apache.maven.plugins</groupId> | 
					
						
							|  |  |  |                 <artifactId>maven-war-plugin</artifactId> | 
					
						
							|  |  |  |                 <version>${maven-war-plugin.version}</version> | 
					
						
							|  |  |  |                 <configuration> | 
					
						
							|  |  |  |                     <warSourceExcludes> | 
					
						
							|  |  |  |                         WEB-INF/view/react/node/**, | 
					
						
							|  |  |  |                         WEB-INF/view/react/node_modules/**, | 
					
						
							|  |  |  |                         WEB-INF/view/react/public/**, | 
					
						
							|  |  |  |                         WEB-INF/view/react/src/**, | 
					
						
							|  |  |  |                         WEB-INF/view/react/* | 
					
						
							|  |  |  |                     </warSourceExcludes> | 
					
						
							|  |  |  |                 </configuration> | 
					
						
							|  |  |  |             </plugin> | 
					
						
							| 
									
										
										
										
											2022-09-13 21:22:49 +05:30
										 |  |  |             <!-- NPM build is disabled from profile specific configurations because in a multi-threaded --> | 
					
						
							|  |  |  |             <!-- run environment like Jenkins this build was not succeeding due to issues totally unrelated --> | 
					
						
							|  |  |  |             <!-- to this module. This can be enabled manually while running this module on local, or --> | 
					
						
							|  |  |  |             <!-- directly npm can be run inside the webapp folder --> | 
					
						
							|  |  |  |             <!-- <plugin> <groupId>com.github.eirslett</groupId> <artifactId>frontend-maven-plugin</artifactId> --> | 
					
						
							|  |  |  |             <!-- <version>${frontend-maven-plugin.version}</version> <configuration> <nodeVersion>${node.version}</nodeVersion> --> | 
					
						
							|  |  |  |             <!-- <workingDirectory>src/main/webapp/WEB-INF/view/react</workingDirectory> </configuration> --> | 
					
						
							|  |  |  |             <!-- <executions> <execution> <id>install node and npm</id> <goals> <goal>install-node-and-npm</goal> --> | 
					
						
							|  |  |  |             <!-- </goals> </execution><execution> --> | 
					
						
							|  |  |  |             <!-- <id>npm install</id> <goals> <goal>npm</goal> </goals> </execution> <execution> --> | 
					
						
							|  |  |  |             <!-- <id>npm run build</id> <goals> <goal>npm</goal> </goals> --> | 
					
						
							|  |  |  |             <!-- <configuration> <arguments>run build</arguments> </configuration> --> | 
					
						
							|  |  |  |             <!-- </execution> </executions> </plugin> --> | 
					
						
							| 
									
										
										
										
											2019-10-31 20:43:47 -05:00
										 |  |  |             <plugin> | 
					
						
							|  |  |  |                 <groupId>org.eclipse.jetty</groupId> | 
					
						
							|  |  |  |                 <artifactId>jetty-maven-plugin</artifactId> | 
					
						
							|  |  |  |                 <version>9.4.11.v20180605</version> | 
					
						
							|  |  |  |             </plugin> | 
					
						
							|  |  |  |         </plugins> | 
					
						
							|  |  |  |     </build> | 
					
						
							|  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2022-09-13 21:22:49 +05:30
										 |  |  |     <!-- NPM build is disabled from profile specific configurations because in a multi-threaded run environment --> | 
					
						
							|  |  |  |     <!-- like Jenkins this build was not succeeding due to issues totally unrelated to this module This --> | 
					
						
							|  |  |  |     <!-- can be enabled manually while running this module on local, or directly npm can be run inside --> | 
					
						
							|  |  |  |     <!-- the webapp folder --> | 
					
						
							|  |  |  |     <!-- <profiles> <profile> <id>default-first</id> <build> <plugins> <plugin> <groupId>com.github.eirslett</groupId> --> | 
					
						
							|  |  |  |     <!-- <artifactId>frontend-maven-plugin</artifactId> <executions> <execution> --> | 
					
						
							|  |  |  |     <!-- <id>install node and npm</id> --> | 
					
						
							|  |  |  |     <!--<phase>none</phase> </execution> <execution> <id>npm install</id> <phase>none</phase> </execution> --> | 
					
						
							|  |  |  |     <!-- <execution> <id>npm run build</id> <phase>none</phase> </execution> </executions> </plugin> --> | 
					
						
							|  |  |  |     <!--</plugins> </build> </profile> --> | 
					
						
							|  |  |  |     <!--<profile> <id>default-second</id> <build> <plugins> <plugin> <groupId>com.github.eirslett</groupId> --> | 
					
						
							|  |  |  |     <!-- <artifactId>frontend-maven-plugin</artifactId> --> | 
					
						
							|  |  |  |     <!--<executions> <execution> <id>install node and npm</id> <phase>none</phase> </execution> <execution> --> | 
					
						
							|  |  |  |     <!-- <id>npm install</id> <phase>none</phase> </execution> <execution> <id>npm run build</id> <phase>none</phase> --> | 
					
						
							|  |  |  |     <!--</execution> </executions> </plugin> </plugins> </build> </profile> </profiles> --> | 
					
						
							| 
									
										
										
										
											2020-09-08 11:26:57 +02:00
										 |  |  | 
 | 
					
						
							| 
									
										
										
										
											2019-10-31 20:43:47 -05:00
										 |  |  |     <properties> | 
					
						
							|  |  |  |         <!-- Maven plugins --> | 
					
						
							|  |  |  |         <maven-resources-plugin.version>2.7</maven-resources-plugin.version> | 
					
						
							| 
									
										
										
										
											2021-08-19 11:13:36 +05:30
										 |  |  |         <frontend-maven-plugin.version>1.12.0</frontend-maven-plugin.version> | 
					
						
							| 
									
										
										
										
											2019-10-31 20:43:47 -05:00
										 |  |  |         <jetty.version>9.4.11.v20180605</jetty.version> | 
					
						
							|  |  |  |         <!-- frontend --> | 
					
						
							|  |  |  |         <node.version>v8.11.3</node.version> | 
					
						
							|  |  |  |         <npm.version>6.1.0</npm.version> | 
					
						
							|  |  |  |     </properties> | 
					
						
							| 
									
										
										
										
											2021-05-17 20:22:27 +05:30
										 |  |  | 
 | 
					
						
							| 
									
										
										
										
											2019-10-31 20:43:47 -05:00
										 |  |  | </project> |