Removed scope=provided from javax.activation and javax.transaction
dependencies, since they are not bundled with Java 11 anymore. Signed-off-by: Simone Bordet <simone.bordet@gmail.com>
This commit is contained in:
parent
ee0656f861
commit
1d00091bd1
2
pom.xml
2
pom.xml
|
@ -932,7 +932,6 @@
|
|||
<groupId>org.eclipse.jetty.orbit</groupId>
|
||||
<artifactId>javax.activation</artifactId>
|
||||
<version>1.1.0.v201105071233</version>
|
||||
<scope>provided</scope>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>org.eclipse.jetty.orbit</groupId>
|
||||
|
@ -943,7 +942,6 @@
|
|||
<groupId>javax.transaction</groupId>
|
||||
<artifactId>javax.transaction-api</artifactId>
|
||||
<version>1.3</version>
|
||||
<scope>provided</scope>
|
||||
</dependency>
|
||||
<!-- maven deps -->
|
||||
<dependency>
|
||||
|
|
Loading…
Reference in New Issue