|
55 | 55 | <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding> |
56 | 56 |
|
57 | 57 | <maven.version>3.5.2</maven.version> |
58 | | - <jaxb.version>2.3.1</jaxb.version> |
59 | 58 | <itf.version>0.11.0</itf.version> |
60 | 59 |
|
61 | 60 | <sonar.organization>utplsql</sonar.organization> |
|
76 | 75 |
|
77 | 76 | <dependencies> |
78 | 77 | <dependency> |
79 | | - <groupId>com.sun.xml.bind</groupId> |
80 | | - <artifactId>jaxb-core</artifactId> |
81 | | - <version>3.0.1</version> |
| 78 | + <groupId>org.apache.maven</groupId> |
| 79 | + <artifactId>maven-core</artifactId> |
| 80 | + <version>${maven.version}</version> |
| 81 | + <scope>provided</scope> |
82 | 82 | </dependency> |
83 | 83 | <dependency> |
84 | | - <groupId>javax.xml.bind</groupId> |
85 | | - <artifactId>jaxb-api</artifactId> |
86 | | - <version>${jaxb.version}</version> |
| 84 | + <groupId>org.apache.maven.plugin-tools</groupId> |
| 85 | + <artifactId>maven-plugin-annotations</artifactId> |
| 86 | + <version>${maven.version}</version> |
| 87 | + <scope>provided</scope> |
87 | 88 | </dependency> |
88 | 89 | <dependency> |
89 | | - <groupId>com.sun.xml.bind</groupId> |
90 | | - <artifactId>jaxb-impl</artifactId> |
91 | | - <version>${jaxb.version}</version> |
92 | | - </dependency> |
93 | | - |
94 | | - <dependency> |
95 | | - <groupId>com.oracle.database.jdbc</groupId> |
96 | | - <artifactId>ojdbc8</artifactId> |
97 | | - <version>21.3.0.0</version> |
| 90 | + <groupId>org.apache.maven.shared</groupId> |
| 91 | + <artifactId>maven-shared-utils</artifactId> |
| 92 | + <version>3.1.0</version> |
98 | 93 | </dependency> |
99 | 94 |
|
100 | 95 | <dependency> |
|
104 | 99 | </dependency> |
105 | 100 |
|
106 | 101 | <dependency> |
107 | | - <groupId>org.apache.maven</groupId> |
108 | | - <artifactId>maven-core</artifactId> |
109 | | - <version>${maven.version}</version> |
110 | | - </dependency> |
111 | | - <dependency> |
112 | | - <groupId>org.apache.maven</groupId> |
113 | | - <artifactId>maven-model</artifactId> |
114 | | - <version>${maven.version}</version> |
115 | | - </dependency> |
116 | | - <dependency> |
117 | | - <groupId>org.apache.maven</groupId> |
118 | | - <artifactId>maven-plugin-api</artifactId> |
119 | | - <version>${maven.version}</version> |
120 | | - </dependency> |
121 | | - <dependency> |
122 | | - <groupId>org.apache.maven.plugin-tools</groupId> |
123 | | - <artifactId>maven-plugin-annotations</artifactId> |
124 | | - <version>${maven.version}</version> |
125 | | - <scope>provided</scope> |
| 102 | + <groupId>com.oracle.database.jdbc</groupId> |
| 103 | + <artifactId>ojdbc8</artifactId> |
| 104 | + <version>21.3.0.0</version> |
126 | 105 | </dependency> |
127 | 106 |
|
128 | 107 | <dependency> |
129 | 108 | <groupId>org.codehaus.plexus</groupId> |
130 | 109 | <artifactId>plexus-utils</artifactId> |
131 | | - <version>3.4.1</version> |
| 110 | + <version>3.1.0</version> |
132 | 111 | </dependency> |
133 | 112 |
|
134 | 113 | <!-- Test Dependencies --> |
|
168 | 147 | <scope>test</scope> |
169 | 148 | </dependency> |
170 | 149 |
|
171 | | - <dependency> |
172 | | - <groupId>commons-io</groupId> |
173 | | - <artifactId>commons-io</artifactId> |
174 | | - <version>2.6</version> |
175 | | - <scope>test</scope> |
176 | | - </dependency> |
177 | 150 | <dependency> |
178 | 151 | <groupId>org.slf4j</groupId> |
179 | 152 | <artifactId>slf4j-simple</artifactId> |
|
0 commit comments