|
9 | 9 |
|
10 | 10 | <artifactId>jqassistant-typescript-plugin</artifactId> |
11 | 11 |
|
12 | | - <properties> |
13 | | - <jqa-plugin-common.version>${com.buschmais.jqassistant.version}</jqa-plugin-common.version> |
14 | | - <jqa-json-plugin.version>${com.buschmais.jqassistant.version}</jqa-json-plugin.version> |
15 | | - <lombok.version>1.18.34</lombok.version> |
16 | | - </properties> |
17 | | - |
18 | 12 | <build> |
19 | | - <resources> |
20 | | - <resource> |
21 | | - <directory>${project.basedir}/src/main/resources</directory> |
22 | | - <includes> |
23 | | - <include>META-INF/jqassistant-plugin.xml</include> |
24 | | - </includes> |
25 | | - <filtering>true</filtering> |
26 | | - </resource> |
27 | | - <resource> |
28 | | - <directory>${project.basedir}/src/main/resources</directory> |
29 | | - <excludes> |
30 | | - <exclude>META-INF/jqassistant-plugin.xml</exclude> |
31 | | - </excludes> |
32 | | - <filtering>false</filtering> |
33 | | - </resource> |
34 | | - </resources> |
35 | 13 | <plugins> |
36 | 14 | <plugin> |
37 | 15 | <groupId>org.apache.maven.plugins</groupId> |
|
47 | 25 | <dependency> |
48 | 26 | <groupId>com.buschmais.jqassistant.core</groupId> |
49 | 27 | <artifactId>store</artifactId> |
| 28 | + <scope>provided</scope> |
50 | 29 | </dependency> |
51 | 30 | <dependency> |
52 | 31 | <groupId>com.buschmais.jqassistant.core</groupId> |
53 | 32 | <artifactId>scanner</artifactId> |
| 33 | + <scope>provided</scope> |
| 34 | + </dependency> |
| 35 | + <dependency> |
| 36 | + <groupId>com.buschmais.jqassistant.core</groupId> |
| 37 | + <artifactId>report</artifactId> |
| 38 | + <scope>provided</scope> |
54 | 39 | </dependency> |
55 | 40 | <dependency> |
56 | 41 | <groupId>com.buschmais.jqassistant.plugin</groupId> |
57 | 42 | <artifactId>common</artifactId> |
| 43 | + <scope>provided</scope> |
58 | 44 | </dependency> |
59 | 45 | <dependency> |
60 | 46 | <groupId>com.buschmais.xo</groupId> |
61 | 47 | <artifactId>xo.api</artifactId> |
| 48 | + <scope>provided</scope> |
62 | 49 | </dependency> |
63 | 50 | <dependency> |
64 | 51 | <groupId>com.buschmais.jqassistant.plugin</groupId> |
65 | 52 | <artifactId>json</artifactId> |
| 53 | + <scope>provided</scope> |
66 | 54 | </dependency> |
67 | 55 | <dependency> |
68 | 56 | <groupId>org.mapstruct</groupId> |
69 | 57 | <artifactId>mapstruct</artifactId> |
| 58 | + <scope>provided</scope> |
70 | 59 | </dependency> |
71 | 60 | <dependency> |
72 | 61 | <groupId>org.projectlombok</groupId> |
|
91 | 80 | <dependency> |
92 | 81 | <groupId>com.buschmais.jqassistant.core</groupId> |
93 | 82 | <artifactId>test</artifactId> |
| 83 | + <scope>test</scope> |
94 | 84 | </dependency> |
95 | 85 | </dependencies> |
96 | 86 |
|
|
0 commit comments