Remove jrebel dependency

This commit is contained in:
Salman Manoe 2023-08-26 12:45:53 +07:00
parent c39750c6b4
commit 3002091772
5 changed files with 62 additions and 207 deletions

View File

@ -1,26 +0,0 @@
<?xml version="1.0" encoding="UTF-8"?>
<!--
This is the JRebel configuration file. It maps the running application to your IDE workspace, enabling JRebel reloading for this project.
Refer to https://manuals.zeroturnaround.com/jrebel/standalone/config.html for more information.
-->
<application generated-by="eclipse" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://www.zeroturnaround.com" xsi:schemaLocation="http://www.zeroturnaround.com http://update.zeroturnaround.com/jrebel/rebel-2_1.xsd">
<classpath>
<dir name="C:/source/BackEndNewsrc/jasamedika-web/target/classes">
</dir>
</classpath>
<web>
<link target="/">
<dir name="C:/source/BackEndNewsrc/jasamedika-web/target/m2e-wtp/web-resources">
<exclude name="/"/>
</dir>
</link>
<link target="/">
<dir name="C:/source/BackEndNewsrc/jasamedika-web/src/main/webapp">
</dir>
</link>
</web>
</application>

View File

@ -1,26 +0,0 @@
<?xml version="1.0" encoding="UTF-8"?>
<!--
This is the JRebel configuration file. It maps the running application to your IDE workspace, enabling JRebel reloading for this project.
Refer to https://manuals.zeroturnaround.com/jrebel/standalone/config.html for more information.
-->
<application generated-by="eclipse" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://www.zeroturnaround.com" xsi:schemaLocation="http://www.zeroturnaround.com http://update.zeroturnaround.com/jrebel/rebel-2_1.xsd">
<classpath>
<dir name="C:/source/BackEndNewsrc/jasamedika-web/target/classes">
</dir>
</classpath>
<web>
<link target="/">
<dir name="C:/source/BackEndNewsrc/jasamedika-web/target/m2e-wtp/web-resources">
<exclude name="/"/>
</dir>
</link>
<link target="/">
<dir name="C:/source/BackEndNewsrc/jasamedika-web/src/main/webapp">
</dir>
</link>
</web>
</application>

View File

@ -1,26 +1,26 @@
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" <project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd"> xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
<modelVersion>4.0.0</modelVersion> <modelVersion>4.0.0</modelVersion>
<artifactId>jasamedika-sdm</artifactId> <artifactId>jasamedika-sdm</artifactId>
<packaging>war</packaging> <packaging>war</packaging>
<name>jasamedika-sdm</name> <name>jasamedika-sdm</name>
<parent> <parent>
<groupId>com.jasamedika</groupId> <groupId>com.jasamedika</groupId>
<artifactId>Medifirst2000</artifactId> <artifactId>Medifirst2000</artifactId>
<version>1.0.0</version> <version>1.0.0</version>
<relativePath>../Medifirst2000/pom.xml</relativePath> <relativePath>../Medifirst2000/pom.xml</relativePath>
</parent> </parent>
<dependencies> <dependencies>
<dependency> <dependency>
<groupId>commons-httpclient</groupId> <groupId>commons-httpclient</groupId>
<artifactId>commons-httpclient</artifactId> <artifactId>commons-httpclient</artifactId>
<version>3.1</version> <version>3.1</version>
</dependency> </dependency>
<dependency> <dependency>
<groupId>io.socket</groupId> <groupId>io.socket</groupId>
<artifactId>socket.io-client</artifactId> <artifactId>socket.io-client</artifactId>
<version>0.7.0</version> <version>0.7.0</version>
</dependency> </dependency>
<dependency> <dependency>
<groupId>${project.groupId}</groupId> <groupId>${project.groupId}</groupId>
@ -182,24 +182,24 @@
<!-- jasper --> <!-- jasper -->
<!-- https://mvnrepository.com/artifact/com.google.zxing/core --> <!-- https://mvnrepository.com/artifact/com.google.zxing/core -->
<dependency> <dependency>
<groupId>com.google.zxing</groupId> <groupId>com.google.zxing</groupId>
<artifactId>core</artifactId> <artifactId>core</artifactId>
<version>2.2</version> <version>2.2</version>
</dependency> </dependency>
<!-- https://mvnrepository.com/artifact/com.google.zxing/javase --> <!-- https://mvnrepository.com/artifact/com.google.zxing/javase -->
<dependency> <dependency>
<groupId>com.google.zxing</groupId> <groupId>com.google.zxing</groupId>
<artifactId>javase</artifactId> <artifactId>javase</artifactId>
<version>2.2</version> <version>2.2</version>
</dependency> </dependency>
<!-- https://mvnrepository.com/artifact/com.google.zxing/zxing-parent --> <!-- https://mvnrepository.com/artifact/com.google.zxing/zxing-parent -->
<dependency> <dependency>
<groupId>com.google.zxing</groupId> <groupId>com.google.zxing</groupId>
<artifactId>zxing-parent</artifactId> <artifactId>zxing-parent</artifactId>
<version>3.2.0</version> <version>3.2.0</version>
<type>pom</type> <type>pom</type>
</dependency> </dependency>
<dependency> <dependency>
@ -233,30 +233,27 @@
<!-- https://mvnrepository.com/artifact/net.sourceforge.barbecue/barbecue --> <!-- https://mvnrepository.com/artifact/net.sourceforge.barbecue/barbecue -->
<dependency> <dependency>
<groupId>net.sourceforge.barbecue</groupId> <groupId>net.sourceforge.barbecue</groupId>
<artifactId>barbecue</artifactId> <artifactId>barbecue</artifactId>
<version>1.5-beta1</version> <version>1.5-beta1</version>
</dependency> </dependency>
<!-- https://mvnrepository.com/artifact/net.sf.barcode4j/barcode4j --> <!-- https://mvnrepository.com/artifact/net.sf.barcode4j/barcode4j -->
<dependency> <dependency>
<groupId>net.sf.barcode4j</groupId> <groupId>net.sf.barcode4j</groupId>
<artifactId>barcode4j</artifactId> <artifactId>barcode4j</artifactId>
<version>2.1</version> <version>2.1</version>
</dependency> </dependency>
<!-- https://mvnrepository.com/artifact/org.apache.xmlgraphics/batik-bridge --> <!-- https://mvnrepository.com/artifact/org.apache.xmlgraphics/batik-bridge -->
<dependency> <dependency>
<groupId>org.apache.xmlgraphics</groupId> <groupId>org.apache.xmlgraphics</groupId>
<artifactId>batik-bridge</artifactId> <artifactId>batik-bridge</artifactId>
<version>1.7</version> <version>1.7</version>
</dependency> </dependency>
<!-- <dependency> <!-- <dependency> <groupId>org.codehaus.groovy</groupId> <artifactId>groovy-all</artifactId>
<groupId>org.codehaus.groovy</groupId> <version>1.8.4</version> </dependency> -->
<artifactId>groovy-all</artifactId>
<version>1.8.4</version>
</dependency> -->
<dependency> <dependency>
<groupId>commons-codec</groupId> <groupId>commons-codec</groupId>
@ -271,7 +268,7 @@
</dependencies> </dependencies>
<build> <build>
<finalName>jasamedika-sdm</finalName> <finalName>jasamedika-sdm</finalName>
<plugins> <plugins>
<plugin> <plugin>

View File

@ -268,9 +268,9 @@
</dependency> </dependency>
<dependency> <dependency>
<groupId>net.sf.jasperreports</groupId> <groupId>net.sf.jasperreports</groupId>
<artifactId>jasperreports-fonts</artifactId> <artifactId>jasperreports-fonts</artifactId>
<version>4.0.0</version> <version>4.0.0</version>
</dependency> </dependency>
<!-- <dependency> <groupId>org.codehaus.groovy</groupId> <artifactId>groovy-all</artifactId> <!-- <dependency> <groupId>org.codehaus.groovy</groupId> <artifactId>groovy-all</artifactId>
@ -278,9 +278,9 @@
<!-- https://mvnrepository.com/artifact/joda-time/joda-time --> <!-- https://mvnrepository.com/artifact/joda-time/joda-time -->
<dependency> <dependency>
<groupId>joda-time</groupId> <groupId>joda-time</groupId>
<artifactId>joda-time</artifactId> <artifactId>joda-time</artifactId>
<version>2.9.9</version> <version>2.9.9</version>
</dependency> </dependency>
</dependencies> </dependencies>
@ -296,70 +296,6 @@
<target>1.8</target> <target>1.8</target>
</configuration> </configuration>
</plugin> </plugin>
<!-- <plugin>
<groupId>org.zeroturnaround</groupId>
<artifactId>jrebel-maven-plugin</artifactId>
<version>1.1.8</version>
<executions>
<execution>
<id>generate-rebel-xml</id>
<phase>process-resources</phase>
<goals>
<goal>generate</goal>
</goals>
</execution>
</executions>
</plugin> -->
<!-- plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-dependency-plugin</artifactId>
<executions>
<execution>
<id>unpack-com.jasamedika</id>
<phase>process-resources</phase>
<goals>
<goal>unpack</goal>
</goals>
<configuration>
<artifactItems>
<artifactItem>
<groupId>com.jasamedika</groupId>
<artifactId>jasamedika-config</artifactId>
<version>${project.version}</version>
<type>jar</type>
<overWrite>false</overWrite>
</artifactItem>
<artifactItem>
<groupId>com.jasamedika</groupId>
<artifactId>jasamedika-core</artifactId>
<version>${project.version}</version>
<type>jar</type>
<overWrite>false</overWrite>
</artifactItem>
<artifactItem>
<groupId>com.jasamedika</groupId>
<artifactId>jasamedika-domain</artifactId>
<version>${project.version}</version>
<type>jar</type>
<overWrite>false</overWrite>
</artifactItem>
<artifactItem>
<groupId>com.jasamedika</groupId>
<artifactId>jasamedika-business</artifactId>
<version>${project.version}</version>
<type>jar</type>
<overWrite>false</overWrite>
</artifactItem>
</artifactItems>
<outputDirectory>${project.build.outputDirectory}</outputDirectory>
<overWriteReleases>false</overWriteReleases>
</configuration>
</execution>
</executions>
</plugin>
-->
<plugin> <plugin>
<groupId>org.apache.tomcat.maven</groupId> <groupId>org.apache.tomcat.maven</groupId>
<artifactId>tomcat7-maven-plugin</artifactId> <artifactId>tomcat7-maven-plugin</artifactId>

View File

@ -1,26 +0,0 @@
<?xml version="1.0" encoding="UTF-8"?>
<!--
This is the JRebel configuration file. It maps the running application to your IDE workspace, enabling JRebel reloading for this project.
Refer to https://manuals.zeroturnaround.com/jrebel/standalone/config.html for more information.
-->
<application generated-by="eclipse" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://www.zeroturnaround.com" xsi:schemaLocation="http://www.zeroturnaround.com http://update.zeroturnaround.com/jrebel/rebel-2_1.xsd">
<classpath>
<dir name="C:/source/BackEndNewsrc/jasamedika-web/target/classes">
</dir>
</classpath>
<web>
<link target="/">
<dir name="C:/source/BackEndNewsrc/jasamedika-web/target/m2e-wtp/web-resources">
<exclude name="/"/>
</dir>
</link>
<link target="/">
<dir name="C:/source/BackEndNewsrc/jasamedika-web/src/main/webapp">
</dir>
</link>
</web>
</application>