Skip to content
This repository was archived by the owner on Apr 15, 2023. It is now read-only.

Commit 873596f

Browse files
Cleanup pom.xml
1 parent 653e248 commit 873596f

File tree

1 file changed

+1
-27
lines changed

1 file changed

+1
-27
lines changed

pom.xml

Lines changed: 1 addition & 27 deletions
Original file line numberDiff line numberDiff line change
@@ -66,24 +66,7 @@
6666
<target>1.7</target>
6767
</configuration>
6868
</plugin>
69-
<!-- <plugin>-->
70-
<!-- <groupId>org.codehaus.mojo</groupId>-->
71-
<!-- <artifactId>ideauidesigner-maven-plugin</artifactId>-->
72-
<!-- <version>1.0-beta-1</version>-->
73-
<!-- <executions>-->
74-
<!-- <execution>-->
75-
<!-- <goals>-->
76-
<!-- <goal>javac2</goal>-->
77-
<!-- </goals>-->
78-
<!-- </execution>-->
79-
<!-- </executions>-->
8069

81-
<!-- <configuration>-->
82-
<!-- <fork>true</fork>-->
83-
<!-- <debug>true</debug>-->
84-
<!-- <failOnError>true</failOnError>-->
85-
<!-- </configuration>-->
86-
<!-- </plugin>-->
8770
<plugin>
8871
<groupId>org.sonatype.plugins</groupId>
8972
<artifactId>nexus-staging-maven-plugin</artifactId>
@@ -184,21 +167,12 @@
184167
<artifactId>tagmycode-sdk</artifactId>
185168
<version>${tagmycode-sdk.version}</version>
186169
</dependency>
187-
<dependency>
188-
<groupId>log4j</groupId>
189-
<artifactId>log4j</artifactId>
190-
<version>1.2.17</version>
191-
</dependency>
192170
<dependency>
193171
<groupId>com.intellij</groupId>
194172
<artifactId>forms_rt</artifactId>
195173
<version>7.0.3</version>
196174
</dependency>
197-
<dependency>
198-
<groupId>jgoodies</groupId>
199-
<artifactId>forms</artifactId>
200-
<version>1.0.5</version>
201-
</dependency>
175+
202176
<dependency>
203177
<groupId>com.fifesoft</groupId>
204178
<artifactId>rsyntaxtextarea</artifactId>

0 commit comments

Comments
 (0)