Skip to content

Commit b1c8b82

Browse files
committed
Merge pull request #40 from objectiser/cnfe
Fix URL rewriter class not found
2 parents 45887d4 + c2717c2 commit b1c8b82

File tree

2 files changed

+17
-0
lines changed

2 files changed

+17
-0
lines changed

pom.xml

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,19 @@
2626
<packaging>pom</packaging>
2727
<name>Scribble Web</name>
2828

29+
<url>https://github.com/scribble/scribble-web</url>
30+
<organization>
31+
<name>Scribble.org.</name>
32+
<url>http://scribble.org</url>
33+
</organization>
34+
<licenses>
35+
<license>
36+
<name>Apache License, Version 2.0</name>
37+
<distribution>repo</distribution>
38+
<url>http://www.apache.org/licenses/LICENSE-2.0.html</url>
39+
</license>
40+
</licenses>
41+
2942
<properties>
3043
<!-- maven-compiler-plugin -->
3144
<maven.compiler.source>1.8</maven.compiler.source>

ui/pom.xml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,10 @@
3636
</properties>
3737

3838
<dependencies>
39+
<dependency>
40+
<groupId>org.tuckey</groupId>
41+
<artifactId>urlrewritefilter</artifactId>
42+
</dependency>
3943
</dependencies>
4044

4145
<build>

0 commit comments

Comments
 (0)