Skip to content

Commit

Permalink
Merge pull request #22 from ZenWave360/develop
Browse files Browse the repository at this point in the history
fixes empty e2e module with Empty.java
  • Loading branch information
ivangsa authored Jan 28, 2024
2 parents 3252b61 + c38fd38 commit 4127dfe
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 28 deletions.
28 changes: 0 additions & 28 deletions e2e/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -54,32 +54,4 @@
</dependency>
</dependencies>

<build>
<pluginManagement>
<plugins>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-jar-plugin</artifactId>
<executions>
<execution>
<id>default-jar</id>
<phase>none</phase>
</execution>
</executions>
</plugin>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-install-plugin</artifactId>
<executions>
<execution>
<id>default-install</id>
<phase>none</phase>
</execution>
</executions>
</plugin>
</plugins>
</pluginManagement>
</build>


</project>
7 changes: 7 additions & 0 deletions e2e/src/main/java/io/zenwave360/sdk/e2e/Empty.java
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
package io.zenwave360.sdk.e2e;

/**
* This is an empty class.
*/
public class Empty {
}

0 comments on commit 4127dfe

Please sign in to comment.