Skip to content

Commit e7b23b0

Browse files
committed
chore: remove hermetic-maven-plugin because it relies on the removed SecurityManager
1 parent ced816e commit e7b23b0

File tree

2 files changed

+0
-19
lines changed

2 files changed

+0
-19
lines changed

modules/xmlbeans/pom.xml

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -111,13 +111,6 @@
111111
</execution>
112112
</executions>
113113
</plugin>
114-
<plugin>
115-
<groupId>com.github.veithen.maven</groupId>
116-
<artifactId>hermetic-maven-plugin</artifactId>
117-
<configuration>
118-
<allowExec>true</allowExec>
119-
</configuration>
120-
</plugin>
121114
<plugin>
122115
<artifactId>maven-surefire-plugin</artifactId>
123116
<inherited>true</inherited>

pom.xml

Lines changed: 0 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -1307,18 +1307,6 @@
13071307
</execution>
13081308
</executions>
13091309
</plugin>
1310-
<plugin>
1311-
<groupId>com.github.veithen.maven</groupId>
1312-
<artifactId>hermetic-maven-plugin</artifactId>
1313-
<version>0.9.0</version>
1314-
<executions>
1315-
<execution>
1316-
<goals>
1317-
<goal>generate-policy</goal>
1318-
</goals>
1319-
</execution>
1320-
</executions>
1321-
</plugin>
13221310
<plugin>
13231311
<groupId>com.github.veithen.alta</groupId>
13241312
<artifactId>alta-maven-plugin</artifactId>

0 commit comments

Comments
 (0)