UOCL-247: removing netbeans repo

This commit is contained in:
2023-07-31 13:01:53 +01:00
parent 649da0a6e3
commit 4d6e83024a
4 changed files with 2 additions and 19 deletions
+2 -7
View File
@@ -327,11 +327,6 @@
<artifactId>unicenta-plugins</artifactId>
<version>1.1</version>
</dependency>
<dependency>
<groupId>uk.co.pos_apps</groupId>
<artifactId>openbravo</artifactId>
<version>1.0-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>com.gluonhq</groupId>
<artifactId>charm-glisten</artifactId>
@@ -570,12 +565,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>
@@ -21,7 +21,3 @@
// You should have received a copy of the GNU General Public License
// along with uniCenta oPOS. If not, see <http://www.gnu.org/licenses/>.
// **************************************************************************
import uk.co.pos_apps.PosApps;
PosApps.createCustomer(device, customer);
@@ -21,7 +21,3 @@
// You should have received a copy of the GNU General Public License
// along with uniCenta oPOS. If not, see <http://www.gnu.org/licenses/>.
// **************************************************************************
import uk.co.pos_apps.PosApps;
PosApps.deleteCustomer(device, customer);
@@ -21,7 +21,3 @@
// You should have received a copy of the GNU General Public License
// along with uniCenta oPOS. If not, see <http://www.gnu.org/licenses/>.
// **************************************************************************
import uk.co.pos_apps.PosApps;
PosApps.updateCustomer(device, customer);