Skip to content
This repository has been archived by the owner on Nov 9, 2017. It is now read-only.

Commit

Permalink
[fix] NPE caused by clickstream
Browse files Browse the repository at this point in the history
  • Loading branch information
smee committed Oct 26, 2011
1 parent 60ba70a commit 5603890
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion examServer/pom.xml
Expand Up @@ -340,7 +340,10 @@
<dependency>
<groupId>opensymphony</groupId>
<artifactId>clickstream</artifactId>
<version>1.0.2</version>
<version>1.0.3</version>
<!-- since this version is not available in the central repos, we just add it manually -->
<scope>system</scope>
<systemPath>${basedir}/src/main/etc/clickstream-1.0.3.jar</systemPath>
</dependency>
<dependency>
<groupId>commons-beanutils</groupId>
Expand Down
Binary file added examServer/src/main/etc/clickstream-1.0.3.jar
Binary file not shown.

0 comments on commit 5603890

Please sign in to comment.