UOCL-247: removing netbeans repo
This commit is contained in:
@@ -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);
|
||||
Reference in New Issue
Block a user