Skip to content

Commit

Permalink
Update pom.xml
Browse files Browse the repository at this point in the history
  • Loading branch information
pengjinning committed Jan 10, 2025
1 parent 1892e48 commit 26d346b
Showing 1 changed file with 1 addition and 24 deletions.
25 changes: 1 addition & 24 deletions modules/service/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,7 @@
<description>https://ai.bytedesk.com</description>

<properties>
<proguard.version>7.4.2</proguard.version>
<proguard.maven.plugin.version>2.6.1</proguard.maven.plugin.version>

</properties>

<dependencies>
Expand Down Expand Up @@ -60,28 +59,6 @@

<build>
<plugins>
<!-- <plugin>
<groupId>com.github.wvengen</groupId>
<artifactId>proguard-maven-plugin</artifactId>
<version>${proguard.maven.plugin.version}</version>
<executions>
<execution>
<phase>package</phase>
<goals>
<goal>proguard</goal>
</goals>
</execution>
</executions>
<configuration>
<injar>${project.build.finalName}.jar</injar>
<outjar>${project.build.finalName}.jar</outjar>
<obfuscate>true</obfuscate>
<attach>true</attach>
<proguardInclude>${project.basedir}/proguard.cfg</proguardInclude>
<inLibsFilter>!META-INF/**</inLibsFilter>
<outputDirectory>${project.basedir}/target</outputDirectory>
</configuration>
</plugin> -->
<!-- <plugin>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-maven-plugin</artifactId>
Expand Down

0 comments on commit 26d346b

Please sign in to comment.