Skip to content

Commit

Permalink
chore(deps): add required dependencies for o.a.s.xss 2.3.8
Browse files Browse the repository at this point in the history
  • Loading branch information
rombert committed Jul 3, 2023
1 parent 8932136 commit 936eb9f
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 1 deletion.
4 changes: 4 additions & 0 deletions src/main/features/base.json
Expand Up @@ -22,6 +22,10 @@
"id":"org.apache.commons:commons-collections4:4.4",
"start-order":"15"
},
{
"id":"com.fasterxml.woodstox:woodstox-core:6.5.1",
"start-order":"15"
},
{
"id":"org.apache.commons:commons-math:2.2",
"start-order":"20"
Expand Down
4 changes: 4 additions & 0 deletions src/main/features/boot.json
Expand Up @@ -148,6 +148,10 @@
"id":"org.jvnet.staxex:stax-ex:1.8.3",
"start-order":"1"
},
{
"id":"org.codehaus.woodstox:stax2-api:4.2.1",
"start-order":"1"
},
{
"id":"org.osgi:org.osgi.service.component:1.5.1",
"start-order":"1"
Expand Down
6 changes: 5 additions & 1 deletion src/main/features/models-jacksonexporter.json
Expand Up @@ -13,9 +13,13 @@
"id":"com.fasterxml.jackson.core:jackson-databind:${jackson.version}",
"start-order":"20"
},
{
"id":"com.fasterxml.jackson.dataformat:jackson-dataformat-xml:${jackson.version}",
"start-order":"20"
},
{
"id":"org.apache.sling:org.apache.sling.models.jacksonexporter:1.1.2",
"start-order":"20"
}
]
}
}

0 comments on commit 936eb9f

Please sign in to comment.