Project

General

Profile

« Previous | Next » 

Revision 47116

included common swagger stuff

View differences:

pom.xml
78 78
					<groupId>org.bouncycastle</groupId>
79 79
					<artifactId>bcprov-jdk15on</artifactId>
80 80
				</exclusion>
81
                                <exclusion>
82
                                        <groupId>net.sf.ehcache</groupId>
83
                                        <artifactId>ehcache</artifactId>
84
                                </exclusion>
81
                <exclusion>
82
                        <groupId>net.sf.ehcache</groupId>
83
                        <artifactId>ehcache</artifactId>
84
                </exclusion>
85 85
			</exclusions>
86 86
		</dependency>
87

  
88
		<!-- SWAGGER -->
87 89
		<dependency>
90
			<groupId>com.fasterxml.jackson.datatype</groupId>
91
			<artifactId>jackson-datatype-joda</artifactId>
92
			<version>${jackson.version}</version>
93
		</dependency>
94
		<dependency>
95
			<groupId>joda-time</groupId>
96
			<artifactId>joda-time</artifactId>
97
			<version>2.8.2</version>
98
		</dependency>
99

  
100
		<dependency>
101
			<groupId>io.springfox</groupId>
102
			<artifactId>springfox-swagger2</artifactId>
103
			<version>${springfox-version}</version>
104
		</dependency>
105
		<dependency>
106
			<groupId>io.springfox</groupId>
107
			<artifactId>springfox-swagger-ui</artifactId>
108
			<version>${springfox-version}</version>
109
		</dependency>
110

  
111
		<dependency>
88 112
			<groupId>eu.dnetlib</groupId>
89 113
			<artifactId>cnr-config</artifactId>
90 114
			<version>[1.0.0,2.0.0)</version>
......
100 124
			<version>[1.0.0,2.0.0)</version>
101 125
		</dependency>
102 126
	</dependencies>
127

  
128
	<properties>
129
		<springfox-version>2.5.0</springfox-version>
130
	</properties>
131

  
103 132
</project>
104 133

  
105 134

  

Also available in: Unified diff