diff options
| author | Thomas Lenz <tlenz@iaik.tugraz.at> | 2016-10-24 18:30:02 +0200 | 
|---|---|---|
| committer | Thomas Lenz <tlenz@iaik.tugraz.at> | 2016-10-24 18:30:02 +0200 | 
| commit | 87a05737164432886c3a2438aac3df4504daf72e (patch) | |
| tree | 8aff741325a5fe21df1c80d0dc5ba96a365c2a37 | |
| parent | 193d31942cf21b38b78a629fb39993909e92b0ab (diff) | |
| download | moa-id-spss-87a05737164432886c3a2438aac3df4504daf72e.tar.gz moa-id-spss-87a05737164432886c3a2438aac3df4504daf72e.tar.bz2 moa-id-spss-87a05737164432886c3a2438aac3df4504daf72e.zip | |
update demo-OA
| -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> | 
