Skip to content

Commit

Permalink
adjust the styles
Browse files Browse the repository at this point in the history
  • Loading branch information
alina-yur committed Oct 18, 2024
1 parent 66bf345 commit 4c7a894
Showing 1 changed file with 1 addition and 8 deletions.
9 changes: 1 addition & 8 deletions pom.xml
Original file line number Diff line number Diff line change
@@ -1,7 +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 https://maven.apache.org/xsd/maven-4.0.0.xsd">
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 https://maven.apache.org/xsd/maven-4.0.0.xsd">
<modelVersion>4.0.0</modelVersion>
<parent>
<groupId>org.springframework.boot</groupId>
Expand Down Expand Up @@ -41,11 +40,6 @@
<plugin>
<groupId>org.graalvm.buildtools</groupId>
<artifactId>native-maven-plugin</artifactId>
<configuration>
<buildArgs>
<buildArg>-Ob</buildArg>
</buildArgs>
</configuration>
</plugin>
<plugin>
<groupId>org.springframework.boot</groupId>
Expand Down Expand Up @@ -170,7 +164,6 @@
<buildArgs>
<buildArg>--enable-sbom=classpath,embed</buildArg> <!-- use `embed`
for embedded sbom,`classpath` for a classpath sbom -->
<buildArg>--emit=build-report</buildArg>
</buildArgs>
</configuration>
</plugin>
Expand Down

0 comments on commit 4c7a894

Please sign in to comment.