Skip to content

Commit

Permalink
chore: remove unnecessary commented lines from pom.xml
Browse files Browse the repository at this point in the history
  • Loading branch information
Awambeng committed Jul 10, 2024
1 parent feddc43 commit 50872de
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 62 deletions.
56 changes: 0 additions & 56 deletions datasafe-rest-impl/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -24,11 +24,6 @@
</properties>

<dependencies>
<!-- <dependency>-->
<!-- <groupId>org.springdoc</groupId>-->
<!-- <artifactId>springdoc-openapi-starter-webmvc-ui</artifactId>-->
<!-- <version>${springdoc-openapi-starter-webmvc-ui.version}</version>-->
<!-- </dependency>-->
<dependency>
<groupId>de.adorsys</groupId>
<artifactId>datasafe-business</artifactId>
Expand Down Expand Up @@ -59,30 +54,6 @@
<artifactId>datasafe-metainfo-version-impl</artifactId>
<version>${project.version}</version>
</dependency>

<!-- <dependency>-->
<!-- <groupId>org.springframework.boot</groupId>-->
<!-- <artifactId>spring-boot-starter-web</artifactId>-->
<!-- <version>${spring-boot.version}</version>-->
<!-- </dependency>-->
<!-- <dependency>-->
<!-- <groupId>org.springframework.boot</groupId>-->
<!-- <artifactId>spring-boot-starter-actuator</artifactId>-->
<!-- <version>${spring-boot.version}</version>-->
<!-- </dependency>-->
<!-- <dependency>-->
<!-- <groupId>org.springframework.boot</groupId>-->
<!-- <artifactId>spring-boot-devtools</artifactId>-->
<!-- <version>${spring-boot.version}</version>-->
<!-- <scope>runtime</scope>-->
<!-- </dependency>-->
<!-- <dependency>-->
<!-- <groupId>org.springframework.boot</groupId>-->
<!-- <artifactId>spring-boot-configuration-processor</artifactId>-->
<!-- <version>${spring-boot.version}</version>-->
<!-- <optional>true</optional>-->
<!-- </dependency>-->

<dependency>
<groupId>jakarta.validation</groupId>
<artifactId>jakarta.validation-api</artifactId>
Expand All @@ -93,33 +64,11 @@
<artifactId>jjwt-api</artifactId>
<version>${jjwt.version}</version>
</dependency>
<!-- <dependency>-->
<!-- <groupId>io.jsonwebtoken</groupId>-->
<!-- <artifactId>jjwt-impl</artifactId>-->
<!-- <version>${jjwt.version}</version>-->
<!-- <scope>runtime</scope>-->
<!-- </dependency>-->
<!-- <dependency>-->
<!-- <groupId>io.jsonwebtoken</groupId>-->
<!-- <artifactId>jjwt-jackson</artifactId>-->
<!-- <version>${jjwt.version}</version>-->
<!-- <scope>runtime</scope>-->
<!-- </dependency>-->
<!-- <dependency>-->
<!-- <groupId>org.springframework.boot</groupId>-->
<!-- <artifactId>spring-boot-starter-security</artifactId>-->
<!-- <version>${spring-boot.version}</version>-->
<!-- </dependency>-->
<dependency>
<groupId>de.adorsys</groupId>
<artifactId>datasafe-storage-impl-db</artifactId>
<version>${project.version}</version>
</dependency>
<!-- <dependency>-->
<!-- <groupId>com.mysql</groupId>-->
<!-- <artifactId>mysql-connector-j</artifactId>-->
<!-- <version>${mysql.version}</version>-->
<!-- </dependency>-->

<!-- TEST -->

Expand Down Expand Up @@ -219,11 +168,6 @@
<artifactId>spring-beans</artifactId>
<version>${spring.framework.version}</version>
</dependency>
<!-- <dependency>-->
<!-- <groupId>org.apache.tomcat.embed</groupId>-->
<!-- <artifactId>tomcat-embed-core</artifactId>-->
<!-- <version>${tomcat-embed-core.version}</version>-->
<!-- </dependency>-->
<dependency>
<groupId>org.springframework</groupId>
<artifactId>spring-webmvc</artifactId>
Expand Down
6 changes: 0 additions & 6 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -332,11 +332,6 @@
<artifactId>jaxb-api</artifactId>
<version>${jaxb-api.version}</version>
</dependency>
<!-- <dependency>-->
<!-- <groupId>org.bouncycastle</groupId>-->
<!-- <artifactId>bcprov-jdk18on</artifactId>-->
<!-- <version>${bouncycastle.bcprov-jdk18on.version}</version>-->
<!-- </dependency>-->
</dependencies>
</dependencyManagement>

Expand Down Expand Up @@ -419,7 +414,6 @@
<ignoredUnusedDeclaredDependency>org.springframework.boot:spring-boot-starter-test</ignoredUnusedDeclaredDependency>
</ignoredUnusedDeclaredDependencies>
<ignoredNonTestScopedDependencies>
<!-- <ignoredNonTestScopedDependency>org.bouncycastle:bcprov-jdk15on</ignoredNonTestScopedDependency>-->
<ignoredNonTestScopedDependency>org.slf4j:slf4j-api:jar</ignoredNonTestScopedDependency>
<ignoredNonTestScopedDependency>org.projectlombok:lombok</ignoredNonTestScopedDependency>
<ignoredNonTestScopedDependency>de.adorsys:datasafe-business</ignoredNonTestScopedDependency>
Expand Down

0 comments on commit 50872de

Please sign in to comment.