On 08-09-16 14:16, Johan Iskandar wrote:
Can you please show me how to do it?

in the dependencies section of your pom add a dependency
<dependency>
<groupId>javax.validation</groupId>
<artifactId>validation-api</artifactId>
<version>  YOUR JAVA 5 VERSION </version>
</dependency>

all available versions are at: http://search.maven.org/#search%7Cgav%7C1%7Cg%3A%22javax.validation%22%20AND%20a%3A%22validation-api%22

good luck; personnaly I would rather upgrade to a current version of java and weblogic first


On Sep 8, 2016, at 6:29 PM, Mark Prins <[email protected]> wrote:

You might be able to get away with explicitly declaring a java 5 version of
validation-api in your pom and hope it's api compatible.
-m


--
Disclaimer;
This message is just a reflection of what I thought at the time of sending.
The message may contain information that is not intended for you or that
you don't understand.


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]



---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to