Compare commits

..

No commits in common. 'cbef0da7e2daa46d2a271ed56c1c43a0ac3b2358' and 'b9d6aea3ea7046193e4181fb3366ff5b5a4e4cdb' have entirely different histories.

  1. 3
      pom.xml

@ -7,7 +7,7 @@
<groupId>com.mousetech.gourmet</groupId>
<artifactId>gourmetj</artifactId>
<version>0.2.0</version>
<version>0.2.0-SNAPSHOT</version>
<packaging>jar</packaging>
<name>GourmetJ</name>
@ -126,6 +126,7 @@
<dependency>
<groupId>jakarta.servlet</groupId>
<artifactId>jakarta.servlet-api</artifactId>
<version>6.0.0</version>
<scope>provided</scope>
</dependency>

Loading…
Cancel
Save