Skip to content
This repository was archived by the owner on Dec 18, 2025. It is now read-only.

Commit 45f4487

Browse files
shaileshmishrashaileshmishra
authored andcommitted
🔨 pom refactored
1 parent cd41600 commit 45f4487

File tree

1 file changed

+0
-94
lines changed

1 file changed

+0
-94
lines changed

pom.xml

Lines changed: 0 additions & 94 deletions
Original file line numberDiff line numberDiff line change
@@ -69,99 +69,5 @@
6969
</plugins>
7070
</build>
7171

72-
<!-- <dependencies>-->
73-
<!-- <dependency>-->
74-
<!-- <groupId>org.springframework.boot</groupId>-->
75-
<!-- <artifactId>spring-boot-starter-data-rest</artifactId>-->
76-
<!-- </dependency>-->
77-
<!-- <dependency>-->
78-
<!-- <groupId>org.springframework.boot</groupId>-->
79-
<!-- <artifactId>spring-boot-starter-jersey</artifactId>-->
80-
<!-- </dependency>-->
81-
<!-- <dependency>-->
82-
<!-- <groupId>org.springframework.boot</groupId>-->
83-
<!-- <artifactId>spring-boot-starter-thymeleaf</artifactId>-->
84-
<!-- </dependency>-->
85-
<!-- <dependency>-->
86-
<!-- <groupId>org.springframework.boot</groupId>-->
87-
<!-- <artifactId>spring-boot-starter-freemarker</artifactId>-->
88-
<!-- </dependency>-->
89-
<!-- <dependency>-->
90-
<!-- <groupId>org.springframework.boot</groupId>-->
91-
<!-- <artifactId>spring-boot-starter-web</artifactId>-->
92-
<!-- </dependency>-->
93-
<!-- <dependency>-->
94-
<!-- <groupId>org.springframework.boot</groupId>-->
95-
<!-- <artifactId>spring-boot-starter-web-services</artifactId>-->
96-
<!-- </dependency>-->
97-
98-
<!-- <dependency>-->
99-
<!-- <groupId>org.springframework.boot</groupId>-->
100-
<!-- <artifactId>spring-boot-devtools</artifactId>-->
101-
<!-- <scope>runtime</scope>-->
102-
<!-- <optional>true</optional>-->
103-
<!-- </dependency>-->
104-
<!-- <dependency>-->
105-
<!-- <groupId>org.projectlombok</groupId>-->
106-
<!-- <artifactId>lombok</artifactId>-->
107-
<!-- <optional>true</optional>-->
108-
<!-- </dependency>-->
109-
<!-- <dependency>-->
110-
<!-- <groupId>org.springframework.boot</groupId>-->
111-
<!-- <artifactId>spring-boot-starter-test</artifactId>-->
112-
<!-- <scope>test</scope>-->
113-
<!-- </dependency>-->
114-
<!-- <dependency>-->
115-
<!-- <groupId>org.hibernate</groupId>-->
116-
<!-- <artifactId>hibernate-core</artifactId>-->
117-
<!-- </dependency>-->
118-
<!-- <dependency>-->
119-
<!-- <groupId>com.graphql-java</groupId>-->
120-
<!-- <artifactId>graphql-spring-boot-autoconfigure</artifactId>-->
121-
<!-- <version>5.0.2</version>-->
122-
<!-- </dependency>-->
123-
<!-- <dependency>-->
124-
<!-- <groupId>com.graphql-java</groupId>-->
125-
<!-- <artifactId>graphql-java-servlet</artifactId>-->
126-
<!-- <version>6.1.3</version>-->
127-
<!-- </dependency>-->
128-
129-
130-
<!-- <dependency>-->
131-
<!-- <groupId>io.github.cdimascio</groupId>-->
132-
<!-- <artifactId>java-dotenv</artifactId>-->
133-
<!-- <version>5.2.2</version>-->
134-
<!-- </dependency>-->
135-
136-
<!-- &lt;!&ndash; <dependency>&ndash;&gt;-->
137-
<!-- &lt;!&ndash; <groupId>org.springframework</groupId>&ndash;&gt;-->
138-
<!-- &lt;!&ndash; <artifactId>spring-context</artifactId>&ndash;&gt;-->
139-
<!-- &lt;!&ndash; <version>5.2.2.RELEASE</version>&ndash;&gt;-->
140-
<!-- &lt;!&ndash; </dependency>&ndash;&gt;-->
141-
142-
<!-- &lt;!&ndash; <dependency>&ndash;&gt;-->
143-
<!-- &lt;!&ndash; <groupId>org.springframework</groupId>&ndash;&gt;-->
144-
<!-- &lt;!&ndash; <artifactId>spring-web</artifactId>&ndash;&gt;-->
145-
<!-- &lt;!&ndash; <version>5.2.2.RELEASE</version>&ndash;&gt;-->
146-
<!-- &lt;!&ndash; </dependency>&ndash;&gt;-->
147-
148-
<!-- </dependencies>-->
149-
150-
<!-- <build>-->
151-
<!-- <plugins>-->
152-
<!-- <plugin>-->
153-
<!-- <groupId>org.springframework.boot</groupId>-->
154-
<!-- <artifactId>spring-boot-maven-plugin</artifactId>-->
155-
<!-- <configuration>-->
156-
<!-- <excludes>-->
157-
<!-- <exclude>-->
158-
<!-- <groupId>org.projectlombok</groupId>-->
159-
<!-- <artifactId>lombok</artifactId>-->
160-
<!-- </exclude>-->
161-
<!-- </excludes>-->
162-
<!-- </configuration>-->
163-
<!-- </plugin>-->
164-
<!-- </plugins>-->
165-
<!-- </build>-->
16672

16773
</project>

0 commit comments

Comments
 (0)