fixing broken pom
This commit is contained in:
@@ -6,3 +6,5 @@ nb-configuration.xml
|
|||||||
nbactions.xml
|
nbactions.xml
|
||||||
*.log
|
*.log
|
||||||
docker.sock
|
docker.sock
|
||||||
|
.DS_Store
|
||||||
|
|
||||||
|
|||||||
@@ -207,10 +207,11 @@
|
|||||||
<artifactId>javacsv</artifactId>
|
<artifactId>javacsv</artifactId>
|
||||||
<version>2.0</version>
|
<version>2.0</version>
|
||||||
</dependency>
|
</dependency>
|
||||||
|
<!-- https://mvnrepository.com/artifact/org.netbeans.external/AbsoluteLayout -->
|
||||||
<dependency>
|
<dependency>
|
||||||
<groupId>org.netbeans.external</groupId>
|
<groupId>org.netbeans.external</groupId>
|
||||||
<artifactId>AbsoluteLayout</artifactId>
|
<artifactId>AbsoluteLayout</artifactId>
|
||||||
<version>RELEASE82</version>
|
<version>RELEASE90</version>
|
||||||
</dependency>
|
</dependency>
|
||||||
<dependency>
|
<dependency>
|
||||||
<groupId>com.javapos</groupId>
|
<groupId>com.javapos</groupId>
|
||||||
@@ -320,6 +321,12 @@
|
|||||||
<groupId>com.unicenta</groupId>
|
<groupId>com.unicenta</groupId>
|
||||||
<artifactId>unicenta-plugins</artifactId>
|
<artifactId>unicenta-plugins</artifactId>
|
||||||
<version>1.1</version>
|
<version>1.1</version>
|
||||||
|
<exclusions>
|
||||||
|
<exclusion>
|
||||||
|
<groupId>com.unicenta</groupId>
|
||||||
|
<artifactId>unicentaopos</artifactId>
|
||||||
|
</exclusion>
|
||||||
|
</exclusions>
|
||||||
</dependency>
|
</dependency>
|
||||||
<dependency>
|
<dependency>
|
||||||
<groupId>uk.co.pos_apps</groupId>
|
<groupId>uk.co.pos_apps</groupId>
|
||||||
@@ -564,12 +571,12 @@
|
|||||||
<url>https://repo1.maven.org/maven2/</url>
|
<url>https://repo1.maven.org/maven2/</url>
|
||||||
<layout>default</layout>
|
<layout>default</layout>
|
||||||
</repository>
|
</repository>
|
||||||
<!--These are needed for Swing/Netbeans -->
|
<!--These are needed for Swing/Netbeans
|
||||||
<repository>
|
<repository>
|
||||||
<id>netbeans</id>
|
<id>netbeans</id>
|
||||||
<name>NetBeans</name>
|
<name>NetBeans</name>
|
||||||
<url>https://netbeans.apidesign.org/maven2/</url>
|
<url>https://netbeans.apidesign.org/maven2/</url>
|
||||||
</repository>
|
</repository> -->
|
||||||
<!--These are needed for Swing/Netbeans -->
|
<!--These are needed for Swing/Netbeans -->
|
||||||
<repository>
|
<repository>
|
||||||
<id>flatlaf</id>
|
<id>flatlaf</id>
|
||||||
|
|||||||
Reference in New Issue
Block a user