|
19 | 19 | <packaging>atlassian-plugin</packaging> |
20 | 20 |
|
21 | 21 | <properties> |
22 | | - <!-- Note: change to 7.1.1 for local testing using `atlas-*` commands due to icu4j init errors in earlier Bamboo |
23 | | - versions when using recent Java 8 versions --> |
24 | | - <bamboo.version>7.1.1</bamboo.version> |
| 22 | + <bamboo.version>9.0.0</bamboo.version> |
25 | 23 | <bamboo.data.version>${bamboo.version}</bamboo.data.version> |
26 | 24 | <amps.version>8.1.2</amps.version> |
27 | 25 | <plugin.testrunner.version>2.0.2</plugin.testrunner.version> |
|
48 | 46 |
|
49 | 47 | <!-- test dependencies --> |
50 | 48 | <dependency> |
| 49 | + <!-- TODO - update (?) --> |
51 | 50 | <groupId>junit</groupId> |
52 | 51 | <artifactId>junit</artifactId> |
53 | 52 | <version>${junit-version}</version> |
54 | 53 | <scope>test</scope> |
55 | 54 | </dependency> |
56 | 55 |
|
57 | 56 | <dependency> |
| 57 | + <!-- TODO - update (?) --> |
58 | 58 | <groupId>com.atlassian.bamboo</groupId> |
59 | 59 | <artifactId>atlassian-bamboo-web</artifactId> |
60 | 60 | <version>${bamboo.version}</version> |
|
63 | 63 |
|
64 | 64 | <!-- https://mvnrepository.com/artifact/org.apache.ant/ant --> |
65 | 65 | <dependency> |
| 66 | + <!-- TODO - update --> |
66 | 67 | <groupId>org.apache.ant</groupId> |
67 | 68 | <artifactId>ant</artifactId> |
68 | 69 | <version>1.8.2</version> |
69 | 70 | </dependency> |
70 | 71 |
|
71 | 72 | <dependency> |
| 73 | + <!-- TODO - update --> |
72 | 74 | <groupId>com.google.code.gson</groupId> |
73 | 75 | <artifactId>gson</artifactId> |
74 | 76 | <version>2.2.2-atlassian-1</version> |
|
136 | 138 | <enableQuickReload>true</enableQuickReload> |
137 | 139 | </configuration> |
138 | 140 | </plugin> |
| 141 | + |
| 142 | + <plugin> |
| 143 | + <groupId>com.atlassian.plugin</groupId> |
| 144 | + <artifactId>atlassian-spring-scanner-maven-plugin</artifactId> |
| 145 | + <version>${atlassian.spring.scanner.version}</version> |
| 146 | + <executions> |
| 147 | + <execution> |
| 148 | + <goals> |
| 149 | + <goal>atlassian-spring-scanner</goal> |
| 150 | + </goals> |
| 151 | + <phase>process-classes</phase> |
| 152 | + </execution> |
| 153 | + </executions> |
| 154 | + <configuration> |
| 155 | + <verbose>false</verbose> |
| 156 | + </configuration> |
| 157 | + </plugin> |
139 | 158 | </plugins> |
140 | 159 | </build> |
141 | 160 |
|
|
0 commit comments