Skip to content

Commit

Permalink
#3236 minor fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
c71n93 committed Jul 30, 2024
1 parent 2c458c4 commit 478606e
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -195,6 +195,7 @@ public TjSmart foreign() {
* @return Workspace after executing Mojo.
* @throws java.io.IOException If some problem with filesystem has happened.
* @checkstyle ExecutableStatementCountCheck (100 lines)
* @checkstyle JavaNCSSCheck (100 lines)
*/
public <T extends AbstractMojo> FakeMaven execute(final Class<T> mojo) throws IOException {
if (this.defaults) {
Expand Down
5 changes: 0 additions & 5 deletions eo-runtime/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -145,11 +145,6 @@ SOFTWARE.
<artifactId>guava</artifactId>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.apache.commons</groupId>
<artifactId>commons-lang3</artifactId>
<scope>test</scope>
</dependency>
</dependencies>
<build>
<plugins>
Expand Down

0 comments on commit 478606e

Please sign in to comment.