Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 1 addition & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,4 @@
* [`commons-mongo`](docs/TypedMongo.md) - MongoDB utilities for Scala & Java MongoDB drivers, integration with `GenCodec`
* `commons-hocon` - Utilities for working with [HOCON](https://github.com/lightbend/config/blob/master/HOCON.md)
* `HoconInput` - an `Input` implementation for `GenCodec` that can read Lightbend Config (`com.typesafe.config.Config`)
* An AST (`HTree`) and a lexer/parser for HOCON (`HLexer`, `HParser`)
* `commons-spring` (DEPRECATED) - Spring framework utilities:
* `HoconBeanDefinitionReader` - an utility that allows you to define Spring application context using
[HOCON](https://github.com/lightbend/config/blob/master/HOCON.md) format
* An AST (`HTree`) and a lexer/parser for HOCON (`HLexer`, `HParser`)
12 changes: 0 additions & 12 deletions project/Commons.scala
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,6 @@ object Commons extends ProjectGroup("commons") {
val scalacheckVersion = "1.19.0"
val jettyVersion = "12.1.7"
val mongoVersion = "5.6.4"
val springVersion = "6.2.17"
val typesafeConfigVersion = "1.4.6"
val commonsIoVersion = "1.3.2" // test only
val scalaLoggingVersion = "3.9.6"
Expand Down Expand Up @@ -202,7 +201,6 @@ object Commons extends ProjectGroup("commons") {
jetty,
mongo,
hocon,
spring,
)
.settings(aggregateProjectSettings)

Expand Down Expand Up @@ -307,16 +305,6 @@ object Commons extends ProjectGroup("commons") {
),
)

lazy val spring = mkSubProject
.dependsOn(hocon % CompileAndTest)
.settings(
jvmCommonSettings,
libraryDependencies ++= Seq(
"org.springframework" % "spring-context" % springVersion,
"com.google.code.findbugs" % "jsr305" % jsr305Version % Optional,
),
)

lazy val jetty = mkSubProject
.dependsOn(core % CompileAndTest)
.settings(
Expand Down
94 changes: 0 additions & 94 deletions spring/src/main/scala/com/avsystem/commons/spring/AttrNames.scala

This file was deleted.

Loading
Loading