Skip to content

Commit

Permalink
remove duplicate deps
Browse files Browse the repository at this point in the history
  • Loading branch information
adlerre committed Feb 19, 2024
1 parent 56cfef9 commit 7f2c908
Showing 1 changed file with 10 additions and 11 deletions.
21 changes: 10 additions & 11 deletions pom.xml
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>
<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/xsd/maven-4.0.0.xsd">
<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/xsd/maven-4.0.0.xsd">
<modelVersion>4.0.0</modelVersion>
<groupId>net.ef</groupId>
<artifactId>srdash</artifactId>
Expand Down Expand Up @@ -184,12 +185,7 @@
<version>${jersey.version}</version>
<scope>runtime</scope>
</dependency>
<dependency>
<groupId>org.glassfish.jaxb</groupId>
<artifactId>jaxb-runtime</artifactId>
<version>${grizzly.version}</version>
<scope>runtime</scope>
</dependency>

<dependency>
<groupId>org.glassfish</groupId>
<artifactId>javax.json</artifactId>
Expand Down Expand Up @@ -272,7 +268,7 @@
</goals>
</pluginExecutionFilter>
<action>
<ignore />
<ignore/>
</action>
</pluginExecution>
</pluginExecutions>
Expand Down Expand Up @@ -368,7 +364,8 @@
<configuration>
<nodeVersion>${node.version}</nodeVersion>
<npmVersion>${npm.version}</npmVersion>
<installDirectory>${settings.localRepository}/node-npm-${node.version}-${npm.version}</installDirectory>
<installDirectory>${settings.localRepository}/node-npm-${node.version}-${npm.version}
</installDirectory>
</configuration>

<executions>
Expand Down Expand Up @@ -418,7 +415,8 @@
<version>4.0.0</version>
<configuration>
<generateGitPropertiesFile>true</generateGitPropertiesFile>
<generateGitPropertiesFilename>${project.build.outputDirectory}/META-INF/resources/assets/git.json</generateGitPropertiesFilename>
<generateGitPropertiesFilename>${project.build.outputDirectory}/META-INF/resources/assets/git.json
</generateGitPropertiesFilename>
<format>json</format>
<dateFormat>yyyy-MM-dd'T'HH:mm:ssXXX</dateFormat>
<dateFormatTimeZone>UTC</dateFormatTimeZone>
Expand Down Expand Up @@ -466,7 +464,8 @@
</filter>
</filters>
<transformers>
<transformer implementation="org.apache.maven.plugins.shade.resource.ManifestResourceTransformer">
<transformer
implementation="org.apache.maven.plugins.shade.resource.ManifestResourceTransformer">
<manifestEntries>
<Main-Class>net.ef.srdash.Application</Main-Class>
<Multi-Release>true</Multi-Release>
Expand Down

0 comments on commit 7f2c908

Please sign in to comment.