Skip to content

Commit

Permalink
Fix JDK8 build
Browse files Browse the repository at this point in the history
  • Loading branch information
alex268 committed Jul 18, 2023
1 parent 7c8b445 commit c125977
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions url-shortener-demo/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -74,4 +74,16 @@
</dependency>
</dependencies>
</dependencyManagement>

<profiles>
<profile>
<id>jdk8-jetty-downgrade</id>
<activation>
<jdk>1.8</jdk>
</activation>
<properties>
<jetty.version>9.4.45.v20220203</jetty.version>
</properties>
</profile>
</profiles>
</project>

0 comments on commit c125977

Please sign in to comment.