Skip to content

Commit

Permalink
Merge pull request open-horizon#713 from naphelps/source-rework
Browse files Browse the repository at this point in the history
Restructured the source for Catalog, Deployment Patterns and Policies, Management Policies, Nodes, Node Groups, and Services.
  • Loading branch information
naphelps committed Nov 16, 2023
2 parents eeaffd3 + 774ad7d commit 1e2b35d
Show file tree
Hide file tree
Showing 48 changed files with 9,852 additions and 8,827 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,9 @@

All notable changes to this project will be documented in this file.

## [2.121.0] - 2023-11-16
- Restructured the source for Catalog, Deployment Patterns and Policies, Management Policies, Nodes, Node Groups, and Services.

## [2.120.0] - 2023-10-18
- Restructured the source for Users, Services, Organizations, and some of the search routes.
- Corrected a few Swagger documentation errors.
Expand Down
1 change: 0 additions & 1 deletion build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,6 @@ lazy val root = (project in file("."))
"org.json4s" %% "json4s-jackson" % "4.0.6",

"jakarta.ws.rs" % "jakarta.ws.rs-api" % "[3.1.0,)",
// "org.glassfish.jersey.core" % "jersey-common" % "1.2.1", // Required at runtime by javax.ws.rs-api
"com.github.swagger-akka-http" %% "swagger-akka-http" % "[2.6.0]", // Deprecated in v2.8.0 due to Akka license change to BSL v1.1
"com.github.swagger-akka-http" %% "swagger-scala-module" % "[2.11.0,)",
"io.swagger.core.v3" % "swagger-core-jakarta" % "[2.1.12]", // Version 2.1.13+ requires newer versions of slick and slick-hikaricp
Expand Down
Loading

0 comments on commit 1e2b35d

Please sign in to comment.