Преглед на файлове

Fix for JDK 11

pull/61/head
Martin Stockhammer преди 3 години
родител
ревизия
827bd5d95e

+ 5
- 0
archiva-modules/archiva-web/archiva-rest/archiva-rest-services/pom.xml Целия файл

@@ -436,6 +436,11 @@
<artifactId>javax.annotation-api</artifactId>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.glassfish.jaxb</groupId>
<artifactId>jaxb-runtime</artifactId>
<scope>test</scope>
</dependency>

</dependencies>


+ 5
- 1
archiva-modules/archiva-web/archiva-web-common/pom.xml Целия файл

@@ -514,7 +514,11 @@
<artifactId>jaxb-api</artifactId>
<scope>test</scope>
</dependency>

<dependency>
<groupId>org.glassfish.jaxb</groupId>
<artifactId>jaxb-runtime</artifactId>
<scope>test</scope>
</dependency>

</dependencies>


+ 5
- 1
archiva-modules/archiva-web/archiva-webdav/pom.xml Целия файл

@@ -402,12 +402,16 @@
<artifactId>javax.annotation-api</artifactId>
<scope>test</scope>
</dependency>

<dependency>
<groupId>javax.xml.bind</groupId>
<artifactId>jaxb-api</artifactId>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.glassfish.jaxb</groupId>
<artifactId>jaxb-runtime</artifactId>
<scope>test</scope>
</dependency>
<!-- END Needed for JDK >= 9 -->

</dependencies>

+ 10
- 0
pom.xml Целия файл

@@ -102,6 +102,8 @@

<joda.time.version>1.5.2</joda.time.version>

<glassfish.jaxb.version>2.3.3</glassfish.jaxb.version>

<!-- restore when we will be able to use a derby in memory database -->
<redbackTestJdbcUrl>jdbc:derby:memory:users-test;create=true</redbackTestJdbcUrl>
<redbackTestJdbcDriver>org.apache.derby.jdbc.EmbeddedDriver</redbackTestJdbcDriver>
@@ -1493,6 +1495,8 @@
<version>${jsoup.version}</version>
</dependency>


<!-- Used by Apache Cassandra as transitive dependency -->
<dependency>
<groupId>org.jboss.logging</groupId>
<artifactId>jboss-logging</artifactId>
@@ -1500,6 +1504,12 @@
</dependency>

<!-- Dependencies for JDK >=9 update -->
<dependency>
<groupId>org.glassfish.jaxb</groupId>
<artifactId>jaxb-runtime</artifactId>
<version>${glassfish.jaxb.version}</version>
</dependency>
<!-- END - Dependencies for JDK >=9 update -->

<dependency>
<groupId>com.rometools</groupId>

Loading…
Отказ
Запис