Skip to content
Snippets Groups Projects
Commit 1852da87 authored by zabiulla.ahmadi's avatar zabiulla.ahmadi
Browse files

removeing some unsed stuff

parent 9d5a2b57
Branches
Tags
No related merge requests found
Pipeline #23691 passed
...@@ -16,14 +16,6 @@ ...@@ -16,14 +16,6 @@
<dependencies> <dependencies>
<dependency>
<groupId>com.google.zxing</groupId>
<artifactId>core</artifactId>
<version>3.4.0</version>
</dependency>
<!-- JAVA FX --> <!-- JAVA FX -->
<dependency> <dependency>
...@@ -66,6 +58,21 @@ ...@@ -66,6 +58,21 @@
<build> <build>
<pluginManagement><!-- lock down plugins versions to avoid using Maven defaults (may be moved to parent pom) --> <pluginManagement><!-- lock down plugins versions to avoid using Maven defaults (may be moved to parent pom) -->
<plugins> <plugins>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-jar-plugin</artifactId>
<version>2.6</version>
<configuration>
<archive>
<manifest>
<mainClass>Main</mainClass>
</manifest>
</archive>
</configuration>
</plugin>
<plugin> <plugin>
<groupId>org.openjfx</groupId> <groupId>org.openjfx</groupId>
<artifactId>javafx-maven-plugin</artifactId> <artifactId>javafx-maven-plugin</artifactId>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment