Skip to content

Commit

Permalink
Removed some unneeded depencencies
Browse files Browse the repository at this point in the history
  • Loading branch information
jsnel committed Feb 11, 2015
1 parent 6f108e1 commit 7e4c9ad
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 24 deletions.
8 changes: 0 additions & 8 deletions application/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -209,10 +209,6 @@
<groupId>${project.groupId}</groupId>
<artifactId>jide-oss</artifactId>
</dependency>
<dependency>
<groupId>${project.groupId}</groupId>
<artifactId>JRI</artifactId>
</dependency>
<dependency>
<groupId>${project.groupId}</groupId>
<artifactId>TIMPController</artifactId>
Expand Down Expand Up @@ -277,15 +273,11 @@
<dependency>
<groupId>org.netbeans.api</groupId>
<artifactId>org-netbeans-modules-projectapi</artifactId>
<version>${netbeans.version}</version>
</dependency>
<dependency>
<groupId>org.netbeans.modules</groupId>
<artifactId>org-netbeans-modules-projectui</artifactId>
<version>${netbeans.version}</version>
</dependency>


</dependencies>

<build>
Expand Down
22 changes: 6 additions & 16 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -222,6 +222,11 @@
<artifactId>org-netbeans-modules-editor-mimelookup</artifactId>
<version>${netbeans.version}</version>
</dependency>
<dependency>
<groupId>org.netbeans.modules</groupId>
<artifactId>org-netbeans-modules-projectui</artifactId>
<version>${netbeans.version}</version>
</dependency>
<dependency>
<groupId>org.netbeans.api</groupId>
<artifactId>org-netbeans-core-multiview</artifactId>
Expand Down Expand Up @@ -317,11 +322,6 @@
<artifactId>org-openide-nodes</artifactId>
<version>${netbeans.version}</version>
</dependency>
<dependency>
<groupId>org.netbeans.api</groupId>
<artifactId>org-openide-awt</artifactId>
<version>${netbeans.version}</version>
</dependency>
<dependency>
<groupId>org.netbeans.api</groupId>
<artifactId>org-netbeans-modules-settings</artifactId>
Expand Down Expand Up @@ -489,12 +489,7 @@
<groupId>${project.groupId}</groupId>
<artifactId>jide-oss</artifactId>
<version>${project.version}</version>
</dependency>
<dependency>
<groupId>${project.groupId}</groupId>
<artifactId>JRI</artifactId>
<version>${project.version}</version>
</dependency>
</dependency>
<dependency>
<groupId>${project.groupId}</groupId>
<artifactId>TIMPController</artifactId>
Expand All @@ -505,11 +500,6 @@
<artifactId>CoreResultDisplayers</artifactId>
<version>${project.version}</version>
</dependency>
<dependency>
<groupId>${project.groupId}</groupId>
<artifactId>REngine</artifactId>
<version>${project.version}</version>
</dependency>
<dependency>
<groupId>${project.groupId}</groupId>
<artifactId>imgdataloader_new</artifactId>
Expand Down

0 comments on commit 7e4c9ad

Please sign in to comment.