Remove unnecessary dependencies
This commit is contained in:
parent
0b469c7fe0
commit
a6c7ccf89c
1 changed files with 0 additions and 48 deletions
48
pom.xml
48
pom.xml
|
@ -85,43 +85,6 @@
|
||||||
<artifactId>jacoco-maven-plugin</artifactId>
|
<artifactId>jacoco-maven-plugin</artifactId>
|
||||||
<version>0.8.11</version>
|
<version>0.8.11</version>
|
||||||
</plugin>
|
</plugin>
|
||||||
|
|
||||||
<plugin>
|
|
||||||
<groupId>org.codehaus.mojo</groupId>
|
|
||||||
<artifactId>ideauidesigner-maven-plugin</artifactId>
|
|
||||||
<version>1.0-beta-1</version>
|
|
||||||
<dependencies>
|
|
||||||
<dependency>
|
|
||||||
<groupId>com.jetbrains.intellij.java</groupId>
|
|
||||||
<artifactId>java-compiler-ant-tasks</artifactId>
|
|
||||||
<version>241.15989.121</version>
|
|
||||||
<scope>runtime</scope>
|
|
||||||
</dependency>
|
|
||||||
<dependency>
|
|
||||||
<groupId>com.jetbrains.intellij.java</groupId>
|
|
||||||
<artifactId>java-gui-forms-rt</artifactId>
|
|
||||||
<version>241.15989.121</version>
|
|
||||||
</dependency>
|
|
||||||
<dependency>
|
|
||||||
<groupId>com.jetbrains.intellij.java</groupId>
|
|
||||||
<artifactId>java-gui-forms-compiler</artifactId>
|
|
||||||
<version>241.15989.121</version>
|
|
||||||
<scope>runtime</scope>
|
|
||||||
</dependency>
|
|
||||||
</dependencies>
|
|
||||||
<executions>
|
|
||||||
<execution>
|
|
||||||
<goals>
|
|
||||||
<goal>javac2</goal>
|
|
||||||
</goals>
|
|
||||||
</execution>
|
|
||||||
</executions>
|
|
||||||
<configuration>
|
|
||||||
<fork>true</fork>
|
|
||||||
<debug>true</debug>
|
|
||||||
<failOnError>true</failOnError>
|
|
||||||
</configuration>
|
|
||||||
</plugin>
|
|
||||||
</plugins>
|
</plugins>
|
||||||
<resources>
|
<resources>
|
||||||
<resource>
|
<resource>
|
||||||
|
@ -134,15 +97,4 @@
|
||||||
</resource>
|
</resource>
|
||||||
</resources>
|
</resources>
|
||||||
</build>
|
</build>
|
||||||
|
|
||||||
<pluginRepositories>
|
|
||||||
<pluginRepository>
|
|
||||||
<id>intellij-repository</id>
|
|
||||||
<url>https://www.jetbrains.com/intellij-repository/releases</url>
|
|
||||||
</pluginRepository>
|
|
||||||
<pluginRepository>
|
|
||||||
<id>intellij-third-party</id>
|
|
||||||
<url>https://cache-redirector.jetbrains.com/intellij-dependencies</url>
|
|
||||||
</pluginRepository>
|
|
||||||
</pluginRepositories>
|
|
||||||
</project>
|
</project>
|
||||||
|
|
Reference in a new issue