Skip to content

Commit

Permalink
Fixed simple example #57
Browse files Browse the repository at this point in the history
  • Loading branch information
p-wunderlich committed Oct 10, 2023
1 parent 1b4742e commit 56b39b7
Showing 1 changed file with 4 additions and 15 deletions.
19 changes: 4 additions & 15 deletions examples/example-simple/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,7 @@
<packaging>war</packaging>

<properties>
<spring.version>5.3.23</spring.version>
<javax.servlet-api.version>3.0.1</javax.servlet-api.version>
<spring.version>6.0.9</spring.version>
</properties>

<dependencies>
Expand All @@ -36,13 +35,6 @@
<version>${camunda.version}</version>
</dependency>

<dependency>
<groupId>javax.servlet</groupId>
<artifactId>javax.servlet-api</artifactId>
<version>${javax.servlet-api.version}</version>
<scope>provided</scope>
</dependency>

<dependency>
<groupId>org.springframework</groupId>
<artifactId>spring-web</artifactId>
Expand Down Expand Up @@ -76,12 +68,9 @@
<build>
<plugins>
<plugin>
<artifactId>maven-compiler-plugin</artifactId>
<version>3.1</version>
<configuration>
<source>1.8</source>
<target>1.8</target>
</configuration>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-war-plugin</artifactId>
<version>3.3.2</version>
</plugin>
<plugin>
<groupId>org.apache.tomcat.maven</groupId>
Expand Down

0 comments on commit 56b39b7

Please sign in to comment.