Skip to content

Commit 54470e6

Browse files
authored
Merge branch 'stleary:master' into remove-references
2 parents ad44a92 + dde9d7e commit 54470e6

File tree

1 file changed

+0
-24
lines changed

1 file changed

+0
-24
lines changed

pom.xml

-24
Original file line numberDiff line numberDiff line change
@@ -193,30 +193,6 @@
193193
</execution>
194194
</executions>
195195
</plugin>
196-
<plugin>
197-
<groupId>org.moditect</groupId>
198-
<artifactId>moditect-maven-plugin</artifactId>
199-
<version>1.0.0.Final</version>
200-
<executions>
201-
<execution>
202-
<id>add-module-infos</id>
203-
<phase>package</phase>
204-
<goals>
205-
<goal>add-module-info</goal>
206-
</goals>
207-
<configuration>
208-
<jvmVersion>9</jvmVersion>
209-
<module>
210-
<moduleInfoSource>
211-
module org.json {
212-
exports org.json;
213-
}
214-
</moduleInfoSource>
215-
</module>
216-
</configuration>
217-
</execution>
218-
</executions>
219-
</plugin>
220196
<plugin>
221197
<groupId>org.apache.maven.plugins</groupId>
222198
<artifactId>maven-jar-plugin</artifactId>

0 commit comments

Comments
 (0)