Skip to content

Commit

Permalink
Merge pull request #754 from gritGmbH/3.4-remove-wps-jasper-reports
Browse files Browse the repository at this point in the history
3.4 remove wps jasper reports
  • Loading branch information
copierrj authored Sep 15, 2016
2 parents cf09175 + 45db4e7 commit ba1c2bf
Show file tree
Hide file tree
Showing 100 changed files with 0 additions and 34 deletions.
1 change: 0 additions & 1 deletion deegree-processproviders/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,6 @@

<modules>
<module>deegree-processprovider-example</module>
<module>deegree-processprovider-jrxml</module>
<module>deegree-processprovider-style</module>
</modules>

Expand Down
1 change: 0 additions & 1 deletion deegree-workspaces/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,6 @@
<module>deegree-workspace-utah</module>
<module>deegree-workspace-wcts</module>
<module>deegree-workspace-wps</module>
<module>deegree-workspace-wps-jrxml</module>
<module>deegree-workspace-wpvs</module>
<module>deegree-workspace-xplan40</module>
</modules>
Expand Down
32 changes: 0 additions & 32 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -393,17 +393,6 @@
<artifactId>commons-collections</artifactId>
<version>3.2.1</version>
</dependency>
<dependency>
<groupId>commons-digester</groupId>
<artifactId>commons-digester</artifactId>
<version>2.1</version>
<exclusions>
<exclusion>
<groupId>commons-logging</groupId>
<artifactId>commons-logging</artifactId>
</exclusion>
</exclusions>
</dependency>
<dependency>
<groupId>commons-lang</groupId>
<artifactId>commons-lang</artifactId>
Expand Down Expand Up @@ -842,27 +831,6 @@
<artifactId>xml-apis-ext</artifactId>
<version>1.3.04</version>
</dependency>
<!-- reporting -->
<dependency>
<groupId>net.sf.jasperreports</groupId>
<artifactId>jasperreports</artifactId>
<version>5.0.4</version>
<exclusions>
<exclusion>
<groupId>xml-apis</groupId>
<artifactId>xml-apis</artifactId>
</exclusion>
<exclusion>
<groupId>commons-logging</groupId>
<artifactId>commons-logging</artifactId>
</exclusion>
</exclusions>
</dependency>
<dependency>
<groupId>com.lowagie</groupId>
<artifactId>itext</artifactId>
<version>4.2.1</version>
</dependency>
<!-- CITE -->
<dependency>
<groupId>cite</groupId>
Expand Down

0 comments on commit ba1c2bf

Please sign in to comment.