Skip to content

Commit

Permalink
EPMRPP-87316 || Update deps (#44)
Browse files Browse the repository at this point in the history
* EPMRPP-87316 || Update commons-model

* EPMRPP-87316 || Update commons-model

* EPMRPP-87316 || Update commons-model

* EPMRPP-87316 || Update commons-model

* EPMRPP-87316 || Update commons-model

* EPMRPP-87316 || Update commons-model

* EPMRPP-87316 || Update dependencies
  • Loading branch information
pbortnik authored Nov 10, 2023
1 parent 7d7b910 commit 9d07a45
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 3 deletions.
6 changes: 3 additions & 3 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -49,9 +49,9 @@ dependencies {
compile 'com.epam.reportportal:commons-rules'
compile 'com.epam.reportportal:commons-dao'
} else {
compile 'com.github.reportportal:commons-dao:59bed64'
compile 'com.github.reportportal:commons-model:e8ca9fb'
compile 'com.github.reportportal:commons-rules:2fe7a4b'
compile 'com.github.reportportal:commons-dao:90f815a'
compile 'com.github.reportportal:commons-model:9ec180b'
compile 'com.github.reportportal:commons-rules:e859db2'
}
compile 'org.pf4j:pf4j:2.4.0'

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,10 @@
* Generic interface to access third-party bug tracking systems
*
* @author Andrei Varabyeu
* @deprecated Use command based approach.
*/

@Deprecated
public interface BtsExtension extends ExtensionPoint {

/**
Expand Down

0 comments on commit 9d07a45

Please sign in to comment.