Skip to content

Commit

Permalink
Include only the fabric8 resources for model in the apt dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
Sgitario committed Jan 25, 2023
1 parent cea2cb5 commit 1d55c2c
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 3 deletions.
2 changes: 1 addition & 1 deletion annotations/certmanager-annotations/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -196,8 +196,8 @@ limitations under the License.
<include>io/dekorate/certmanager/manifest/**</include>
<include>io/dekorate/certmanager/model/**</include>
<include>io/dekorate/certmanager/processor/**</include>
<include>META-INF/services/io.fabric8.*</include>
<include>META-INF/services/io.dekorate.*</include>
<include>META-INF/services/io.fabric8.kubernetes.api.model.KubernetesResource</include>
<include>META-INF/MANIFEST.MF</include>
</includes>
</filter>
Expand Down

This file was deleted.

2 changes: 1 addition & 1 deletion annotations/servicebinding-annotations/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -204,8 +204,8 @@ limitations under the License.
<include>io/dekorate/servicebinding/manifest/**</include>
<include>io/dekorate/servicebinding/model/**</include>
<include>io/dekorate/servicebinding/processor/**</include>
<include>META-INF/services/io.fabric8.*</include>
<include>META-INF/services/io.dekorate.*</include>
<include>META-INF/services/io.fabric8.kubernetes.api.model.KubernetesResource</include>
<include>META-INF/MANIFEST.MF</include>
</includes>
</filter>
Expand Down

0 comments on commit 1d55c2c

Please sign in to comment.