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