pom.xml (zxing-zxing-3.4.0) | : | pom.xml (zxing-zxing-3.4.1) | ||
---|---|---|---|---|
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>javase</artifactId> | <artifactId>javase</artifactId> | |||
<version>3.4.0</version> | <version>3.4.1</version> | |||
<packaging>jar</packaging> | <packaging>jar</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.beust</groupId> | <groupId>com.beust</groupId> | |||
<artifactId>jcommander</artifactId> | <artifactId>jcommander</artifactId> | |||
<version>1.72</version> | <version>1.78</version> | |||
</dependency> | </dependency> | |||
<dependency> | <dependency> | |||
<groupId>com.github.jai-imageio</groupId> | <groupId>com.github.jai-imageio</groupId> | |||
<artifactId>jai-imageio-core</artifactId> | <artifactId>jai-imageio-core</artifactId> | |||
<version>1.4.0</version> | <version>1.4.0</version> | |||
<scope>runtime</scope> | <scope>runtime</scope> | |||
</dependency> | </dependency> | |||
<dependency> | <dependency> | |||
<groupId>junit</groupId> | <groupId>junit</groupId> | |||
<artifactId>junit</artifactId> | <artifactId>junit</artifactId> | |||
<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.0</version> | <version>3.4.1</version> | |||
</parent> | </parent> | |||
<build> | <build> | |||
<plugins> | <plugins> | |||
<plugin> | <plugin> | |||
<groupId>org.apache.maven.plugins</groupId> | <groupId>org.apache.maven.plugins</groupId> | |||
<artifactId>maven-jar-plugin</artifactId> | <artifactId>maven-jar-plugin</artifactId> | |||
<configuration> | <configuration> | |||
<archive> | <archive> | |||
<manifestEntries> | <manifestEntries> | |||
End of changes. 3 change blocks. | ||||
3 lines changed or deleted | 3 lines changed or added |