Skip to content

Commit

Permalink
#4232 - Drop evaluation page
Browse files Browse the repository at this point in the history
- Remove evaluation page
- Remove unused learning curve code that was used in the recommender sidebar
  • Loading branch information
reckart committed Oct 8, 2023
1 parent 5d7c3c3 commit 8866ebe
Show file tree
Hide file tree
Showing 28 changed files with 0 additions and 2,131 deletions.
12 changes: 0 additions & 12 deletions inception/inception-dependencies/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -1153,18 +1153,6 @@
<version>6.7.0.202309050840-r</version>
</dependency>

<dependency>
<groupId>org.webjars</groupId>
<artifactId>c3</artifactId>
<version>0.6.6</version>
</dependency>

<dependency>
<groupId>org.webjars</groupId>
<artifactId>d3js</artifactId>
<version>5.5.0</version>
</dependency>

<dependency>
<groupId>org.webjars.bowergithub.xbsoftware</groupId>
<artifactId>enjoyhint</artifactId>
Expand Down
32 changes: 0 additions & 32 deletions inception/inception-recommendation/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -199,10 +199,6 @@
<groupId>com.googlecode.wicket-jquery-ui</groupId>
<artifactId>wicket-kendo-ui</artifactId>
</dependency>
<dependency>
<groupId>org.wicketstuff</groupId>
<artifactId>wicketstuff-input-events</artifactId>
</dependency>
<dependency>
<groupId>org.apache.wicket</groupId>
<artifactId>wicket-request</artifactId>
Expand Down Expand Up @@ -234,31 +230,11 @@
<groupId>com.fasterxml.jackson.core</groupId>
<artifactId>jackson-annotations</artifactId>
</dependency>
<dependency>
<groupId>com.fasterxml.jackson.core</groupId>
<artifactId>jackson-core</artifactId>
</dependency>
<dependency>
<groupId>com.fasterxml.jackson.core</groupId>
<artifactId>jackson-databind</artifactId>
</dependency>

<dependency>
<groupId>org.wicketstuff</groupId>
<artifactId>wicketstuff-annotationeventdispatcher</artifactId>
</dependency>
<dependency>
<groupId>de.agilecoders.wicket.webjars</groupId>
<artifactId>wicket-webjars</artifactId>
</dependency>
<dependency>
<groupId>org.webjars</groupId>
<artifactId>c3</artifactId>
</dependency>
<dependency>
<groupId>org.webjars</groupId>
<artifactId>d3js</artifactId>
</dependency>

<!-- DEPENDENCIES FOR TESTING -->
<dependency>
Expand Down Expand Up @@ -385,14 +361,6 @@
<!-- Needed but the dependency plugin doesn't get it -->
<ignoredDependency>org.springframework:spring-websocket</ignoredDependency>
</ignoredDependencies>
<usedDependencies>
<!--
- Maven doesn't detect the the webjar dependencies because there is
- no actual code dependency
-->
<usedDependency>org.webjars:d3js</usedDependency>
<usedDependency>org.webjars:c3</usedDependency>
</usedDependencies>
</configuration>
</plugin>
</plugins>
Expand Down

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

Loading

0 comments on commit 8866ebe

Please sign in to comment.