Skip to content

Commit

Permalink
remove unnecessary dependencies in stand alone ap.
Browse files Browse the repository at this point in the history
  • Loading branch information
Takashi Okamoto committed Oct 6, 2011
1 parent f108689 commit 9261ded
Showing 1 changed file with 34 additions and 0 deletions.
34 changes: 34 additions & 0 deletions pkg/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,40 @@
<groupId>org.ultimania.kanon</groupId>
<artifactId>kanon-project-ui</artifactId>
<version>0.1.4-dev</version>
<exclusions>
<exclusion>
<groupId>xerces</groupId>
<artifactId>xercesImpl</artifactId>
</exclusion>
<exclusion>
<groupId>xml-apis</groupId>
<artifactId>xml-apis</artifactId>
</exclusion>
<exclusion>
<groupId>xml-apis</groupId>
<artifactId>xmlParserAPIs</artifactId>
</exclusion>
<exclusion>
<groupId>xml-resolver</groupId>
<artifactId>xml-resolver</artifactId>
</exclusion>
<exclusion>
<groupId>org.w3c</groupId>
<artifactId>dom</artifactId>
</exclusion>
<exclusion>
<groupId>javax.xml.stream</groupId>
<artifactId>stax-api</artifactId>
</exclusion>
<exclusion>
<groupId>javax.activation</groupId>
<artifactId>activation</artifactId>
</exclusion>
<exclusion>
<groupId>eclipse</groupId>
<artifactId>jdtcore</artifactId>
</exclusion>
</exclusions>
</dependency>
</dependencies>

Expand Down

0 comments on commit 9261ded

Please sign in to comment.