-
Notifications
You must be signed in to change notification settings - Fork 41
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #290 from m-reza-rahman/master
Fix TomEE validation
- Loading branch information
Showing
4 changed files
with
60 additions
and
38 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -43,11 +43,6 @@ | |
|
||
<developers> | ||
<!-- All active committers should add their information here. --> | ||
<developer> | ||
<id>rokon12</id> | ||
<name>A N M Bazlur Rahman</name> | ||
<email>[email protected]</email> | ||
</developer> | ||
<developer> | ||
<id>jeyvison</id> | ||
<name>Jeyvison Nascimento</name> | ||
|
@@ -63,11 +58,6 @@ | |
<name>Ivar Grimstad</name> | ||
<email>[email protected]</email> | ||
</developer> | ||
<developer> | ||
<id>ivonet</id> | ||
<name>Ivo Woltring</name> | ||
<email>[email protected]</email> | ||
</developer> | ||
</developers> | ||
|
||
<scm> | ||
|
@@ -102,7 +92,7 @@ | |
<version>3.9.4</version> | ||
</dependency> | ||
|
||
<!-- for Maven Embedded to work --> | ||
<!-- Dependencies for Embedded Maven --> | ||
<dependency> | ||
<groupId>org.apache.maven.resolver</groupId> | ||
<artifactId>maven-resolver-connector-basic</artifactId> | ||
|
@@ -151,9 +141,9 @@ | |
<version>3.11.0</version> | ||
</plugin> | ||
<plugin> | ||
<groupId>org.apache.maven.plugins</groupId> | ||
<artifactId>maven-resources-plugin</artifactId> | ||
<version>3.3.1</version> | ||
<groupId>org.apache.maven.plugins</groupId> | ||
<artifactId>maven-resources-plugin</artifactId> | ||
<version>3.3.1</version> | ||
</plugin> | ||
<plugin> | ||
<groupId>org.apache.maven.plugins</groupId> | ||
|
@@ -207,7 +197,7 @@ | |
</resources> | ||
</deployment> | ||
</configuration> | ||
</plugin> | ||
</plugin> | ||
</plugins> | ||
</build> | ||
</project> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters