Skip to content

Commit

Permalink
manifold-templates: remove sparkjava dependency, usage replaced with …
Browse files Browse the repository at this point in the history
…javalin
  • Loading branch information
rsmckinney committed Jul 28, 2024
1 parent ba7f6cb commit 4664d67
Showing 1 changed file with 0 additions and 10 deletions.
10 changes: 0 additions & 10 deletions manifold-deps-parent/manifold-templates-rt/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -16,16 +16,6 @@
<artifactId>manifold-ext-rt</artifactId>
<version>${project.version}</version>
</dependency>

<!-- spark-core only for use at compile-time and only if using a 'SparkTemplate', hence 'provided' scope -->
<dependency>
<groupId>com.sparkjava</groupId>
<artifactId>spark-core</artifactId>
<version>2.6.0</version>
<!-- compile-time only, no runtime impact unless you are using Spark Java -->
<scope>provided</scope>
</dependency>

</dependencies>

<build>
Expand Down

0 comments on commit 4664d67

Please sign in to comment.