Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
19 changes: 0 additions & 19 deletions core/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -68,24 +68,5 @@
<artifactId>slf4j-simple</artifactId>
</dependency>

<dependency>
<groupId>com.github.ben-manes.caffeine</groupId>
<artifactId>caffeine</artifactId>
</dependency>

<dependency>
<groupId>com.squareup.retrofit2</groupId>
<artifactId>retrofit</artifactId>
</dependency>

<dependency>
<groupId>com.squareup.retrofit2</groupId>
<artifactId>converter-jackson</artifactId>
</dependency>

<dependency>
<groupId>com.squareup.retrofit2</groupId>
<artifactId>converter-scalars</artifactId>
</dependency>
</dependencies>
</project>
40 changes: 0 additions & 40 deletions core/src/main/java/com/adobe/aio/cache/CaffeinCacheUtils.java

This file was deleted.

55 changes: 0 additions & 55 deletions core/src/main/java/com/adobe/aio/retrofit/RetrofitUtils.java

This file was deleted.

40 changes: 0 additions & 40 deletions events_webhook/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -45,52 +45,12 @@
<artifactId>slf4j-api</artifactId>
</dependency>

<dependency>
<groupId>com.squareup.retrofit2</groupId>
<artifactId>retrofit</artifactId>
</dependency>

<dependency>
<groupId>com.h2database</groupId>
<artifactId>h2</artifactId>
</dependency>

<dependency>
<groupId>commons-validator</groupId>
<artifactId>commons-validator</artifactId>
</dependency>

<dependency>
<groupId>com.github.ben-manes.caffeine</groupId>
<artifactId>caffeine</artifactId>
</dependency>

<dependency>
<groupId>commons-codec</groupId>
<artifactId>commons-codec</artifactId>
</dependency>

<dependency>
<groupId>com.google.guava</groupId>
<artifactId>guava</artifactId>
</dependency>

<dependency>
<groupId>org.springframework</groupId>
<artifactId>spring-context</artifactId>
</dependency>

<!-- =============== test specific =============== -->
<dependency>
<groupId>org.mockito</groupId>
<artifactId>mockito-core</artifactId>
</dependency>

<dependency>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-test</artifactId>
</dependency>

<dependency>
<groupId>junit</groupId>
<artifactId>junit</artifactId>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@
import feign.RequestLine;

public interface PublicKeyCdnApi {

@RequestLine(value = "GET {pubKeyPath}")
String getPubKeyFromCDN(@Param("pubKeyPath") String pubKeyPath);
}

This file was deleted.

This file was deleted.

This file was deleted.

Loading