| 
									
										
										
										
											2019-12-05 16:56:52 +02:00
										 |  |  | <?xml version="1.0" encoding="UTF-8"?> | 
					
						
							| 
									
										
										
										
											2019-10-31 20:43:47 -05:00
										 |  |  | <project xmlns="http://maven.apache.org/POM/4.0.0" | 
					
						
							| 
									
										
										
										
											2021-05-13 22:46:18 +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-12-05 16:56:52 +02:00
										 |  |  |     <modelVersion>4.0.0</modelVersion> | 
					
						
							|  |  |  |     <artifactId>spring-boot-libraries</artifactId> | 
					
						
							|  |  |  |     <name>spring-boot-libraries</name> | 
					
						
							|  |  |  |     <packaging>war</packaging> | 
					
						
							| 
									
										
										
										
											2019-10-31 20:43:47 -05:00
										 |  |  | 
 | 
					
						
							| 
									
										
										
										
											2019-12-05 16:56:52 +02:00
										 |  |  |     <parent> | 
					
						
							| 
									
										
										
										
											2020-07-08 05:00:05 +02:00
										 |  |  |         <groupId>com.baeldung.spring-boot-modules</groupId> | 
					
						
							|  |  |  |         <artifactId>spring-boot-modules</artifactId> | 
					
						
							|  |  |  |         <version>1.0.0-SNAPSHOT</version> | 
					
						
							| 
									
										
										
										
											2019-12-05 16:56:52 +02:00
										 |  |  |     </parent> | 
					
						
							| 
									
										
										
										
											2019-10-31 20:43:47 -05:00
										 |  |  | 
 | 
					
						
							| 
									
										
										
										
											2019-12-05 16:56:52 +02:00
										 |  |  |     <dependencies> | 
					
						
							|  |  |  |         <dependency> | 
					
						
							|  |  |  |             <groupId>org.springframework.boot</groupId> | 
					
						
							|  |  |  |             <artifactId>spring-boot-starter-web</artifactId> | 
					
						
							|  |  |  |         </dependency> | 
					
						
							|  |  |  |         <dependency> | 
					
						
							|  |  |  |             <groupId>org.springframework.boot</groupId> | 
					
						
							|  |  |  |             <artifactId>spring-boot-starter-security</artifactId> | 
					
						
							|  |  |  |         </dependency> | 
					
						
							|  |  |  |         <dependency> | 
					
						
							|  |  |  |             <groupId>org.springframework.boot</groupId> | 
					
						
							|  |  |  |             <artifactId>spring-boot-starter-tomcat</artifactId> | 
					
						
							|  |  |  |         </dependency> | 
					
						
							| 
									
										
										
										
											2020-04-10 09:24:15 +02:00
										 |  |  |         <dependency> | 
					
						
							|  |  |  |             <groupId>org.springframework.boot</groupId> | 
					
						
							|  |  |  |             <artifactId>spring-boot-starter-data-jpa</artifactId> | 
					
						
							|  |  |  |         </dependency> | 
					
						
							| 
									
										
										
										
											2019-12-05 16:56:52 +02:00
										 |  |  |         <dependency> | 
					
						
							|  |  |  |             <groupId>org.springframework.boot</groupId> | 
					
						
							|  |  |  |             <artifactId>spring-boot-starter-test</artifactId> | 
					
						
							|  |  |  |             <scope>test</scope> | 
					
						
							|  |  |  |         </dependency> | 
					
						
							| 
									
										
										
										
											2020-08-28 17:56:09 +05:30
										 |  |  |         <!-- togglez --> | 
					
						
							|  |  |  |         <dependency> | 
					
						
							|  |  |  |             <groupId>org.togglz</groupId> | 
					
						
							|  |  |  |             <artifactId>togglz-spring-boot-starter</artifactId> | 
					
						
							|  |  |  |             <version>${togglz.version}</version> | 
					
						
							|  |  |  |         </dependency> | 
					
						
							|  |  |  |         <dependency> | 
					
						
							|  |  |  |             <groupId>org.togglz</groupId> | 
					
						
							|  |  |  |             <artifactId>togglz-spring-security</artifactId> | 
					
						
							|  |  |  |             <version>${togglz.version}</version> | 
					
						
							|  |  |  |         </dependency> | 
					
						
							|  |  |  |         <!-- graphql --> | 
					
						
							|  |  |  |         <dependency> | 
					
						
							|  |  |  |             <groupId>com.graphql-java</groupId> | 
					
						
							|  |  |  |             <artifactId>graphql-spring-boot-starter</artifactId> | 
					
						
							|  |  |  |             <version>${graphql-spring-boot-starter.version}</version> | 
					
						
							|  |  |  |         </dependency> | 
					
						
							|  |  |  |         <dependency> | 
					
						
							|  |  |  |             <groupId>com.graphql-java</groupId> | 
					
						
							|  |  |  |             <artifactId>graphql-java-tools</artifactId> | 
					
						
							|  |  |  |             <version>${graphql-java-tools.version}</version> | 
					
						
							|  |  |  |         </dependency> | 
					
						
							|  |  |  |         <dependency> | 
					
						
							|  |  |  |             <groupId>com.graphql-java</groupId> | 
					
						
							|  |  |  |             <artifactId>graphiql-spring-boot-starter</artifactId> | 
					
						
							|  |  |  |             <version>${graphql-spring-boot-starter.version}</version> | 
					
						
							| 
									
										
										
										
											2021-05-13 22:46:18 +05:30
										 |  |  |         </dependency> | 
					
						
							| 
									
										
										
										
											2019-12-05 16:56:52 +02:00
										 |  |  |         <!-- Problem Spring Web --> | 
					
						
							|  |  |  |         <dependency> | 
					
						
							|  |  |  |             <groupId>org.zalando</groupId> | 
					
						
							|  |  |  |             <artifactId>problem-spring-web</artifactId> | 
					
						
							|  |  |  |             <version>${problem-spring-web.version}</version> | 
					
						
							|  |  |  |         </dependency> | 
					
						
							|  |  |  |         <!-- ShedLock --> | 
					
						
							|  |  |  |         <dependency> | 
					
						
							|  |  |  |             <groupId>net.javacrumbs.shedlock</groupId> | 
					
						
							|  |  |  |             <artifactId>shedlock-spring</artifactId> | 
					
						
							|  |  |  |             <version>${shedlock.version}</version> | 
					
						
							|  |  |  |         </dependency> | 
					
						
							|  |  |  |         <dependency> | 
					
						
							|  |  |  |             <groupId>net.javacrumbs.shedlock</groupId> | 
					
						
							|  |  |  |             <artifactId>shedlock-provider-jdbc-template</artifactId> | 
					
						
							|  |  |  |             <version>${shedlock.version}</version> | 
					
						
							|  |  |  |         </dependency> | 
					
						
							| 
									
										
										
										
											2020-03-26 23:00:07 +01:00
										 |  |  |         <dependency> | 
					
						
							|  |  |  |             <groupId>com.h2database</groupId> | 
					
						
							|  |  |  |             <artifactId>h2</artifactId> | 
					
						
							|  |  |  |         </dependency> | 
					
						
							| 
									
										
										
										
											2020-03-20 23:49:49 +01:00
										 |  |  |         <!-- Barcodes --> | 
					
						
							|  |  |  |         <dependency> | 
					
						
							|  |  |  |             <groupId>net.sourceforge.barbecue</groupId> | 
					
						
							|  |  |  |             <artifactId>barbecue</artifactId> | 
					
						
							|  |  |  |             <version>${barbecue.version}</version> | 
					
						
							|  |  |  |         </dependency> | 
					
						
							|  |  |  |         <dependency> | 
					
						
							|  |  |  |             <groupId>net.sf.barcode4j</groupId> | 
					
						
							|  |  |  |             <artifactId>barcode4j</artifactId> | 
					
						
							|  |  |  |             <version>${barcode4j.version}</version> | 
					
						
							|  |  |  |         </dependency> | 
					
						
							|  |  |  |         <dependency> | 
					
						
							|  |  |  |             <groupId>com.github.kenglxn.qrgen</groupId> | 
					
						
							|  |  |  |             <artifactId>javase</artifactId> | 
					
						
							|  |  |  |             <version>${qrgen.version}</version> | 
					
						
							|  |  |  |         </dependency> | 
					
						
							|  |  |  |         <dependency> | 
					
						
							|  |  |  |             <groupId>com.google.zxing</groupId> | 
					
						
							|  |  |  |             <artifactId>core</artifactId> | 
					
						
							|  |  |  |             <version>${zxing.version}</version> | 
					
						
							|  |  |  |         </dependency> | 
					
						
							|  |  |  |         <dependency> | 
					
						
							|  |  |  |             <groupId>com.google.zxing</groupId> | 
					
						
							|  |  |  |             <artifactId>javase</artifactId> | 
					
						
							|  |  |  |             <version>${zxing.version}</version> | 
					
						
							|  |  |  |         </dependency> | 
					
						
							| 
									
										
										
										
											2020-05-24 16:56:57 +05:30
										 |  |  |         <!-- Bucket4j --> | 
					
						
							| 
									
										
										
										
											2020-05-24 16:53:24 +05:30
										 |  |  |         <dependency> | 
					
						
							|  |  |  |             <groupId>com.github.vladimir-bukhtoyarov</groupId> | 
					
						
							|  |  |  |             <artifactId>bucket4j-core</artifactId> | 
					
						
							|  |  |  |             <version>${bucket4j.version}</version> | 
					
						
							|  |  |  |         </dependency> | 
					
						
							|  |  |  |         <dependency> | 
					
						
							|  |  |  |             <groupId>com.giffing.bucket4j.spring.boot.starter</groupId> | 
					
						
							|  |  |  |             <artifactId>bucket4j-spring-boot-starter</artifactId> | 
					
						
							|  |  |  |             <version>${bucket4j-spring-boot-starter.version}</version> | 
					
						
							|  |  |  |         </dependency> | 
					
						
							|  |  |  |         <dependency> | 
					
						
							|  |  |  |             <groupId>org.springframework.boot</groupId> | 
					
						
							|  |  |  |             <artifactId>spring-boot-starter-cache</artifactId> | 
					
						
							| 
									
										
										
										
											2021-05-13 22:46:18 +05:30
										 |  |  |         </dependency> | 
					
						
							| 
									
										
										
										
											2020-05-24 16:53:24 +05:30
										 |  |  |         <dependency> | 
					
						
							|  |  |  |             <groupId>javax.cache</groupId> | 
					
						
							|  |  |  |             <artifactId>cache-api</artifactId> | 
					
						
							| 
									
										
										
										
											2021-05-13 22:46:18 +05:30
										 |  |  |         </dependency> | 
					
						
							| 
									
										
										
										
											2020-05-24 16:53:24 +05:30
										 |  |  |         <dependency> | 
					
						
							|  |  |  |             <groupId>com.github.ben-manes.caffeine</groupId> | 
					
						
							|  |  |  |             <artifactId>caffeine</artifactId> | 
					
						
							|  |  |  |             <version>${caffeine.version}</version> | 
					
						
							|  |  |  |         </dependency> | 
					
						
							|  |  |  |         <dependency> | 
					
						
							|  |  |  |             <groupId>com.github.ben-manes.caffeine</groupId> | 
					
						
							|  |  |  |             <artifactId>jcache</artifactId> | 
					
						
							|  |  |  |             <version>${caffeine.version}</version> | 
					
						
							|  |  |  |         </dependency> | 
					
						
							| 
									
										
										
										
											2019-12-05 16:56:52 +02:00
										 |  |  |     </dependencies> | 
					
						
							| 
									
										
										
										
											2019-10-31 20:43:47 -05:00
										 |  |  | 
 | 
					
						
							| 
									
										
										
										
											2020-03-20 23:49:49 +01:00
										 |  |  |     <repositories> | 
					
						
							|  |  |  |         <repository> | 
					
						
							|  |  |  |             <id>jitpack.io</id> | 
					
						
							|  |  |  |             <url>https://jitpack.io</url> | 
					
						
							|  |  |  |         </repository> | 
					
						
							|  |  |  |     </repositories> | 
					
						
							|  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2020-05-24 16:53:24 +05:30
										 |  |  |     <build> | 
					
						
							|  |  |  |         <finalName>spring-boot-libraries</finalName> | 
					
						
							|  |  |  |         <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> | 
					
						
							|  |  |  |             </plugin> | 
					
						
							|  |  |  |             <plugin> | 
					
						
							|  |  |  |                 <groupId>pl.project13.maven</groupId> | 
					
						
							|  |  |  |                 <artifactId>git-commit-id-plugin</artifactId> | 
					
						
							|  |  |  |                 <version>${git-commit-id-plugin.version}</version> | 
					
						
							|  |  |  |                 <executions> | 
					
						
							|  |  |  |                     <execution> | 
					
						
							|  |  |  |                         <id>get-the-git-infos</id> | 
					
						
							|  |  |  |                         <goals> | 
					
						
							|  |  |  |                             <goal>revision</goal> | 
					
						
							|  |  |  |                         </goals> | 
					
						
							|  |  |  |                         <phase>initialize</phase> | 
					
						
							|  |  |  |                     </execution> | 
					
						
							|  |  |  |                     <execution> | 
					
						
							|  |  |  |                         <id>validate-the-git-infos</id> | 
					
						
							|  |  |  |                         <goals> | 
					
						
							|  |  |  |                             <goal>validateRevision</goal> | 
					
						
							|  |  |  |                         </goals> | 
					
						
							|  |  |  |                         <phase>package</phase> | 
					
						
							|  |  |  |                     </execution> | 
					
						
							|  |  |  |                 </executions> | 
					
						
							|  |  |  |                 <configuration> | 
					
						
							|  |  |  |                     <generateGitPropertiesFile>true</generateGitPropertiesFile> | 
					
						
							|  |  |  |                     <generateGitPropertiesFilename>${project.build.outputDirectory}/git.properties</generateGitPropertiesFilename> | 
					
						
							|  |  |  |                 </configuration> | 
					
						
							|  |  |  |             </plugin> | 
					
						
							| 
									
										
										
										
											2019-12-05 16:56:52 +02:00
										 |  |  |         </plugins> | 
					
						
							|  |  |  |     </build> | 
					
						
							| 
									
										
										
										
											2019-10-31 20:43:47 -05:00
										 |  |  | 
 | 
					
						
							| 
									
										
										
										
											2020-05-24 16:53:24 +05:30
										 |  |  |     <profiles> | 
					
						
							|  |  |  |         <profile> | 
					
						
							|  |  |  |             <id>autoconfiguration</id> | 
					
						
							|  |  |  |             <build> | 
					
						
							|  |  |  |                 <plugins> | 
					
						
							|  |  |  |                     <plugin> | 
					
						
							|  |  |  |                         <groupId>org.apache.maven.plugins</groupId> | 
					
						
							|  |  |  |                         <artifactId>maven-surefire-plugin</artifactId> | 
					
						
							|  |  |  |                         <executions> | 
					
						
							|  |  |  |                             <execution> | 
					
						
							|  |  |  |                                 <phase>integration-test</phase> | 
					
						
							|  |  |  |                                 <goals> | 
					
						
							|  |  |  |                                     <goal>test</goal> | 
					
						
							|  |  |  |                                 </goals> | 
					
						
							|  |  |  |                                 <configuration> | 
					
						
							|  |  |  |                                     <excludes> | 
					
						
							|  |  |  |                                         <exclude>**/*LiveTest.java</exclude> | 
					
						
							|  |  |  |                                         <exclude>**/*IntegrationTest.java</exclude> | 
					
						
							|  |  |  |                                         <exclude>**/*IntTest.java</exclude> | 
					
						
							|  |  |  |                                     </excludes> | 
					
						
							|  |  |  |                                     <includes> | 
					
						
							|  |  |  |                                         <include>**/AutoconfigurationTest.java</include> | 
					
						
							|  |  |  |                                     </includes> | 
					
						
							|  |  |  |                                 </configuration> | 
					
						
							|  |  |  |                             </execution> | 
					
						
							|  |  |  |                         </executions> | 
					
						
							|  |  |  |                         <configuration> | 
					
						
							|  |  |  |                             <systemPropertyVariables> | 
					
						
							|  |  |  |                                 <test.mime>json</test.mime> | 
					
						
							|  |  |  |                             </systemPropertyVariables> | 
					
						
							|  |  |  |                         </configuration> | 
					
						
							|  |  |  |                     </plugin> | 
					
						
							|  |  |  |                 </plugins> | 
					
						
							|  |  |  |             </build> | 
					
						
							|  |  |  |         </profile> | 
					
						
							|  |  |  |     </profiles> | 
					
						
							| 
									
										
										
										
											2019-12-05 16:56:52 +02:00
										 |  |  | 
 | 
					
						
							| 
									
										
										
										
											2020-05-24 16:53:24 +05:30
										 |  |  |     <properties> | 
					
						
							|  |  |  |         <!-- The main class to start by executing java -jar --> | 
					
						
							| 
									
										
										
										
											2021-01-07 16:30:52 +02:00
										 |  |  |         <start-class>com.baeldung.graphql.DemoApplication</start-class> | 
					
						
							| 
									
										
										
										
											2019-12-05 16:56:52 +02:00
										 |  |  |         <tomee-servlet-api.version>8.5.11</tomee-servlet-api.version> | 
					
						
							|  |  |  |         <togglz.version>2.4.1.Final</togglz.version> | 
					
						
							|  |  |  |         <rome.version>1.9.0</rome.version> | 
					
						
							|  |  |  |         <chaos.monkey.version>2.0.0</chaos.monkey.version> | 
					
						
							| 
									
										
										
										
											2020-05-24 16:53:24 +05:30
										 |  |  |         <graphql-spring-boot-starter.version>5.0.2</graphql-spring-boot-starter.version> | 
					
						
							|  |  |  |         <graphql-java-tools.version>5.2.4</graphql-java-tools.version> | 
					
						
							|  |  |  |         <git-commit-id-plugin.version>2.2.4</git-commit-id-plugin.version> | 
					
						
							|  |  |  |         <modelmapper.version>2.3.2</modelmapper.version> | 
					
						
							|  |  |  |         <problem-spring-web.version>0.23.0</problem-spring-web.version> | 
					
						
							|  |  |  |         <shedlock.version>2.1.0</shedlock.version> | 
					
						
							|  |  |  |         <barbecue.version>1.5-beta1</barbecue.version> | 
					
						
							|  |  |  |         <barcode4j.version>2.1</barcode4j.version> | 
					
						
							|  |  |  |         <qrgen.version>2.6.0</qrgen.version> | 
					
						
							|  |  |  |         <zxing.version>3.3.0</zxing.version> | 
					
						
							|  |  |  |         <bucket4j.version>4.10.0</bucket4j.version> | 
					
						
							|  |  |  |         <bucket4j-spring-boot-starter.version>0.2.0</bucket4j-spring-boot-starter.version> | 
					
						
							|  |  |  |         <caffeine.version>2.8.2</caffeine.version> | 
					
						
							|  |  |  |     </properties> | 
					
						
							| 
									
										
										
										
											2019-10-31 20:43:47 -05:00
										 |  |  | 
 | 
					
						
							| 
									
										
										
										
											2021-05-13 22:46:18 +05:30
										 |  |  | </project> |