Skip to content
Snippets Groups Projects
Commit c46a99e6 authored by Valerio Pastore's avatar Valerio Pastore
Browse files

small fixes

parent 54197f27
No related branches found
No related tags found
No related merge requests found
......@@ -5,6 +5,11 @@
<artifactId>ControlPanelMVN</artifactId>
<version>1.0-SNAPSHOT</version>
<build>
<resources>
<resource>
<directory>src/main/java</directory>
</resource>
</resources>
<plugins>
<plugin>
<artifactId>maven-jar-plugin</artifactId>
......
......@@ -29,8 +29,18 @@
<artifactId>commons-net</artifactId>
<version>3.8.0</version> <!-- Use the latest version -->
</dependency>
<dependency>
<groupId>org.netbeans.external</groupId>
<artifactId>AbsoluteLayout</artifactId>
<version>RELEASE190</version>
</dependency>
</dependencies>
<build>
<resources>
<resource>
<directory>src/main/java</directory>
</resource>
</resources>
<plugins>
<plugin>
<!-- Build an executable JAR -->
......
This diff is collapsed.
This diff is collapsed.
src/main/java/images/LogoINAFOAS.png

28.1 KiB

0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment