Skip to content
This repository has been archived by the owner on Oct 20, 2023. It is now read-only.

Commit

Permalink
add exclusion for jsr137_api in ags module, update NOTICE
Browse files Browse the repository at this point in the history
  • Loading branch information
Daniel Nüst committed Apr 6, 2014
1 parent 7b0c9a8 commit bc520b6
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 3 deletions.
9 changes: 7 additions & 2 deletions 52n-wps-ags/pom.xml
@@ -1,4 +1,5 @@
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
<inceptionYear>2009</inceptionYear>
<parent>
<artifactId>52n-wps-parent</artifactId>
Expand Down Expand Up @@ -61,12 +62,16 @@
<groupId>log4j</groupId>
<artifactId>log4j</artifactId>
</exclusion>
<exclusion>
<groupId>javax.xml.bind</groupId>
<artifactId>jsr173_api</artifactId>
</exclusion>
</exclusions>
</dependency>
<dependency>
<groupId>org.slf4j</groupId>
<artifactId>slf4j-simple</artifactId>
<scope>test</scope>
<scope>test</scope>
</dependency>
</dependencies>
</project>
1 change: 0 additions & 1 deletion NOTICE
Expand Up @@ -148,7 +148,6 @@ This project includes:
JSON.simple under The Apache Software License, Version 2.0
jsp-api under GNU GENERAL PUBLIC LICENSE (GPL Version 2, June 1991)
jsr-275 under BSD License
jsr173_api under BEA license, http://svn.apache.org/repos/asf/beehive/trunk/LICENSE.jsr173-api
JTA 1.1 under The Apache Software License, Version 2.0
JTS Topology Suite under Lesser General Public License (LGPL)
JUL to SLF4J bridge under MIT License
Expand Down

0 comments on commit bc520b6

Please sign in to comment.