Skip to content

Commit

Permalink
Comment out spring scanner for future deleting (#345)
Browse files Browse the repository at this point in the history
  • Loading branch information
vbragin authored Dec 9, 2024
1 parent 3dbe399 commit b152563
Showing 1 changed file with 13 additions and 13 deletions.
26 changes: 13 additions & 13 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
<bamboo.version>9.0.4</bamboo.version>
<bamboo.data.version>${bamboo.version}</bamboo.data.version>
<plugin.testrunner.version>2.0.2</plugin.testrunner.version>
<atlassian.spring.scanner.version>1.2.13</atlassian.spring.scanner.version>
<!-- <atlassian.spring.scanner.version>1.2.13</atlassian.spring.scanner.version>-->
<atlassian.plugin.key>${project.groupId}.${project.artifactId}</atlassian.plugin.key>
<slf4j.version>2.0.9</slf4j.version>
<compiler.version>1.8</compiler.version>
Expand Down Expand Up @@ -140,18 +140,18 @@
<version>${slf4j.version}</version>
<scope>provided</scope>
</dependency>
<dependency>
<groupId>com.atlassian.plugin</groupId>
<artifactId>atlassian-spring-scanner-annotation</artifactId>
<version>${atlassian.spring.scanner.version}</version>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>com.atlassian.plugin</groupId>
<artifactId>atlassian-spring-scanner-runtime</artifactId>
<version>${atlassian.spring.scanner.version}</version>
<scope>runtime</scope>
</dependency>
<!-- <dependency>-->
<!-- <groupId>com.atlassian.plugin</groupId>-->
<!-- <artifactId>atlassian-spring-scanner-annotation</artifactId>-->
<!-- <version>${atlassian.spring.scanner.version}</version>-->
<!-- <scope>compile</scope>-->
<!-- </dependency>-->
<!-- <dependency>-->
<!-- <groupId>com.atlassian.plugin</groupId>-->
<!-- <artifactId>atlassian-spring-scanner-runtime</artifactId>-->
<!-- <version>${atlassian.spring.scanner.version}</version>-->
<!-- <scope>runtime</scope>-->
<!-- </dependency>-->
<dependency>
<groupId>javax.inject</groupId>
<artifactId>javax.inject</artifactId>
Expand Down

0 comments on commit b152563

Please sign in to comment.