|
4 | 4 | <parent> |
5 | 5 | <groupId>it.eng.parer</groupId> |
6 | 6 | <artifactId>parer-pom</artifactId> |
7 | | - <version>4.2.0</version> |
| 7 | + <version>6.4.0</version> |
8 | 8 | </parent> |
9 | | - <groupId>it.eng.parer</groupId> |
10 | 9 | <artifactId>preingest-xml</artifactId> |
11 | | - <version>3.0.18-SNAPSHOT</version> |
| 10 | + <version>3.1.1-SNAPSHOT</version> |
12 | 11 | <name>preingest-xml</name> |
13 | 12 | <description>Progetto PREINGEST-XML</description> |
14 | 13 |
|
|
36 | 35 | <sonar.projectVersion>${project.version}</sonar.projectVersion> |
37 | 36 | <!-- Skiptests by default : esecuzione su CI --> |
38 | 37 | <skipTests>true</skipTests> |
| 38 | + <junit-jupiter.version>5.10.3</junit-jupiter.version> |
| 39 | + <jaxb2-maven-plugin.version>2.5.0</jaxb2-maven-plugin.version> |
39 | 40 | </properties> |
40 | 41 |
|
41 | 42 | <dependencies> |
42 | 43 | <dependency> |
43 | | - <groupId>com.sun.xml.bind</groupId> |
44 | | - <artifactId>jaxb-impl</artifactId> |
45 | | - <version>2.2.5.redhat-9</version> |
46 | | - </dependency> |
| 44 | + <groupId>javax.xml.bind</groupId> |
| 45 | + <artifactId>jaxb-api</artifactId> |
| 46 | + <version>${jaxb.version}</version> |
| 47 | + </dependency> |
| 48 | + <dependency> |
| 49 | + <groupId>com.sun.xml.bind</groupId> |
| 50 | + <artifactId>jaxb-core</artifactId> |
| 51 | + <version>${jaxb.version}</version> |
| 52 | + </dependency> |
| 53 | + <dependency> |
| 54 | + <groupId>com.sun.xml.bind</groupId> |
| 55 | + <artifactId>jaxb-impl</artifactId> |
| 56 | + <version>${jaxb.version}</version> |
| 57 | + </dependency> |
47 | 58 | <dependency> |
48 | | - <groupId>junit</groupId> |
49 | | - <artifactId>junit</artifactId> |
50 | | - <version>4.11</version> |
51 | | - <scope>test</scope> |
52 | | - </dependency> |
| 59 | + <groupId>org.junit.jupiter</groupId> |
| 60 | + <artifactId>junit-jupiter-api</artifactId> |
| 61 | + <version>${junit-jupiter.version}</version> |
| 62 | + <scope>test</scope> |
| 63 | + </dependency> |
53 | 64 | </dependencies> |
54 | 65 |
|
55 | 66 | <build> |
56 | 67 | <plugins> |
57 | 68 | <plugin> |
58 | 69 | <groupId>org.codehaus.mojo</groupId> |
59 | 70 | <artifactId>jaxb2-maven-plugin</artifactId> |
60 | | - <version>2.2</version> |
| 71 | + <version>${jaxb2-maven-plugin.version}</version> |
61 | 72 | <executions> |
62 | 73 | <execution> |
63 | 74 | <id>datispecdicom</id> |
|
66 | 77 | </goals> |
67 | 78 | <configuration> |
68 | 79 | <sources> |
69 | | - <source>${project.basedir}/src/main/resources/xsd/it/eng/sacerasi/ws/xml/datiSpecDicom/WSMetadatiSpecificiDICOM.xsd</source> |
| 80 | + <source>src/main/resources/xsd/it/eng/sacerasi/ws/xml/datiSpecDicom/WSMetadatiSpecificiDICOM.xsd</source> |
70 | 81 | </sources> |
71 | 82 | <packageName>it.eng.sacerasi.ws.xml.datiSpecDicom</packageName> |
72 | 83 | </configuration> |
|
79 | 90 | </goals> |
80 | 91 | <configuration> |
81 | 92 | <sources> |
82 | | - <source>${project.basedir}/src/main/resources/xsd/it/eng/sacerasi/ws/xml/datiSpecFiltri/WSDatiSpecificiDiarioFiltri.xsd</source> |
| 93 | + <source>src/main/resources/xsd/it/eng/sacerasi/ws/xml/datiSpecFiltri/WSDatiSpecificiDiarioFiltri.xsd</source> |
83 | 94 | </sources> |
84 | 95 | <packageName>it.eng.sacerasi.ws.xml.datiSpecFiltri</packageName> |
85 | 96 | </configuration> |
|
91 | 102 | </goals> |
92 | 103 | <configuration> |
93 | 104 | <sources> |
94 | | - <source>${project.basedir}/src/main/resources/xsd/it/eng/sacerasi/ws/xml/datiSpecOrder/WSDatiSpecificiDiarioOrder.xsd</source> |
| 105 | + <source>src/main/resources/xsd/it/eng/sacerasi/ws/xml/datiSpecOrder/WSDatiSpecificiDiarioOrder.xsd</source> |
95 | 106 | </sources> |
96 | 107 | <packageName>it.eng.sacerasi.ws.xml.datiSpecOrder</packageName> |
97 | 108 | </configuration> |
|
103 | 114 | </goals> |
104 | 115 | <configuration> |
105 | 116 | <sources> |
106 | | - <source>${project.basedir}/src/main/resources/xsd/it/eng/sacerasi/ws/xml/datiSpecOut/WSDatiSpecificiDiarioOut.xsd</source> |
| 117 | + <source>src/main/resources/xsd/it/eng/sacerasi/ws/xml/datiSpecOut/WSDatiSpecificiDiarioOut.xsd</source> |
107 | 118 | </sources> |
108 | 119 | <packageName>it.eng.sacerasi.ws.xml.datiSpecOut</packageName> |
109 | 120 | </configuration> |
|
115 | 126 | </goals> |
116 | 127 | <configuration> |
117 | 128 | <sources> |
118 | | - <source>${project.basedir}/src/main/resources/xsd/it/eng/sacerasi/ws/xml/datiSpecResult/WSDatiSpecificiDiarioResult.xsd</source> |
| 129 | + <source>src/main/resources/xsd/it/eng/sacerasi/ws/xml/datiSpecResult/WSDatiSpecificiDiarioResult.xsd</source> |
119 | 130 | </sources> |
120 | 131 | <packageName>it.eng.sacerasi.ws.xml.datiSpecResult</packageName> |
121 | 132 | </configuration> |
|
127 | 138 | </goals> |
128 | 139 | <configuration> |
129 | 140 | <sources> |
130 | | - <source>${project.basedir}/src/main/resources/xsd/it/eng/sacerasi/ws/xml/invioAsync/WSInvioAsync.xsd</source> |
| 141 | + <source>src/main/resources/xsd/it/eng/sacerasi/ws/xml/invioAsync/WSInvioAsync.xsd</source> |
131 | 142 | </sources> |
132 | 143 | <packageName>it.eng.sacerasi.ws.xml.invioAsync</packageName> |
133 | 144 | </configuration> |
|
139 | 150 | </goals> |
140 | 151 | <configuration> |
141 | 152 | <sources> |
142 | | - <source>${project.basedir}/src/main/resources/xsd/it/eng/sacerasi/ws/xml/invioDaTrasf/WSInvioDaTrasf.xsd</source> |
| 153 | + <source>src/main/resources/xsd/it/eng/sacerasi/ws/xml/invioDaTrasf/WSInvioDaTrasf.xsd</source> |
143 | 154 | </sources> |
144 | 155 | <packageName>it.eng.sacerasi.ws.xml.invioDaTrasf</packageName> |
145 | 156 | </configuration> |
|
151 | 162 | </goals> |
152 | 163 | <configuration> |
153 | 164 | <sources> |
154 | | - <source>${project.basedir}/src/main/resources/xsd/it/eng/sacerasi/su/xml/invioSU/InvioSU.xsd</source> |
| 165 | + <source>src/main/resources/xsd/it/eng/sacerasi/su/xml/invioSU/InvioSU.xsd</source> |
155 | 166 | </sources> |
156 | 167 | <packageName>it.eng.sacerasi.su.xml.invioSU</packageName> |
157 | 168 | </configuration> |
|
163 | 174 | </goals> |
164 | 175 | <configuration> |
165 | 176 | <sources> |
166 | | - <source>${project.basedir}/src/main/resources/xsd/it/eng/sacerasi/sisma/xml/invioSisma/InvioSisma.xsd</source> |
| 177 | + <source>src/main/resources/xsd/it/eng/sacerasi/sisma/xml/invioSisma/InvioSisma.xsd</source> |
167 | 178 | </sources> |
168 | 179 | <packageName>it.eng.sacerasi.sisma.xml.invioSisma</packageName> |
169 | 180 | </configuration> |
|
175 | 186 | </goals> |
176 | 187 | <configuration> |
177 | 188 | <sources> |
178 | | - <source>${project.basedir}/src/main/resources/xsd/it/eng/sacerasi/xml/unitaDocumentaria/UnitaDocumentaria.xsd</source> |
| 189 | + <source>src/main/resources/xsd/it/eng/sacerasi/xml/unitaDocumentaria/UnitaDocumentaria.xsd</source> |
179 | 190 | </sources> |
180 | 191 | <packageName>it.eng.sacerasi.xml.unitaDocumentaria</packageName> |
181 | 192 | </configuration> |
|
184 | 195 |
|
185 | 196 | <configuration> |
186 | 197 | <xjbSources> |
187 | | - <xjbSource>${project.basedir}/src/main/xjb/conf.xjb</xjbSource> |
| 198 | + <xjbSource>src/main/xjb/conf.xjb</xjbSource> |
188 | 199 | </xjbSources> |
189 | | - <removeOldOutput>false</removeOldOutput> |
190 | 200 | <clearOutputDir>false</clearOutputDir> |
191 | | - <forceRegenerate>true</forceRegenerate> |
192 | 201 | </configuration> |
193 | 202 | </plugin> |
194 | 203 |
|
|
0 commit comments