Skip to content

Commit

Permalink
fix: wildfly-jar doesn't depend on common-maven module
Browse files Browse the repository at this point in the history
Signed-off-by: Marc Nuri <[email protected]>
  • Loading branch information
manusa committed Nov 5, 2020
1 parent 7cfd127 commit 89e91d4
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 8 deletions.
5 changes: 3 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,9 @@ Usage:
```
### 1.1.0-SNAPSHOT
* Fix #467: Upgrade assertj-core to 3.18.0
* Added a Quickstart for implementing and using a Custom Enricher based on Eclipse JKube Kit Enricher API
* Fix #240: No Ports exposed inside Deployment in case of Zero Config Dockerfile Mode
* Fix #460: Added a Quickstart for implementing and using a Custom Enricher based on Eclipse JKube Kit Enricher API
* Fix #240: No Ports exposed inside Deployment in case of Zero Config Dockerfile Mode
* Fix: wildfly-jar doesn't depend on common-maven module

### 1.0.2 (2020-10-30)
* Fix #429: Added quickstart for Micronaut framework
Expand Down
7 changes: 1 addition & 6 deletions jkube-kit/jkube-kit-wildfly-jar/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -30,11 +30,6 @@
<name>JKube Kit :: WildFly JAR</name>

<dependencies>
<dependency>
<groupId>org.eclipse.jkube</groupId>
<artifactId>jkube-kit-common-maven</artifactId>
</dependency>

<dependency>
<groupId>org.eclipse.jkube</groupId>
<artifactId>jkube-kit-generator-java-exec</artifactId>
Expand All @@ -44,7 +39,7 @@
<groupId>org.eclipse.jkube</groupId>
<artifactId>jkube-kit-enricher-specific</artifactId>
</dependency>

<dependency>
<groupId>org.projectlombok</groupId>
<artifactId>lombok</artifactId>
Expand Down

0 comments on commit 89e91d4

Please sign in to comment.