Skip to content
Permalink

Comparing changes

This is a direct comparison between two commits made in this repository or its related repositories. View the default comparison for this range or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: inception-project/inception
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: d96c29ff19692446f279fa5905f215c52ef8268f
Choose a base ref
..
head repository: inception-project/inception
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: c85d4e4b118f79213b35a14f53c4aaefa90948ca
Choose a head ref
Showing with 0 additions and 7 deletions.
  1. +0 −1 inception/inception-annotation-storage/pom.xml
  2. +0 −6 inception/inception-schema/pom.xml
1 change: 0 additions & 1 deletion inception/inception-annotation-storage/pom.xml
Original file line number Diff line number Diff line change
@@ -124,7 +124,6 @@
<dependency>
<groupId>jakarta.servlet</groupId>
<artifactId>jakarta.servlet-api</artifactId>
<scope>provided</scope>
</dependency>

<!-- TEST DEPENDENCIES -->
6 changes: 0 additions & 6 deletions inception/inception-schema/pom.xml
Original file line number Diff line number Diff line change
@@ -212,11 +212,6 @@
<artifactId>inception-project</artifactId>
<scope>test</scope>
</dependency>
<dependency>
<groupId>jakarta.servlet</groupId>
<artifactId>jakarta.servlet-api</artifactId>
<scope>test</scope>
</dependency>
</dependencies>

<build>
@@ -233,7 +228,6 @@
<ignoredDependency>org.springframework.boot:spring-boot-test</ignoredDependency>
<ignoredDependency>org.springframework.boot:spring-boot-starter-data-jpa</ignoredDependency>
<ignoredDependency>org.hsqldb:hsqldb</ignoredDependency>
<ignoredDependency>jakarta.servlet:jakarta.servlet-api</ignoredDependency>
</ignoredDependencies>
</configuration>
</plugin>