|
10 | 10 | </parent> |
11 | 11 | <artifactId>dataformat-aml</artifactId> |
12 | 12 | <name>Asset Administration Shell AutomationML-Serializer</name> |
| 13 | + |
13 | 14 | <dependencies> |
14 | 15 | <dependency> |
15 | 16 | <groupId>io.admin-shell.aas</groupId> |
16 | | - <artifactId>model</artifactId> |
| 17 | + <artifactId>dataformat-core</artifactId> |
17 | 18 | <version>${revision}</version> |
18 | | - <scope>compile</scope> |
19 | 19 | </dependency> |
20 | 20 | <dependency> |
21 | | - <groupId>io.admin-shell.aas</groupId> |
22 | | - <artifactId>dataformat-core</artifactId> |
23 | | - <version>${revision}</version> |
24 | | - <scope>compile</scope> |
| 21 | + <groupId>io.admin-shell.aas</groupId> |
| 22 | + <artifactId>dataformat-core</artifactId> |
| 23 | + <version>${revision}</version> |
| 24 | + <classifier>tests</classifier> |
| 25 | + <scope>test</scope> |
25 | 26 | </dependency> |
26 | | - <dependency> |
27 | | - <groupId>io.admin-shell.aas</groupId> |
28 | | - <artifactId>dataformat-core</artifactId> |
29 | | - <version>${revision}</version> |
30 | | - <classifier>tests</classifier> |
31 | | - <scope>test</scope> |
32 | | - </dependency> |
33 | 27 | <dependency> |
34 | 28 | <groupId>org.slf4j</groupId> |
35 | 29 | <artifactId>slf4j-api</artifactId> |
|
43 | 37 | <dependency> |
44 | 38 | <groupId>xerces</groupId> |
45 | 39 | <artifactId>xercesImpl</artifactId> |
46 | | - <version>2.12.1</version> |
| 40 | + <version>${xerces.version}</version> |
47 | 41 | <exclusions> |
48 | | - <exclusion> |
49 | | - <artifactId>xml-apis</artifactId> |
50 | | - <groupId>xml-apis</groupId> |
51 | | - </exclusion> |
52 | | - </exclusions> |
| 42 | + <exclusion> |
| 43 | + <artifactId>xml-apis</artifactId> |
| 44 | + <groupId>xml-apis</groupId> |
| 45 | + </exclusion> |
| 46 | + </exclusions> |
53 | 47 | </dependency> |
54 | 48 | <dependency> |
55 | 49 | <groupId>org.eclipse.persistence</groupId> |
56 | 50 | <artifactId>org.eclipse.persistence.moxy</artifactId> |
57 | 51 | <version>${moxy.version}</version> |
58 | 52 | </dependency> |
59 | | - <dependency> |
60 | | - <groupId>junit</groupId> |
61 | | - <artifactId>junit</artifactId> |
62 | | - <version>${junit.version}</version> |
63 | | - <scope>test</scope> |
64 | | - </dependency> |
65 | 53 | <dependency> |
66 | 54 | <groupId>net.codesup.util</groupId> |
67 | 55 | <artifactId>jaxb2-rich-contract-plugin</artifactId> |
|
82 | 70 | <dependency> |
83 | 71 | <groupId>com.google.inject</groupId> |
84 | 72 | <artifactId>guice</artifactId> |
85 | | - <version>5.0.1</version> |
| 73 | + <version>${guice.version}</version> |
86 | 74 | </dependency> |
87 | 75 | </dependencies> |
88 | 76 | <build> |
89 | 77 | <plugins> |
90 | | - <plugin> |
91 | | - <groupId>org.codehaus.mojo</groupId> |
92 | | - <artifactId>flatten-maven-plugin</artifactId> |
93 | | - <version>${plugin.flatten.version}</version> |
94 | | - <configuration> |
95 | | - <updatePomFile>true</updatePomFile> |
96 | | - </configuration> |
97 | | - <executions> |
98 | | - <execution> |
99 | | - <id>flatten</id> |
100 | | - <phase>process-resources</phase> |
101 | | - <goals> |
102 | | - <goal>flatten</goal> |
103 | | - </goals> |
104 | | - </execution> |
105 | | - <execution> |
106 | | - <id>flatten.clean</id> |
107 | | - <phase>clean</phase> |
108 | | - <goals> |
109 | | - <goal>clean</goal> |
110 | | - </goals> |
111 | | - </execution> |
112 | | - </executions> |
113 | | - </plugin> |
114 | 78 | <plugin> |
115 | 79 | <groupId>org.apache.cxf</groupId> |
116 | 80 | <artifactId>cxf-xjc-plugin</artifactId> |
|
0 commit comments