Skip to content

Commit

Permalink
fix: problems encountered while building the effective model
Browse files Browse the repository at this point in the history
  • Loading branch information
dawidmalina committed Oct 16, 2024
1 parent 383c2c6 commit 52cfe0a
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 31 deletions.
20 changes: 0 additions & 20 deletions api/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -107,10 +107,6 @@
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-data-redis</artifactId>
</dependency>
<dependency>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-test</artifactId>
</dependency>
<dependency>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-validation</artifactId>
Expand Down Expand Up @@ -139,16 +135,6 @@
<artifactId>h2</artifactId>
<scope>runtime</scope>
</dependency>
<dependency>
<groupId>com.microsoft.sqlserver</groupId>
<artifactId>mssql-jdbc</artifactId>
<scope>runtime</scope>
</dependency>
<dependency>
<groupId>org.projectlombok</groupId>
<artifactId>lombok</artifactId>
<optional>true</optional>
</dependency>
<dependency>
<groupId>org.liquibase</groupId>
<artifactId>liquibase-core</artifactId>
Expand Down Expand Up @@ -311,12 +297,6 @@
<version>9.41.2</version>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>com.nimbusds</groupId>
<artifactId>nimbus-jose-jwt</artifactId>
<version>9.41.2</version>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>io.fabric8</groupId>
<artifactId>kubernetes-client</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,7 @@
<plugin>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-maven-plugin</artifactId>
<version>${parent.version}</version>
<version>${project.parent.version}</version>
<configuration>
<mainClass>org.terrakube.api.ServerApplication</mainClass>
<excludes>
Expand Down
10 changes: 0 additions & 10 deletions registry/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -73,10 +73,6 @@
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-actuator</artifactId>
</dependency>
<dependency>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-test</artifactId>
</dependency>
<dependency>
<groupId>org.projectlombok</groupId>
<artifactId>lombok</artifactId>
Expand All @@ -91,12 +87,6 @@
<groupId>org.terrakube.client</groupId>
<artifactId>terrakube-spring-boot-starter</artifactId>
<version>${terrakube-client-starter.version}</version>
<exclusions>
<exclusion>
<groupId>com.squareup.okio:okio-jvm</groupId>
<artifactId>3.0.0 </artifactId>
</exclusion>
</exclusions>
</dependency>
<dependency>
<groupId>org.eclipse.jgit</groupId>
Expand Down

0 comments on commit 52cfe0a

Please sign in to comment.