|
4 | 4 |
|
5 | 5 | <groupId>org.springframework.social</groupId>
|
6 | 6 | <artifactId>spring-social-salesforce</artifactId>
|
7 |
| - <version>1.0.0.BUILD-SNAPSHOT</version> |
| 7 | + <version>1.1.0.BUILD-SNAPSHOT</version> |
8 | 8 | <packaging>jar</packaging>
|
9 | 9 |
|
10 | 10 | <name>spring-social-salesforce</name>
|
11 |
| - <url>http://maven.apache.org</url> |
| 11 | + <url>https://github.com/umut/spring-social-salesforce</url> |
12 | 12 |
|
13 | 13 | <properties>
|
14 | 14 | <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
|
| 15 | + <spring-social-core.version>1.1.0.M1</spring-social-core.version> |
| 16 | + <spring-social-test.version>1.0.2.RELEASE</spring-social-test.version> |
| 17 | + <jackson.version>1.8.5</jackson.version> |
15 | 18 | </properties>
|
16 | 19 |
|
17 | 20 | <dependencies>
|
18 | 21 | <dependency>
|
19 | 22 | <groupId>org.springframework.social</groupId>
|
20 | 23 | <artifactId>spring-social-core</artifactId>
|
21 |
| - <version>1.0.0.RELEASE</version> |
| 24 | + <version>${spring-social-core.version}</version> |
22 | 25 | </dependency>
|
| 26 | + <dependency> |
| 27 | + <groupId>org.codehaus.jackson</groupId> |
| 28 | + <artifactId>jackson-mapper-asl</artifactId> |
| 29 | + <version>${jackson.version}</version> |
| 30 | + </dependency> |
| 31 | + |
23 | 32 | <dependency>
|
24 | 33 | <groupId>org.springframework.social</groupId>
|
25 | 34 | <artifactId>spring-social-test</artifactId>
|
26 |
| - <version>1.0.0.RELEASE</version> |
| 35 | + <version>${spring-social-test.version}</version> |
27 | 36 | <scope>test</scope>
|
28 | 37 | </dependency>
|
29 |
| - <dependency> |
30 |
| - <groupId>org.springframework</groupId> |
31 |
| - <artifactId>spring-web</artifactId> |
32 |
| - <version>3.1.0.RELEASE</version> |
33 |
| - </dependency> |
34 |
| - <dependency> |
35 |
| - <groupId>org.codehaus.jackson</groupId> |
36 |
| - <artifactId>jackson-mapper-asl</artifactId> |
37 |
| - <version>1.8.5</version> |
38 |
| - </dependency> |
39 | 38 | <dependency>
|
40 | 39 | <groupId>junit</groupId>
|
41 | 40 | <artifactId>junit</artifactId>
|
42 | 41 | <version>4.9</version>
|
43 | 42 | <scope>test</scope>
|
44 | 43 | </dependency>
|
45 |
| - <dependency> |
46 |
| - <groupId>org.mockito</groupId> |
47 |
| - <artifactId>mockito-all</artifactId> |
48 |
| - <version>1.8.5</version> |
49 |
| - <scope>test</scope> |
50 |
| - </dependency> |
51 | 44 | </dependencies>
|
52 | 45 |
|
53 | 46 | <build>
|
54 | 47 | <plugins>
|
55 | 48 | <plugin>
|
56 | 49 | <groupId>org.apache.maven.plugins</groupId>
|
57 | 50 | <artifactId>maven-compiler-plugin</artifactId>
|
58 |
| - <!--<version>2.3.2</version>--> |
| 51 | + <version>3.0</version> |
59 | 52 | <configuration>
|
60 | 53 | <source>1.6</source>
|
61 | 54 | <target>1.6</target>
|
|
0 commit comments