Skip to content

Commit

Permalink
remove empty groups from map
Browse files Browse the repository at this point in the history
  • Loading branch information
GedMarc committed Dec 24, 2024
1 parent f8640c4 commit e92a5ea
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion Libraries/jSerialComm/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -69,8 +69,14 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-javadoc-plugin</artifactId>
<configuration>
<sourceFileExcludes>
<exclude>android/*.java</exclude>
</sourceFileExcludes>
</configuration>
</plugin>
</plugins>

</build>


Expand All @@ -81,9 +87,9 @@
<version>[2.0.0,3.0.0)</version>
<optional>true</optional>
</dependency>

</dependencies>


<dependencyManagement>
<dependencies>
<dependency>
Expand Down

0 comments on commit e92a5ea

Please sign in to comment.