Skip to content

Commit

Permalink
refactor: remove not needed jackson dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
aureamunoz authored and iocanel committed May 23, 2022
1 parent 9722f4c commit f242d45
Show file tree
Hide file tree
Showing 4 changed files with 0 additions and 20 deletions.
5 changes: 0 additions & 5 deletions examples/frameworkless-on-kubernetes-example/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -20,11 +20,6 @@


<dependencies>
<dependency>
<groupId>com.fasterxml.jackson.core</groupId>
<artifactId>jackson-databind</artifactId>
<version>${version.jackson}</version>
</dependency>
<dependency>
<groupId>io.dekorate</groupId>
<artifactId>kubernetes-annotations</artifactId>
Expand Down
5 changes: 0 additions & 5 deletions examples/frameworkless-on-openshift-example/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -20,11 +20,6 @@


<dependencies>
<dependency>
<groupId>com.fasterxml.jackson.core</groupId>
<artifactId>jackson-databind</artifactId>
<version>${version.jackson-databind}</version>
</dependency>
<dependency>
<groupId>io.dekorate</groupId>
<artifactId>openshift-annotations</artifactId>
Expand Down
5 changes: 0 additions & 5 deletions examples/minikube-example-with-properties/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -21,11 +21,6 @@


<dependencies>
<dependency>
<groupId>com.fasterxml.jackson.core</groupId>
<artifactId>jackson-databind</artifactId>
<version>${version.jackson}</version>
</dependency>
<dependency>
<groupId>io.dekorate</groupId>
<artifactId>minikube-annotations</artifactId>
Expand Down
5 changes: 0 additions & 5 deletions examples/minikube-example/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -21,11 +21,6 @@


<dependencies>
<dependency>
<groupId>com.fasterxml.jackson.core</groupId>
<artifactId>jackson-databind</artifactId>
<version>${version.jackson}</version>
</dependency>
<dependency>
<groupId>io.dekorate</groupId>
<artifactId>minikube-annotations</artifactId>
Expand Down

0 comments on commit f242d45

Please sign in to comment.