Skip to content

Commit

Permalink
#1066 Recommender status info
Browse files Browse the repository at this point in the history
- Added missing dependency
  • Loading branch information
reckart committed Jul 26, 2019
1 parent daf75c7 commit 05f9c4d
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions inception-app-webapp/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -327,6 +327,10 @@
<groupId>com.googlecode.wicket-jquery-ui</groupId>
<artifactId>wicket-kendo-ui-theme-bootstrap</artifactId>
</dependency>
<dependency>
<groupId>org.apache.wicket</groupId>
<artifactId>wicket-native-websocket-javax</artifactId>
</dependency>

<!-- Spring dependencies -->
<dependency>
Expand Down Expand Up @@ -500,8 +504,8 @@
</dependency>
-->
<dependency>
<groupId>org.apache.wicket</groupId>
<artifactId>wicket-native-websocket-javax</artifactId>
<groupId>org.apache.commons</groupId>
<artifactId>commons-lang3</artifactId>
</dependency>
</dependencies>
<build>
Expand Down

0 comments on commit 05f9c4d

Please sign in to comment.