Skip to content

Commit

Permalink
chore: Remove unused dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
peacekeeper committed Apr 10, 2024
1 parent 118bd49 commit 4c12b49
Showing 1 changed file with 7 additions and 32 deletions.
39 changes: 7 additions & 32 deletions driver/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -12,49 +12,24 @@
</parent>

<properties>
<spring.boot.version>3.2.4</spring.boot.version>
<org.yaml.snakeyaml.version>2.2</org.yaml.snakeyaml.version>
<jakarta.servlet-api.version>6.0.0</jakarta.servlet-api.version>
</properties>

<dependencyManagement>
<dependencies>
<dependency>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-dependencies</artifactId>
<version>${spring.boot.version}</version>
<type>pom</type>
<scope>import</scope>
</dependency>
<dependency>
<groupId>org.yaml</groupId>
<artifactId>snakeyaml</artifactId>
<version>${org.yaml.snakeyaml.version}</version>
<groupId>jakarta.servlet</groupId>
<artifactId>jakarta.servlet-api</artifactId>
<version>${jakarta.servlet-api.version}</version>
</dependency>
</dependencies>
</dependencyManagement>

<dependencies>
<dependency>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-web</artifactId>
<exclusions>
<exclusion>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-logging</artifactId>
</exclusion>
<exclusion>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-tomcat</artifactId>
</exclusion>
</exclusions>
</dependency>
<dependency>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-jetty</artifactId>
</dependency>
<dependency>
<groupId>org.yaml</groupId>
<artifactId>snakeyaml</artifactId>
<groupId>jakarta.servlet</groupId>
<artifactId>jakarta.servlet-api</artifactId>
<scope>provided</scope>
</dependency>
<dependency>
<groupId>decentralized-identity</groupId>
Expand Down

0 comments on commit 4c12b49

Please sign in to comment.