Skip to content

Commit

Permalink
Removing unused commons-functor dependency.
Browse files Browse the repository at this point in the history
  • Loading branch information
jwcarman committed Jul 27, 2013
1 parent 29a1f70 commit e467239
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 9 deletions.
5 changes: 0 additions & 5 deletions pom.xml
Expand Up @@ -209,11 +209,6 @@
<artifactId>javassist</artifactId>
<version>3.0</version>
</dependency>
<dependency>
<groupId>org.apache.commons</groupId>
<artifactId>commons-functor</artifactId>
<version>1.0-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>axis</groupId>
<artifactId>axis-jaxrpc</artifactId>
Expand Down
4 changes: 0 additions & 4 deletions stub/pom.xml
Expand Up @@ -30,10 +30,6 @@
<artifactId>commons-proxy2</artifactId>
<version>${project.version}</version>
</dependency>
<dependency>
<groupId>org.apache.commons</groupId>
<artifactId>commons-functor</artifactId>
</dependency>
<dependency>
<groupId>junit</groupId>
<artifactId>junit</artifactId>
Expand Down

0 comments on commit e467239

Please sign in to comment.