pom.xml (zxing-zxing-3.4.1) | : | pom.xml (zxing-zxing-3.5.0) | ||
---|---|---|---|---|
skipping to change at line 21 | skipping to change at line 21 | |||
Unless required by applicable law or agreed to in writing, software | Unless required by applicable law or agreed to in writing, software | |||
distributed under the License is distributed on an "AS IS" BASIS, | distributed under the License is distributed on an "AS IS" BASIS, | |||
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. | WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. | |||
See the License for the specific language governing permissions and | See the License for the specific language governing permissions and | |||
limitations under the License. | limitations under the License. | |||
--> | --> | |||
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/ 2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 h ttp://maven.apache.org/maven-v4_0_0.xsd"> | <project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/ 2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 h ttp://maven.apache.org/maven-v4_0_0.xsd"> | |||
<modelVersion>4.0.0</modelVersion> | <modelVersion>4.0.0</modelVersion> | |||
<artifactId>zxingorg</artifactId> | <artifactId>zxingorg</artifactId> | |||
<version>3.4.1</version> | <version>3.5.0</version> | |||
<packaging>war</packaging> | <packaging>war</packaging> | |||
<dependencies> | <dependencies> | |||
<dependency> | <dependency> | |||
<groupId>com.google.zxing</groupId> | <groupId>com.google.zxing</groupId> | |||
<artifactId>core</artifactId> | <artifactId>core</artifactId> | |||
</dependency> | </dependency> | |||
<dependency> | <dependency> | |||
<groupId>com.google.zxing</groupId> | <groupId>com.google.zxing</groupId> | |||
<artifactId>javase</artifactId> | <artifactId>javase</artifactId> | |||
</dependency> | </dependency> | |||
<dependency> | <dependency> | |||
<groupId>javax</groupId> | <groupId>javax</groupId> | |||
<artifactId>javaee-web-api</artifactId> | <artifactId>javaee-web-api</artifactId> | |||
<version>8.0.1</version> | <version>8.0.1</version> | |||
<scope>provided</scope> | <scope>provided</scope> | |||
</dependency> | </dependency> | |||
<dependency> | <dependency> | |||
<groupId>com.google.guava</groupId> | <groupId>com.google.guava</groupId> | |||
<artifactId>guava</artifactId> | <artifactId>guava</artifactId> | |||
<version>29.0-android</version> | <version>31.0.1-android</version> | |||
</dependency> | </dependency> | |||
<dependency> | <dependency> | |||
<groupId>junit</groupId> | <groupId>junit</groupId> | |||
<artifactId>junit</artifactId> | <artifactId>junit</artifactId> | |||
<scope>test</scope> | <scope>test</scope> | |||
</dependency> | </dependency> | |||
<dependency> | <dependency> | |||
<groupId>org.springframework</groupId> | <groupId>org.springframework</groupId> | |||
<artifactId>spring-test</artifactId> | <artifactId>spring-test</artifactId> | |||
<version>5.2.9.RELEASE</version> | <version>${spring.version}</version> | |||
<scope>test</scope> | ||||
</dependency> | ||||
<dependency> | ||||
<groupId>org.springframework</groupId> | ||||
<artifactId>spring-web</artifactId> | ||||
<version>${spring.version}</version> | ||||
<scope>test</scope> | <scope>test</scope> | |||
</dependency> | </dependency> | |||
<dependency> | <dependency> | |||
<groupId>javax.servlet</groupId> | <groupId>javax.servlet</groupId> | |||
<artifactId>javax.servlet-api</artifactId> | <artifactId>javax.servlet-api</artifactId> | |||
<version>4.0.1</version> | <version>4.0.1</version> | |||
<scope>test</scope> | <scope>test</scope> | |||
</dependency> | </dependency> | |||
</dependencies> | </dependencies> | |||
<parent> | <parent> | |||
<groupId>com.google.zxing</groupId> | <groupId>com.google.zxing</groupId> | |||
<artifactId>zxing-parent</artifactId> | <artifactId>zxing-parent</artifactId> | |||
<version>3.4.1</version> | <version>3.5.0</version> | |||
</parent> | </parent> | |||
<properties> | ||||
<spring.version>5.3.19</spring.version> | ||||
</properties> | ||||
<build> | <build> | |||
<plugins> | <plugins> | |||
<plugin> | <plugin> | |||
<groupId>org.apache.maven.plugins</groupId> | <groupId>org.apache.maven.plugins</groupId> | |||
<artifactId>maven-war-plugin</artifactId> | <artifactId>maven-war-plugin</artifactId> | |||
</plugin> | </plugin> | |||
</plugins> | </plugins> | |||
</build> | </build> | |||
<name>ZXing zxing.org web app</name> | <name>ZXing zxing.org web app</name> | |||
End of changes. 5 change blocks. | ||||
4 lines changed or deleted | 14 lines changed or added |