fixing broken pom
This commit is contained in:
@@ -6,3 +6,5 @@ nb-configuration.xml
|
||||
nbactions.xml
|
||||
*.log
|
||||
docker.sock
|
||||
.DS_Store
|
||||
|
||||
|
||||
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user