UOCL-247: removing netbeans repo
This commit is contained in:
@@ -327,11 +327,6 @@
|
|||||||
<artifactId>unicenta-plugins</artifactId>
|
<artifactId>unicenta-plugins</artifactId>
|
||||||
<version>1.1</version>
|
<version>1.1</version>
|
||||||
</dependency>
|
</dependency>
|
||||||
<dependency>
|
|
||||||
<groupId>uk.co.pos_apps</groupId>
|
|
||||||
<artifactId>openbravo</artifactId>
|
|
||||||
<version>1.0-SNAPSHOT</version>
|
|
||||||
</dependency>
|
|
||||||
<dependency>
|
<dependency>
|
||||||
<groupId>com.gluonhq</groupId>
|
<groupId>com.gluonhq</groupId>
|
||||||
<artifactId>charm-glisten</artifactId>
|
<artifactId>charm-glisten</artifactId>
|
||||||
@@ -570,12 +565,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>
|
||||||
|
|||||||
@@ -21,7 +21,3 @@
|
|||||||
// You should have received a copy of the GNU General Public License
|
// You should have received a copy of the GNU General Public License
|
||||||
// along with uniCenta oPOS. If not, see <http://www.gnu.org/licenses/>.
|
// 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
|
// You should have received a copy of the GNU General Public License
|
||||||
// along with uniCenta oPOS. If not, see <http://www.gnu.org/licenses/>.
|
// 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
|
// You should have received a copy of the GNU General Public License
|
||||||
// along with uniCenta oPOS. If not, see <http://www.gnu.org/licenses/>.
|
// 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