Revision 495bfb28 pom.xml

b/pom.xml
173 173
      <scope>test</scope>
174 174
    </dependency>
175 175

  
176
    <dependency>
177
      <groupId>com.fasterxml.jackson.core</groupId>
178
      <artifactId>jackson-core</artifactId>
179
      <version>2.0.2</version>
180
    </dependency>
181

  
182
    <dependency>
183
      <groupId>com.fasterxml.jackson.core</groupId>
184
      <artifactId>jackson-databind</artifactId>
185
      <version>2.0.2</version>
186
    </dependency>
187

  
188
    <dependency>
189
      <groupId>com.fasterxml.jackson.module</groupId>
190
      <artifactId>jackson-module-scala</artifactId>
191
      <version>2.0.2</version>
192
    </dependency>
176
    <!--<dependency>-->
177
      <!--<groupId>com.fasterxml.jackson.core</groupId>-->
178
      <!--<artifactId>jackson-core</artifactId>-->
179
      <!--<version>2.0.2</version>-->
180
    <!--</dependency>-->
181

  
182
    <!--<dependency>-->
183
      <!--<groupId>com.fasterxml.jackson.core</groupId>-->
184
      <!--<artifactId>jackson-databind</artifactId>-->
185
      <!--<version>2.0.2</version>-->
186
    <!--</dependency>-->
187

  
188
    <!--<dependency>-->
189
      <!--<groupId>com.fasterxml.jackson.module</groupId>-->
190
      <!--<artifactId>jackson-module-scala</artifactId>-->
191
      <!--<version>2.0.2</version>-->
192
    <!--</dependency>-->
193 193

  
194 194
    <dependency>
195 195
      <groupId>net.liftweb</groupId>

Also available in: Unified diff