Skip to content
This repository has been archived by the owner on Nov 4, 2024. It is now read-only.

Commit

Permalink
Merge pull request #949 from galasa-dev/jade-jta
Browse files Browse the repository at this point in the history
Jade jta
  • Loading branch information
jadecarino authored Jun 19, 2024
2 parents 2d9c755 + 7021f91 commit 5d1a74e
Show file tree
Hide file tree
Showing 5 changed files with 24 additions and 5 deletions.
13 changes: 12 additions & 1 deletion .secrets.baseline
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,18 @@
"name": "TwilioKeyDetector"
}
],
"results": {},
"results": {
"galasa-managers-parent/galasa-managers-database-parent/dev.galasa.db2.manager.ivt/README.md": [
{
"hashed_secret": "22199ec38c6bedb7616f8e42aa3ad6e9f196cd24",
"is_secret": false,
"is_verified": false,
"line_number": 114,
"type": "Secret Keyword",
"verified_result": null
}
]
},
"version": "0.13.1+ibm.62.dss",
"word_list": {
"file": null,
Expand Down
1 change: 1 addition & 0 deletions galasa-managers-parent/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,7 @@ task jacocoMerge(type: JacocoMerge) {
}

repositories {
mavenLocal()
maven {
url "$sourceMaven"
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,14 @@
Bundle-Name: Galasa Db2 Manager
Export-Package: dev.galasa.db2,\
dev.galasa.db2.spi
Import-Package: !javax.validation.constraints, \
Import-Package: jakarta.transaction, \
jakarta.transaction.xa, \
javax.transaction, \
javax.transaction.xa, \
!jakarta.enterprise.util, \
!jakarta.interceptor, \
!jakarta.enterprise.context, \
!javax.validation.constraints, \
!com.ibm.bidiTools.bdlayout, \
!com.ibm.cics.server, \
com.ibm.dataaccess, \
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,12 +4,12 @@ plugins {

description = 'Galasa Db2 Manager'

version = '0.34.0'
version = '0.35.0'

dependencies {
// implementation project(':galasa-managers-core-parent:dev.galasa.artifact.manager')
implementation 'com.ibm.db2.jcc:db2jcc:db2jcc4'
implementation 'dev.galasa:jta:1.2'
implementation 'dev.galasa:jta:2.0.1'
}

// Note: These values are consumed by the parent build process
Expand Down
2 changes: 1 addition & 1 deletion release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -134,7 +134,7 @@ managers:
isolated: true

- artifact: dev.galasa.db2.manager
version: 0.34.0
version: 0.35.0
obr: true
bom: true
javadoc: true
Expand Down

0 comments on commit 5d1a74e

Please sign in to comment.