Project

General

Profile

« Previous | Next » 

Revision 48731

Added by Tsampikos Livisianos over 6 years ago

update asm version

View differences:

modules/uoa-openaire-connector/trunk/pom.xml
109 109
			<groupId>eu.dnetlib</groupId>
110 110
			<artifactId>uoa-commons</artifactId>
111 111
            <version>[2.0.0, 3.0.0)</version>
112
			<exclusions>
113
				<exclusion>
114
					<groupId>asm</groupId>
115
					<artifactId>asm</artifactId>
116
				</exclusion>
117
			</exclusions>
112 118
		</dependency>
113 119
		<dependency>
114 120
			<groupId>org.apache.thrift</groupId>
......
140 146
            <artifactId>json-simple</artifactId>
141 147
            <version>1.1</version>
142 148
        </dependency>
149

  
150
		<dependency>
151
			<groupId>asm</groupId>
152
			<artifactId>asm</artifactId>
153
			<version>3.3.1</version>
154
		</dependency>
155

  
143 156
    </dependencies>
144 157

  
145 158
</project>

Also available in: Unified diff