[368593] javax.activation is _not_ present in 1.5.0_18
This commit is contained in:
parent
fa24681df9
commit
dba80219b1
|
@ -74,4 +74,19 @@
|
|||
</exclusions>
|
||||
</dependency>
|
||||
</dependencies>
|
||||
<profiles>
|
||||
<profile>
|
||||
<id>below-jdk1.6</id>
|
||||
<activation>
|
||||
<jdk>(,1.6)</jdk>
|
||||
</activation>
|
||||
<dependencies>
|
||||
<dependency>
|
||||
<groupId>javax.activation</groupId>
|
||||
<artifactId>activation</artifactId>
|
||||
<version>1.1</version>
|
||||
</dependency>
|
||||
</dependencies>
|
||||
</profile>
|
||||
</profiles>
|
||||
</project>
|
||||
|
|
Loading…
Reference in New Issue