Skip to content

Commit

Permalink
2.9.1 lift-json jfield_no_jvalue
Browse files Browse the repository at this point in the history
  • Loading branch information
xuwei-k committed Jun 18, 2012
1 parent 8fa3261 commit bcd59ed
Show file tree
Hide file tree
Showing 9 changed files with 219 additions and 0 deletions.
Binary file not shown.
Binary file not shown.
@@ -0,0 +1,73 @@
<?xml version='1.0' encoding='UTF-8'?>
<project xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<modelVersion>4.0.0</modelVersion>
<groupId>net.liftweb</groupId>
<artifactId>lift-common_2.9.1</artifactId>
<packaging>jar</packaging>
<version>2.4-jfield_no_jvalue</version>
<name>Lift Common</name>
<url>http://www.liftweb.net</url>
<inceptionYear>2006</inceptionYear>
<organization>
<name>WorldWide Conferencing, LLC</name>
<url>http://www.liftweb.net</url>
</organization>
<licenses>
<license>
<name>Apache License, Version 2.0</name>
<url>http://www.apache.org/licenses/LICENSE-2.0.txt</url>
<distribution>repo</distribution>
<comments>Lift Common is licensed under Apache License, Version 2.0</comments>
</license>
</licenses>
<dependencies>
<dependency>
<groupId>org.scala-tools.testing</groupId>
<artifactId>scalacheck_2.9.1</artifactId>
<version>1.9</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.slf4j</groupId>
<artifactId>slf4j-api</artifactId>
<version>1.6.4</version>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>log4j</groupId>
<artifactId>log4j</artifactId>
<version>1.2.16</version>
<scope>provided</scope>
</dependency>
<dependency>
<groupId>org.scala-tools.testing</groupId>
<artifactId>specs_2.9.1</artifactId>
<version>1.6.9</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>ch.qos.logback</groupId>
<artifactId>logback-classic</artifactId>
<version>1.0.0</version>
<scope>provided</scope>
</dependency>
<dependency>
<groupId>org.scala-lang</groupId>
<artifactId>scala-library</artifactId>
<version>2.9.1</version>
<scope>compile</scope>
</dependency>
</dependencies>
<repositories>
<repository>
<id>JavanetMaven2Repository</id>
<name>Java.net Maven2 Repository</name>
<url>http://download.java.net/maven/2/</url>
</repository>
<repository>
<id>ScalaToolsMaven2Repository</id>
<name>Scala-Tools Maven2 Repository</name>
<url>http://scala-tools.org/repo-releases/</url>
</repository>
</repositories>
</project>
Binary file not shown.
Binary file not shown.
@@ -0,0 +1,79 @@
<?xml version='1.0' encoding='UTF-8'?>
<project xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<modelVersion>4.0.0</modelVersion>
<groupId>net.liftweb</groupId>
<artifactId>lift-json-ext_2.9.1</artifactId>
<packaging>jar</packaging>
<version>2.4-jfield_no_jvalue</version>
<name>Lift Json Ext</name>
<url>http://www.liftweb.net</url>
<inceptionYear>2006</inceptionYear>
<organization>
<name>WorldWide Conferencing, LLC</name>
<url>http://www.liftweb.net</url>
</organization>
<licenses>
<license>
<name>Apache License, Version 2.0</name>
<url>http://www.apache.org/licenses/LICENSE-2.0.txt</url>
<distribution>repo</distribution>
<comments>Lift Json Ext is licensed under Apache License, Version 2.0</comments>
</license>
</licenses>
<dependencies>
<dependency>
<groupId>org.scala-tools.testing</groupId>
<artifactId>specs_2.9.1</artifactId>
<version>1.6.9</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.scala-tools.testing</groupId>
<artifactId>scalacheck_2.9.1</artifactId>
<version>1.9</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>commons-codec</groupId>
<artifactId>commons-codec</artifactId>
<version>1.4</version>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>joda-time</groupId>
<artifactId>joda-time</artifactId>
<version>1.6.2</version>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>net.liftweb</groupId>
<artifactId>lift-common_2.9.1</artifactId>
<version>2.4-jfield_no_jvalue</version>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>net.liftweb</groupId>
<artifactId>lift-json_2.9.1</artifactId>
<version>2.4-jfield_no_jvalue</version>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>org.scala-lang</groupId>
<artifactId>scala-library</artifactId>
<version>2.9.1</version>
<scope>compile</scope>
</dependency>
</dependencies>
<repositories>
<repository>
<id>JavanetMaven2Repository</id>
<name>Java.net Maven2 Repository</name>
<url>http://download.java.net/maven/2/</url>
</repository>
<repository>
<id>ScalaToolsMaven2Repository</id>
<name>Scala-Tools Maven2 Repository</name>
<url>http://scala-tools.org/repo-releases/</url>
</repository>
</repositories>
</project>
Binary file not shown.
Binary file not shown.
@@ -0,0 +1,67 @@
<?xml version='1.0' encoding='UTF-8'?>
<project xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<modelVersion>4.0.0</modelVersion>
<groupId>net.liftweb</groupId>
<artifactId>lift-json_2.9.1</artifactId>
<packaging>jar</packaging>
<version>2.4-jfield_no_jvalue</version>
<name>Lift Json</name>
<url>http://www.liftweb.net</url>
<inceptionYear>2006</inceptionYear>
<organization>
<name>WorldWide Conferencing, LLC</name>
<url>http://www.liftweb.net</url>
</organization>
<licenses>
<license>
<name>Apache License, Version 2.0</name>
<url>http://www.apache.org/licenses/LICENSE-2.0.txt</url>
<distribution>repo</distribution>
<comments>Lift Json is licensed under Apache License, Version 2.0</comments>
</license>
</licenses>
<dependencies>
<dependency>
<groupId>org.scala-tools.testing</groupId>
<artifactId>specs_2.9.1</artifactId>
<version>1.6.9</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.scala-tools.testing</groupId>
<artifactId>scalacheck_2.9.1</artifactId>
<version>1.9</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>com.thoughtworks.paranamer</groupId>
<artifactId>paranamer</artifactId>
<version>2.3</version>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>org.scala-lang</groupId>
<artifactId>scalap</artifactId>
<version>2.9.1</version>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>org.scala-lang</groupId>
<artifactId>scala-library</artifactId>
<version>2.9.1</version>
<scope>compile</scope>
</dependency>
</dependencies>
<repositories>
<repository>
<id>JavanetMaven2Repository</id>
<name>Java.net Maven2 Repository</name>
<url>http://download.java.net/maven/2/</url>
</repository>
<repository>
<id>ScalaToolsMaven2Repository</id>
<name>Scala-Tools Maven2 Repository</name>
<url>http://scala-tools.org/repo-releases/</url>
</repository>
</repositories>
</project>

0 comments on commit bcd59ed

Please sign in to comment.