Skip to content

Commit

Permalink
Explorer Tomcat fix
Browse files Browse the repository at this point in the history
  • Loading branch information
tijsrademakers committed Mar 4, 2013
1 parent 4639467 commit 167a9d3
Show file tree
Hide file tree
Showing 16 changed files with 62,364 additions and 62,354 deletions.
1 change: 0 additions & 1 deletion modules/activiti-explorer/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,6 @@
<dependency>
<groupId>com.google.gwt</groupId>
<artifactId>gwt-user</artifactId>
<scope>compile</scope>
</dependency>

<!-- Database -->
Expand Down
17 changes: 11 additions & 6 deletions modules/activiti-webapp-explorer2/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -132,7 +132,7 @@
<executions>
<execution>
<goals>
<goal>resources</goal>
<goal>resources</goal>
<goal>compile</goal>
</goals>
</execution>
Expand All @@ -141,7 +141,7 @@
<plugin>
<groupId>com.vaadin</groupId>
<artifactId>vaadin-maven-plugin</artifactId>
<version>1.0.1</version>
<version>1.0.2</version>
<executions>
<execution>
<phase>prepare-package</phase>
Expand Down Expand Up @@ -207,14 +207,19 @@
<artifactId>junit</artifactId>
<scope>test</scope>
</dependency>

<dependency>
<groupId>com.google.gwt</groupId>
<artifactId>gwt-servlet</artifactId>
</dependency>

<!-- Vaadin addons -->
<!-- Must be defined both in activiti-explorer and activiti-webapp-explorer, as otherwise the gwt compiler won't find it -->
<dependency>
<groupId>org.vaadin.addons</groupId>
<artifactId>dcharts-widget</artifactId>
<version>0.10.0</version>
</dependency>
<groupId>org.vaadin.addons</groupId>
<artifactId>dcharts-widget</artifactId>
<version>0.10.0</version>
</dependency>

</dependencies>

Expand Down

Large diffs are not rendered by default.

Large diffs are not rendered by default.

Large diffs are not rendered by default.

Large diffs are not rendered by default.

Large diffs are not rendered by default.

Large diffs are not rendered by default.

Large diffs are not rendered by default.

Large diffs are not rendered by default.

Large diffs are not rendered by default.

Large diffs are not rendered by default.

Large diffs are not rendered by default.

Large diffs are not rendered by default.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 6 additions & 0 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -515,6 +515,12 @@
<groupId>com.google.gwt</groupId>
<artifactId>gwt-user</artifactId>
<version>2.3.0</version>
<scope>provided</scope>
</dependency>
<dependency>
<groupId>com.google.gwt</groupId>
<artifactId>gwt-servlet</artifactId>
<version>2.3.0</version>
</dependency>
<!-- Camel integration -->
<dependency>
Expand Down

0 comments on commit 167a9d3

Please sign in to comment.