fixing broken pom

This commit is contained in:
2023-06-06 18:54:23 +01:00
parent 3b6c408850
commit b5903aa497
2 changed files with 12 additions and 3 deletions
+2
View File
@@ -6,3 +6,5 @@ nb-configuration.xml
nbactions.xml
*.log
docker.sock
.DS_Store
+10 -3
View File
@@ -207,10 +207,11 @@
<artifactId>javacsv</artifactId>
<version>2.0</version>
</dependency>
<!-- https://mvnrepository.com/artifact/org.netbeans.external/AbsoluteLayout -->
<dependency>
<groupId>org.netbeans.external</groupId>
<artifactId>AbsoluteLayout</artifactId>
<version>RELEASE82</version>
<version>RELEASE90</version>
</dependency>
<dependency>
<groupId>com.javapos</groupId>
@@ -320,6 +321,12 @@
<groupId>com.unicenta</groupId>
<artifactId>unicenta-plugins</artifactId>
<version>1.1</version>
<exclusions>
<exclusion>
<groupId>com.unicenta</groupId>
<artifactId>unicentaopos</artifactId>
</exclusion>
</exclusions>
</dependency>
<dependency>
<groupId>uk.co.pos_apps</groupId>
@@ -564,12 +571,12 @@
<url>https://repo1.maven.org/maven2/</url>
<layout>default</layout>
</repository>
<!--These are needed for Swing/Netbeans -->
<!--These are needed for Swing/Netbeans
<repository>
<id>netbeans</id>
<name>NetBeans</name>
<url>https://netbeans.apidesign.org/maven2/</url>
</repository>
</repository> -->
<!--These are needed for Swing/Netbeans -->
<repository>
<id>flatlaf</id>