Skip to content

Commit

Permalink
CID-2729: revert last commit
Browse files Browse the repository at this point in the history
  • Loading branch information
mohamedlajmileanix committed Jun 26, 2024
1 parent 70cd1ed commit cac84d6
Show file tree
Hide file tree
Showing 12 changed files with 0 additions and 222 deletions.
16 changes: 0 additions & 16 deletions build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -20,25 +20,9 @@ repositories {
mavenCentral()
}

extra["springCloudVersion"] = "2023.0.1"

dependencyManagement {
imports {
mavenBom("org.springframework.cloud:spring-cloud-dependencies:${property("springCloudVersion")}")
}
}

dependencies {
implementation("org.springframework.boot:spring-boot-starter")
implementation("org.springframework.cloud:spring-cloud-starter-openfeign")
implementation("org.jetbrains.kotlin:kotlin-reflect")
implementation("io.jsonwebtoken:jjwt-api:0.11.2")
implementation("com.fasterxml.jackson.module:jackson-module-kotlin")
implementation("org.bouncycastle:bcprov-jdk18on:1.78")
implementation("org.bouncycastle:bcpkix-jdk18on:1.78")
runtimeOnly("io.jsonwebtoken:jjwt-impl:0.11.2")
runtimeOnly("io.jsonwebtoken:jjwt-jackson:0.11.2")

testImplementation("org.springframework.boot:spring-boot-starter-test")
testImplementation("org.jetbrains.kotlin:kotlin-test-junit5")
testRuntimeOnly("org.junit.platform:junit-platform-launcher")
Expand Down
Original file line number Diff line number Diff line change
@@ -1,13 +1,9 @@
package net.leanix.githubagent

import org.springframework.boot.autoconfigure.SpringBootApplication
import org.springframework.boot.context.properties.EnableConfigurationProperties
import org.springframework.boot.runApplication
import org.springframework.cloud.openfeign.EnableFeignClients

@SpringBootApplication
@EnableFeignClients(value = ["net.leanix.githubagent.client"])
@EnableConfigurationProperties(value = [net.leanix.githubagent.config.GithubEnterpriseProperties::class])
class GithubAgentApplication

fun main() {
Expand Down
15 changes: 0 additions & 15 deletions src/main/kotlin/net/leanix/githubagent/client/GithubClient.kt

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

26 changes: 0 additions & 26 deletions src/main/kotlin/net/leanix/githubagent/services/CachingService.kt

This file was deleted.

This file was deleted.

4 changes: 0 additions & 4 deletions src/main/resources/application.yaml

This file was deleted.

4 changes: 0 additions & 4 deletions src/test/resources/application.yaml

This file was deleted.

0 comments on commit cac84d6

Please sign in to comment.