diff options
Diffstat (limited to 'id')
| -rw-r--r-- | id/oa/pom.xml | 16 | 
1 files changed, 14 insertions, 2 deletions
| diff --git a/id/oa/pom.xml b/id/oa/pom.xml index 06c406951..07b84ed1b 100644 --- a/id/oa/pom.xml +++ b/id/oa/pom.xml @@ -121,9 +121,21 @@    			<artifactId>moa-id-commons</artifactId>    			<exclusions>    				<exclusion> -  					<groupId>*</groupId> +  					<groupId>org.springframework</groupId>    					<artifactId>*</artifactId> -  				</exclusion>  			 +  				</exclusion> +  				<exclusion> +  					<groupId>mysql</groupId> +  					<artifactId>*</artifactId>  					 +  				</exclusion> +  				<exclusion> +  					<groupId>org.hibernate</groupId> +  					<artifactId>*</artifactId>  					 +  				</exclusion> +  				<exclusion> +  					<groupId>com.h2database</groupId> +  					<artifactId>*</artifactId>  					 +  				</exclusion>  				  			    			</exclusions>    		    		</dependency> | 
