Update pom.xml

This commit is contained in:
MaruthiShankarG 2024-02-22 23:04:48 +05:30 committed by GitHub
parent cee08e0ab2
commit e6e429b757
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -139,12 +139,13 @@
<artifactId>jakarta.xml.bind-api</artifactId>
</dependency>
</dependencies>
</dependencies>
<build>
<plugins>
<plugin>
<groupId>org.apache.maven.plugins</groupId
<artifactId>maven-compiler-plugin</artifactId
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-enforcer-plugin</artifactId>
<executions>
<execution>
<id>enforce-java</id>
@ -235,7 +236,6 @@
</execution>
</executions>
</plugin>
<plugin>
<groupId>org.jacoco</groupId>
<artifactId>jacoco-maven-plugin</artifactId>